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

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: Move Windows only variations_util code to variations_util_win Created 7 years, 3 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 | 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'common/metrics/metrics_log_base.cc', 399 'common/metrics/metrics_log_base.cc',
400 'common/metrics/metrics_log_base.h', 400 'common/metrics/metrics_log_base.h',
401 'common/metrics/metrics_log_manager.cc', 401 'common/metrics/metrics_log_manager.cc',
402 'common/metrics/metrics_log_manager.h', 402 'common/metrics/metrics_log_manager.h',
403 'common/metrics/metrics_service_base.cc', 403 'common/metrics/metrics_service_base.cc',
404 'common/metrics/metrics_service_base.h', 404 'common/metrics/metrics_service_base.h',
405 'common/metrics/variations/uniformity_field_trials.cc', 405 'common/metrics/variations/uniformity_field_trials.cc',
406 'common/metrics/variations/uniformity_field_trials.h', 406 'common/metrics/variations/uniformity_field_trials.h',
407 'common/metrics/variations/variations_util.cc', 407 'common/metrics/variations/variations_util.cc',
408 'common/metrics/variations/variations_util.h', 408 'common/metrics/variations/variations_util.h',
409 'common/metrics/variations/variations_util_win.cc',
410 'common/metrics/variations/variations_util_win.h',
409 'common/multi_process_lock.h', 411 'common/multi_process_lock.h',
410 'common/multi_process_lock_linux.cc', 412 'common/multi_process_lock_linux.cc',
411 'common/multi_process_lock_mac.cc', 413 'common/multi_process_lock_mac.cc',
412 'common/multi_process_lock_win.cc', 414 'common/multi_process_lock_win.cc',
413 'common/omaha_query_params/omaha_query_params.cc', 415 'common/omaha_query_params/omaha_query_params.cc',
414 'common/omaha_query_params/omaha_query_params.h', 416 'common/omaha_query_params/omaha_query_params.h',
415 'common/omnibox_focus_state.h', 417 'common/omnibox_focus_state.h',
416 'common/partial_circular_buffer.cc', 418 'common/partial_circular_buffer.cc',
417 'common/partial_circular_buffer.h', 419 'common/partial_circular_buffer.h',
418 'common/pepper_flash.cc', 420 'common/pepper_flash.cc',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'common/metrics/proto/user_action_event.proto', 835 'common/metrics/proto/user_action_event.proto',
834 ], 836 ],
835 'variables': { 837 'variables': {
836 'proto_in_dir': 'common/metrics/proto', 838 'proto_in_dir': 'common/metrics/proto',
837 'proto_out_dir': 'chrome/common/metrics/proto', 839 'proto_out_dir': 'chrome/common/metrics/proto',
838 }, 840 },
839 'includes': [ '../build/protoc.gypi' ], 841 'includes': [ '../build/protoc.gypi' ],
840 }, 842 },
841 ], 843 ],
842 } 844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698