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

Side by Side Diff: chrome/chrome_common.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_ui.gypi ('k') | chrome/chrome_renderer.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'common/media/webrtc_logging_message_data.cc', 57 'common/media/webrtc_logging_message_data.cc',
58 'common/media/webrtc_logging_message_data.h', 58 'common/media/webrtc_logging_message_data.h',
59 'common/media/webrtc_logging_messages.h', 59 'common/media/webrtc_logging_messages.h',
60 'common/media_galleries/metadata_types.h', 60 'common/media_galleries/metadata_types.h',
61 'common/multi_process_lock.h', 61 'common/multi_process_lock.h',
62 'common/multi_process_lock_linux.cc', 62 'common/multi_process_lock_linux.cc',
63 'common/multi_process_lock_mac.cc', 63 'common/multi_process_lock_mac.cc',
64 'common/multi_process_lock_win.cc', 64 'common/multi_process_lock_win.cc',
65 'common/origin_trials/chrome_origin_trial_policy.cc', 65 'common/origin_trials/chrome_origin_trial_policy.cc',
66 'common/origin_trials/chrome_origin_trial_policy.h', 66 'common/origin_trials/chrome_origin_trial_policy.h',
67 'common/page_load_metrics/page_load_metrics_messages.h',
68 'common/page_load_metrics/page_load_timing.cc',
69 'common/page_load_metrics/page_load_timing.h',
67 'common/partial_circular_buffer.cc', 70 'common/partial_circular_buffer.cc',
68 'common/partial_circular_buffer.h', 71 'common/partial_circular_buffer.h',
69 'common/pref_names_util.cc', 72 'common/pref_names_util.cc',
70 'common/pref_names_util.h', 73 'common/pref_names_util.h',
71 'common/prerender_types.h', 74 'common/prerender_types.h',
72 'common/profiling.cc', 75 'common/profiling.cc',
73 'common/profiling.h', 76 'common/profiling.h',
74 'common/ref_counted_util.h', 77 'common/ref_counted_util.h',
75 'common/render_messages.cc', 78 'common/render_messages.cc',
76 'common/render_messages.h', 79 'common/render_messages.h',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 ], 708 ],
706 'dependencies': [ 709 'dependencies': [
707 'installer_util', 710 'installer_util',
708 '../base/base.gyp:base', 711 '../base/base.gyp:base',
709 ], 712 ],
710 }, 713 },
711 ], 714 ],
712 }], 715 }],
713 ], 716 ],
714 } 717 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698