summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authoroshima <oshima@chromium.org>2014-10-24 07:14:32 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-24 14:14:55 +0000
commit82f7248c0e48ee71c4b78f9d305caefc7fa9bab2 (patch)
tree9ecd0cbb7fbb60805d3d82a466a969558632093e /components/components.gyp
parent2a1a687a8175495a41f32df456b03c227059616b (diff)
downloadchromium_src-82f7248c0e48ee71c4b78f9d305caefc7fa9bab2.zip
chromium_src-82f7248c0e48ee71c4b78f9d305caefc7fa9bab2.tar.gz
chromium_src-82f7248c0e48ee71c4b78f9d305caefc7fa9bab2.tar.bz2
Componentize app_modal_dialog
Notable changes (other than just moving code aruond) * kJavaScriptMessageExpectedDelay constant has been moved from chrome_constants to javascript_dialog_manager.cc because that's the only place used. * NOTIFICATION_APP_MODAL_DIALOG_SHOWN notification has been removed and replaced by test only waiter class. (as this notification was used only in tests) * Moved and creates string resource for app_modal_dialog. Next step: move dialog implementations to compoents/app_modal_dialogs (javascript_dialog_manager/ javascript_app_modal_dialogs_views/, javascript_app_modal_dialogs_cocoa ....) BUG=422092 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/648833004 Cr-Commit-Position: refs/heads/master@{#301095}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 8f1dba5..a468b7c 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -62,6 +62,7 @@
'conditions': [
['OS != "ios"', {
'includes': [
+ 'app_modal_dialogs.gypi',
'cdm.gypi',
'copresence_sockets.gypi',
'navigation_interception.gypi',