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

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: 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
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 2577 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 'conditions': [ 2662 'conditions': [
2663 ['OS != "ios"', { 2663 ['OS != "ios"', {
2664 'sources': [ 2664 'sources': [
2665 '<@(chrome_browser_ui_non_ios_sources)', 2665 '<@(chrome_browser_ui_non_ios_sources)',
2666 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2666 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2667 ], 2667 ],
2668 'dependencies': [ 2668 'dependencies': [
2669 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2669 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2670 'debugger', 2670 'debugger',
2671 'installer_util', 2671 'installer_util',
2672 '../components/components.gyp:app_modal_dialogs', 2672 '../components/components.gyp:app_modal',
2673 '../components/components.gyp:autofill_content_risk_proto', 2673 '../components/components.gyp:autofill_content_risk_proto',
2674 '../components/components.gyp:translate_content_common', 2674 '../components/components.gyp:translate_content_common',
2675 '../content/app/resources/content_resources.gyp:content_resources', 2675 '../content/app/resources/content_resources.gyp:content_resources',
2676 '../media/media.gyp:media', 2676 '../media/media.gyp:media',
2677 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', 2677 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
2678 '../net/net.gyp:net_with_v8', 2678 '../net/net.gyp:net_with_v8',
2679 '../storage/storage_browser.gyp:storage', 2679 '../storage/storage_browser.gyp:storage',
2680 '../storage/storage_common.gyp:storage_common', 2680 '../storage/storage_common.gyp:storage_common',
2681 '../third_party/expat/expat.gyp:expat', 2681 '../third_party/expat/expat.gyp:expat',
2682 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2682 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3086 ['OS!="android" and OS!="ios"', { 3086 ['OS!="android" and OS!="ios"', {
3087 'dependencies': [ 3087 'dependencies': [
3088 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3088 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3089 ], 3089 ],
3090 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3090 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3091 }], 3091 }],
3092 ], 3092 ],
3093 }, 3093 },
3094 ], 3094 ],
3095 } 3095 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698