Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'browser/ui/android/tab_restore_service_delegate_android.cc', 64 'browser/ui/android/tab_restore_service_delegate_android.cc',
65 'browser/ui/android/website_settings_popup_android.cc', 65 'browser/ui/android/website_settings_popup_android.cc',
66 'browser/ui/android/website_settings_popup_android.h', 66 'browser/ui/android/website_settings_popup_android.h',
67 'browser/ui/android/website_settings_popup_legacy_android.cc', 67 'browser/ui/android/website_settings_popup_legacy_android.cc',
68 'browser/ui/android/website_settings_popup_legacy_android.h', 68 'browser/ui/android/website_settings_popup_legacy_android.h',
69 'browser/ui/android/window_android_helper.cc', 69 'browser/ui/android/window_android_helper.cc',
70 'browser/ui/android/window_android_helper.h', 70 'browser/ui/android/window_android_helper.h',
71 'browser/ui/app_list/app_list_util.cc', 71 'browser/ui/app_list/app_list_util.cc',
72 'browser/ui/app_list/app_list_util.h', 72 'browser/ui/app_list/app_list_util.h',
73 # All other browser/ui/app_list files go in chrome_browser_ui_app_list_sou rces. 73 # All other browser/ui/app_list files go in chrome_browser_ui_app_list_sou rces.
74 'browser/ui/app_modal_dialogs/chrome_javascript_native_dialog_factory.h', 74 'browser/ui/app_modal/chrome_javascript_native_dialog_factory.h',
75 'browser/ui/autofill/autofill_dialog_controller.cc', 75 'browser/ui/autofill/autofill_dialog_controller.cc',
76 'browser/ui/autofill/autofill_dialog_controller.h', 76 'browser/ui/autofill/autofill_dialog_controller.h',
77 'browser/ui/autofill/autofill_dialog_models.cc', 77 'browser/ui/autofill/autofill_dialog_models.cc',
78 'browser/ui/autofill/autofill_dialog_models.h', 78 'browser/ui/autofill/autofill_dialog_models.h',
79 'browser/ui/autofill/autofill_dialog_types.cc', 79 'browser/ui/autofill/autofill_dialog_types.cc',
80 'browser/ui/autofill/autofill_dialog_types.h', 80 'browser/ui/autofill/autofill_dialog_types.h',
81 'browser/ui/autofill/autofill_popup_controller.h', 81 'browser/ui/autofill/autofill_popup_controller.h',
82 'browser/ui/autofill/autofill_popup_controller_impl.cc', 82 'browser/ui/autofill/autofill_popup_controller_impl.cc',
83 'browser/ui/autofill/autofill_popup_controller_impl.h', 83 'browser/ui/autofill/autofill_popup_controller_impl.h',
84 'browser/ui/autofill/autofill_popup_view.h', 84 'browser/ui/autofill/autofill_popup_view.h',
(...skipping 2574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2659 'conditions': [ 2659 'conditions': [
2660 ['OS != "ios"', { 2660 ['OS != "ios"', {
2661 'sources': [ 2661 'sources': [
2662 '<@(chrome_browser_ui_non_ios_sources)', 2662 '<@(chrome_browser_ui_non_ios_sources)',
2663 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2663 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2664 ], 2664 ],
2665 'dependencies': [ 2665 'dependencies': [
2666 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2666 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2667 'debugger', 2667 'debugger',
2668 'installer_util', 2668 'installer_util',
2669 '../components/components.gyp:app_modal_dialogs', 2669 '../components/components.gyp:app_modal',
2670 '../components/components.gyp:autofill_content_risk_proto', 2670 '../components/components.gyp:autofill_content_risk_proto',
2671 '../components/components.gyp:translate_content_common', 2671 '../components/components.gyp:translate_content_common',
2672 '../content/app/resources/content_resources.gyp:content_resources', 2672 '../content/app/resources/content_resources.gyp:content_resources',
2673 '../media/media.gyp:media', 2673 '../media/media.gyp:media',
2674 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', 2674 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
2675 '../net/net.gyp:net_with_v8', 2675 '../net/net.gyp:net_with_v8',
2676 '../storage/storage_browser.gyp:storage', 2676 '../storage/storage_browser.gyp:storage',
2677 '../storage/storage_common.gyp:storage_common', 2677 '../storage/storage_common.gyp:storage_common',
2678 '../third_party/expat/expat.gyp:expat', 2678 '../third_party/expat/expat.gyp:expat',
2679 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2679 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3083 ['OS!="android" and OS!="ios"', { 3083 ['OS!="android" and OS!="ios"', {
3084 'dependencies': [ 3084 'dependencies': [
3085 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3085 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3086 ], 3086 ],
3087 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3087 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3088 }], 3088 }],
3089 ], 3089 ],
3090 }, 3090 },
3091 ], 3091 ],
3092 } 3092 }
OLDNEW
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698