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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Update links, conditions Created 4 years, 8 months 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2953 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2954 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/plugins/plugins. mojom.cc', 2954 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/plugins/plugins. mojom.cc',
2955 ], 2955 ],
2956 'dependencies': [ 2956 'dependencies': [
2957 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2957 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2958 'common_net', 2958 'common_net',
2959 'debugger', 2959 'debugger',
2960 'installer_util', 2960 'installer_util',
2961 '../components/components.gyp:app_modal', 2961 '../components/components.gyp:app_modal',
2962 '../components/components.gyp:autofill_content_risk_proto', 2962 '../components/components.gyp:autofill_content_risk_proto',
2963 '../components/components.gyp:browsing_data_ui',
2963 '../components/components.gyp:crash_core_browser', 2964 '../components/components.gyp:crash_core_browser',
2964 '../components/components.gyp:flags_ui', 2965 '../components/components.gyp:flags_ui',
2965 '../components/components.gyp:net_log', 2966 '../components/components.gyp:net_log',
2966 '../components/components.gyp:page_load_metrics_browser', 2967 '../components/components.gyp:page_load_metrics_browser',
2967 '../components/components.gyp:translate_content_common', 2968 '../components/components.gyp:translate_content_common',
2968 '../components/components_resources.gyp:components_resources', 2969 '../components/components_resources.gyp:components_resources',
2969 '../content/app/resources/content_resources.gyp:content_resources', 2970 '../content/app/resources/content_resources.gyp:content_resources',
2970 '../media/media.gyp:media', 2971 '../media/media.gyp:media',
2971 '../mojo/mojo_edk.gyp:mojo_system_impl', 2972 '../mojo/mojo_edk.gyp:mojo_system_impl',
2972 '../net/net.gyp:net_with_v8', 2973 '../net/net.gyp:net_with_v8',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 ], 3376 ],
3376 'sources': [ 3377 'sources': [
3377 '<@(chrome_browser_ui_non_mobile_sources)', 3378 '<@(chrome_browser_ui_non_mobile_sources)',
3378 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3379 ], 3380 ],
3380 }], 3381 }],
3381 ], 3382 ],
3382 }, 3383 },
3383 ], 3384 ],
3384 } 3385 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698