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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1389913002: Move crashes_ui resources and utils to //components/crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 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
« no previous file with comments | « chrome/browser/ui/webui/crashes_ui.cc ('k') | components/crash.gypi » ('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 # 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 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
2807 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/engagement/site_ engagement.mojom.cc', 2807 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/engagement/site_ engagement.mojom.cc',
2808 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2808 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2809 ], 2809 ],
2810 'dependencies': [ 2810 'dependencies': [
2811 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2811 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2812 'common_net', 2812 'common_net',
2813 'debugger', 2813 'debugger',
2814 'installer_util', 2814 'installer_util',
2815 '../components/components.gyp:app_modal', 2815 '../components/components.gyp:app_modal',
2816 '../components/components.gyp:autofill_content_risk_proto', 2816 '../components/components.gyp:autofill_content_risk_proto',
2817 '../components/components.gyp:crash_core_browser',
2817 '../components/components.gyp:flags_ui', 2818 '../components/components.gyp:flags_ui',
2818 '../components/components.gyp:net_log', 2819 '../components/components.gyp:net_log',
2819 '../components/components.gyp:page_load_metrics_browser', 2820 '../components/components.gyp:page_load_metrics_browser',
2820 '../components/components.gyp:translate_content_common', 2821 '../components/components.gyp:translate_content_common',
2821 '../content/app/resources/content_resources.gyp:content_resources', 2822 '../content/app/resources/content_resources.gyp:content_resources',
2822 '../media/media.gyp:media', 2823 '../media/media.gyp:media',
2823 '../net/net.gyp:net_with_v8', 2824 '../net/net.gyp:net_with_v8',
2824 '../storage/storage_browser.gyp:storage', 2825 '../storage/storage_browser.gyp:storage',
2825 '../storage/storage_common.gyp:storage_common', 2826 '../storage/storage_common.gyp:storage_common',
2826 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2827 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 ], 3222 ],
3222 'sources': [ 3223 'sources': [
3223 '<@(chrome_browser_ui_non_mobile_sources)', 3224 '<@(chrome_browser_ui_non_mobile_sources)',
3224 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3225 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3225 ], 3226 ],
3226 }], 3227 }],
3227 ], 3228 ],
3228 }, 3229 },
3229 ], 3230 ],
3230 } 3231 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/crashes_ui.cc ('k') | components/crash.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698