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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23579003: GCAPI should append to the existing experiment_labels instead of clobbering them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 7 years, 1 month 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'common/mac/objc_zombie.mm', 331 'common/mac/objc_zombie.mm',
332 'common/media/webrtc_logging_messages.h', 332 'common/media/webrtc_logging_messages.h',
333 'common/metrics/caching_permuted_entropy_provider.cc', 333 'common/metrics/caching_permuted_entropy_provider.cc',
334 'common/metrics/caching_permuted_entropy_provider.h', 334 'common/metrics/caching_permuted_entropy_provider.h',
335 'common/metrics/metrics_log_base.cc', 335 'common/metrics/metrics_log_base.cc',
336 'common/metrics/metrics_log_base.h', 336 'common/metrics/metrics_log_base.h',
337 'common/metrics/metrics_log_manager.cc', 337 'common/metrics/metrics_log_manager.cc',
338 'common/metrics/metrics_log_manager.h', 338 'common/metrics/metrics_log_manager.h',
339 'common/metrics/metrics_service_base.cc', 339 'common/metrics/metrics_service_base.cc',
340 'common/metrics/metrics_service_base.h', 340 'common/metrics/metrics_service_base.h',
341 'common/metrics/variations/experiment_labels_win.cc',
342 'common/metrics/variations/experiment_labels_win.h',
341 'common/metrics/variations/uniformity_field_trials.cc', 343 'common/metrics/variations/uniformity_field_trials.cc',
342 'common/metrics/variations/uniformity_field_trials.h', 344 'common/metrics/variations/uniformity_field_trials.h',
343 'common/metrics/variations/variations_util.cc', 345 'common/metrics/variations/variations_util.cc',
344 'common/metrics/variations/variations_util.h', 346 'common/metrics/variations/variations_util.h',
345 'common/multi_process_lock.h', 347 'common/multi_process_lock.h',
346 'common/multi_process_lock_linux.cc', 348 'common/multi_process_lock_linux.cc',
347 'common/multi_process_lock_mac.cc', 349 'common/multi_process_lock_mac.cc',
348 'common/multi_process_lock_win.cc', 350 'common/multi_process_lock_win.cc',
349 'common/omaha_query_params/omaha_query_params.cc', 351 'common/omaha_query_params/omaha_query_params.cc',
350 'common/omaha_query_params/omaha_query_params.h', 352 'common/omaha_query_params/omaha_query_params.h',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'common/metrics/proto/user_action_event.proto', 780 'common/metrics/proto/user_action_event.proto',
779 ], 781 ],
780 'variables': { 782 'variables': {
781 'proto_in_dir': 'common/metrics/proto', 783 'proto_in_dir': 'common/metrics/proto',
782 'proto_out_dir': 'chrome/common/metrics/proto', 784 'proto_out_dir': 'chrome/common/metrics/proto',
783 }, 785 },
784 'includes': [ '../build/protoc.gypi' ], 786 'includes': [ '../build/protoc.gypi' ],
785 }, 787 },
786 ], 788 ],
787 } 789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698