From: Piotr Tworek
Date: Wed, 11 Mar 2015 09:35:10 +0000 (+0100)
Subject: fixup! Merge efl-port POC code into tizen_src
X-Git-Tag: submit/tizen/20201118.160233~1093
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=035b949318914ad810d5af210447cb8d03b3db82;p=platform%2Fframework%2Fweb%2Fchromium-efl.git
fixup! Merge efl-port POC code into tizen_src
Drop SHELL_USE_CUSTOM_JS_DIALOG_MANAGER define since it's no longer used
by the content_shell patch from chromium src. Right now default
content_shell JavaScriptDialogManager is always disabled when USE_EFL is
defined.
Change-Id: I96bb79e05ae46b4a2338ecabee06441751b70077
Signed-off-by: Piotr Tworek
---
diff --git a/tizen_src/chromium_impl/content/content_efl.gypi b/tizen_src/chromium_impl/content/content_efl.gypi
index b7d95f3..a703af1 100644
--- a/tizen_src/chromium_impl/content/content_efl.gypi
+++ b/tizen_src/chromium_impl/content/content_efl.gypi
@@ -190,9 +190,6 @@
'shell/browser/shell_efl.cc',
'shell/browser/shell_web_contents_view_delegate_efl.cc',
],
- 'defines': [
- 'SHELL_USE_CUSTOM_JS_DIALOG_MANAGER',
- ],
}],
['_target_name=="content_shell"', {