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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1030503003: Metrics log modification to handle external components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add version_utils Created 5 years, 9 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 (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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'common/mac/cfbundle_blocker.h', 74 'common/mac/cfbundle_blocker.h',
75 'common/mac/cfbundle_blocker.mm', 75 'common/mac/cfbundle_blocker.mm',
76 'common/mac/launchd.h', 76 'common/mac/launchd.h',
77 'common/mac/launchd.mm', 77 'common/mac/launchd.mm',
78 'common/mac/objc_zombie.h', 78 'common/mac/objc_zombie.h',
79 'common/mac/objc_zombie.mm', 79 'common/mac/objc_zombie.mm',
80 'common/media/webrtc_logging_message_data.cc', 80 'common/media/webrtc_logging_message_data.cc',
81 'common/media/webrtc_logging_message_data.h', 81 'common/media/webrtc_logging_message_data.h',
82 'common/media/webrtc_logging_messages.h', 82 'common/media/webrtc_logging_messages.h',
83 'common/media_galleries/metadata_types.h', 83 'common/media_galleries/metadata_types.h',
84 'common/metrics/version_utils.cc',
85 'common/metrics/version_utils.h',
84 'common/multi_process_lock.h', 86 'common/multi_process_lock.h',
85 'common/multi_process_lock_linux.cc', 87 'common/multi_process_lock_linux.cc',
86 'common/multi_process_lock_mac.cc', 88 'common/multi_process_lock_mac.cc',
87 'common/multi_process_lock_win.cc', 89 'common/multi_process_lock_win.cc',
88 'common/omnibox_focus_state.h', 90 'common/omnibox_focus_state.h',
89 'common/partial_circular_buffer.cc', 91 'common/partial_circular_buffer.cc',
90 'common/partial_circular_buffer.h', 92 'common/partial_circular_buffer.h',
91 'common/pref_names_util.cc', 93 'common/pref_names_util.cc',
92 'common/pref_names_util.h', 94 'common/pref_names_util.h',
93 'common/prerender_types.h', 95 'common/prerender_types.h',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'common/safe_browsing/csd.proto' 695 'common/safe_browsing/csd.proto'
694 ], 696 ],
695 'variables': { 697 'variables': {
696 'proto_in_dir': 'common/safe_browsing', 698 'proto_in_dir': 'common/safe_browsing',
697 'proto_out_dir': 'chrome/common/safe_browsing', 699 'proto_out_dir': 'chrome/common/safe_browsing',
698 }, 700 },
699 'includes': [ '../build/protoc.gypi' ], 701 'includes': [ '../build/protoc.gypi' ],
700 }, 702 },
701 ], 703 ],
702 } 704 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698