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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10830318: Use a different algorithm with the low entropy source for field trials. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '<(DEPTH)/content/content.gyp:content_common', 42 '<(DEPTH)/content/content.gyp:content_common',
43 '<(DEPTH)/ipc/ipc.gyp:ipc', 43 '<(DEPTH)/ipc/ipc.gyp:ipc',
44 '<(DEPTH)/net/net.gyp:net', 44 '<(DEPTH)/net/net.gyp:net',
45 '<(DEPTH)/printing/printing.gyp:printing', 45 '<(DEPTH)/printing/printing.gyp:printing',
46 '<(DEPTH)/skia/skia.gyp:skia', 46 '<(DEPTH)/skia/skia.gyp:skia',
47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', 47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', 48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2',
49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
52 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 53 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
53 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 54 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
54 '<(DEPTH)/ui/ui.gyp:ui_resources', 55 '<(DEPTH)/ui/ui.gyp:ui_resources',
55 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
56 ], 57 ],
57 'sources': [ 58 'sources': [
58 'common/all_messages.h', 59 'common/all_messages.h',
59 'common/attrition_experiments.h', 60 'common/attrition_experiments.h',
60 'common/auto_start_linux.cc', 61 'common/auto_start_linux.cc',
61 'common/auto_start_linux.h', 62 'common/auto_start_linux.h',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'common/mac/app_mode_common.h', 219 'common/mac/app_mode_common.h',
219 'common/mac/app_mode_common.mm', 220 'common/mac/app_mode_common.mm',
220 'common/mac/cfbundle_blocker.h', 221 'common/mac/cfbundle_blocker.h',
221 'common/mac/cfbundle_blocker.mm', 222 'common/mac/cfbundle_blocker.mm',
222 'common/mac/launchd.h', 223 'common/mac/launchd.h',
223 'common/mac/launchd.mm', 224 'common/mac/launchd.mm',
224 'common/mac/objc_method_swizzle.h', 225 'common/mac/objc_method_swizzle.h',
225 'common/mac/objc_method_swizzle.mm', 226 'common/mac/objc_method_swizzle.mm',
226 'common/mac/objc_zombie.h', 227 'common/mac/objc_zombie.h',
227 'common/mac/objc_zombie.mm', 228 'common/mac/objc_zombie.mm',
229 'common/metrics/entropy_provider.cc',
230 'common/metrics/entropy_provider.h',
228 'common/metrics/metrics_log_base.cc', 231 'common/metrics/metrics_log_base.cc',
229 'common/metrics/metrics_log_base.h', 232 'common/metrics/metrics_log_base.h',
230 'common/metrics/metrics_log_manager.cc', 233 'common/metrics/metrics_log_manager.cc',
231 'common/metrics/metrics_log_manager.h', 234 'common/metrics/metrics_log_manager.h',
232 'common/metrics/metrics_service_base.cc', 235 'common/metrics/metrics_service_base.cc',
233 'common/metrics/metrics_service_base.h', 236 'common/metrics/metrics_service_base.h',
234 'common/metrics/variations/variations_util.cc', 237 'common/metrics/variations/variations_util.cc',
235 'common/metrics/variations/variations_util.h', 238 'common/metrics/variations/variations_util.h',
236 'common/multi_process_lock.h', 239 'common/multi_process_lock.h',
237 'common/multi_process_lock_linux.cc', 240 'common/multi_process_lock_linux.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'common/metrics/proto/user_action_event.proto', 546 'common/metrics/proto/user_action_event.proto',
544 ], 547 ],
545 'variables': { 548 'variables': {
546 'proto_in_dir': 'common/metrics/proto', 549 'proto_in_dir': 'common/metrics/proto',
547 'proto_out_dir': 'chrome/common/metrics/proto', 550 'proto_out_dir': 'chrome/common/metrics/proto',
548 }, 551 },
549 'includes': [ '../build/protoc.gypi' ], 552 'includes': [ '../build/protoc.gypi' ],
550 }, 553 },
551 ], 554 ],
552 } 555 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698