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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2177743002: Migrate page_load_metrics out of components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrate page_load_metrics_messages to common message generator Created 4 years, 4 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/chrome_browser.gypi ('k') | chrome/chrome_common.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 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2939 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2940 'common_net', 2940 'common_net',
2941 'debugger', 2941 'debugger',
2942 'installer_util', 2942 'installer_util',
2943 '../components/components.gyp:app_modal', 2943 '../components/components.gyp:app_modal',
2944 '../components/components.gyp:autofill_content_risk_proto', 2944 '../components/components.gyp:autofill_content_risk_proto',
2945 '../components/components.gyp:browsing_data_ui', 2945 '../components/components.gyp:browsing_data_ui',
2946 '../components/components.gyp:crash_core_browser', 2946 '../components/components.gyp:crash_core_browser',
2947 '../components/components.gyp:flags_ui', 2947 '../components/components.gyp:flags_ui',
2948 '../components/components.gyp:net_log', 2948 '../components/components.gyp:net_log',
2949 '../components/components.gyp:page_load_metrics_browser',
2950 '../components/components.gyp:translate_content_common', 2949 '../components/components.gyp:translate_content_common',
2951 '../components/components_resources.gyp:components_resources', 2950 '../components/components_resources.gyp:components_resources',
2952 '../content/app/resources/content_resources.gyp:content_resources', 2951 '../content/app/resources/content_resources.gyp:content_resources',
2953 '../media/media.gyp:media', 2952 '../media/media.gyp:media',
2954 '../mojo/mojo_edk.gyp:mojo_system_impl', 2953 '../mojo/mojo_edk.gyp:mojo_system_impl',
2955 '../net/net.gyp:net_with_v8', 2954 '../net/net.gyp:net_with_v8',
2956 '../net/net.gyp:stale_while_revalidate_experiment_domains', 2955 '../net/net.gyp:stale_while_revalidate_experiment_domains',
2957 '../storage/storage_browser.gyp:storage', 2956 '../storage/storage_browser.gyp:storage',
2958 '../storage/storage_common.gyp:storage_common', 2957 '../storage/storage_common.gyp:storage_common',
2959 '../third_party/brotli/brotli.gyp:brotli', 2958 '../third_party/brotli/brotli.gyp:brotli',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
3370 ], 3369 ],
3371 'sources': [ 3370 'sources': [
3372 '<@(chrome_browser_ui_non_mobile_sources)', 3371 '<@(chrome_browser_ui_non_mobile_sources)',
3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3374 ], 3373 ],
3375 }], 3374 }],
3376 ], 3375 ],
3377 }, 3376 },
3378 ], 3377 ],
3379 } 3378 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698