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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2020413002: Refactor out a new class for syncing field trials in child processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak param names & comments. Created 4 years, 6 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'common/switch_utils.h', 95 'common/switch_utils.h',
96 'common/trace_event_args_whitelist.cc', 96 'common/trace_event_args_whitelist.cc',
97 'common/trace_event_args_whitelist.h', 97 'common/trace_event_args_whitelist.h',
98 'common/tts_messages.h', 98 'common/tts_messages.h',
99 'common/tts_utterance_request.cc', 99 'common/tts_utterance_request.cc',
100 'common/tts_utterance_request.h', 100 'common/tts_utterance_request.h',
101 'common/url_constants.cc', 101 'common/url_constants.cc',
102 'common/url_constants.h', 102 'common/url_constants.h',
103 'common/v8_breakpad_support_win.cc', 103 'common/v8_breakpad_support_win.cc',
104 'common/v8_breakpad_support_win.h', 104 'common/v8_breakpad_support_win.h',
105 'common/variations/child_process_field_trial_syncer.cc',
106 'common/variations/child_process_field_trial_syncer.h',
105 'common/variations/variations_util.cc', 107 'common/variations/variations_util.cc',
106 'common/variations/variations_util.h', 108 'common/variations/variations_util.h',
107 'common/web_application_info.cc', 109 'common/web_application_info.cc',
108 'common/web_application_info.h', 110 'common/web_application_info.h',
109 'common/widevine_cdm_constants.cc', 111 'common/widevine_cdm_constants.cc',
110 'common/widevine_cdm_constants.h', 112 'common/widevine_cdm_constants.h',
111 ], 113 ],
112 'chrome_common_extensions_sources': [ 114 'chrome_common_extensions_sources': [
113 'common/cast_messages.cc', 115 'common/cast_messages.cc',
114 'common/cast_messages.h', 116 'common/cast_messages.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ], 681 ],
680 'dependencies': [ 682 'dependencies': [
681 'installer_util', 683 'installer_util',
682 '../base/base.gyp:base', 684 '../base/base.gyp:base',
683 ], 685 ],
684 }, 686 },
685 ], 687 ],
686 }], 688 }],
687 ], 689 ],
688 } 690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698