OLD | NEW |
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 Loading... |
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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'common/mac/app_mode_common.h', | 225 'common/mac/app_mode_common.h', |
225 'common/mac/app_mode_common.mm', | 226 'common/mac/app_mode_common.mm', |
226 'common/mac/cfbundle_blocker.h', | 227 'common/mac/cfbundle_blocker.h', |
227 'common/mac/cfbundle_blocker.mm', | 228 'common/mac/cfbundle_blocker.mm', |
228 'common/mac/launchd.h', | 229 'common/mac/launchd.h', |
229 'common/mac/launchd.mm', | 230 'common/mac/launchd.mm', |
230 'common/mac/objc_method_swizzle.h', | 231 'common/mac/objc_method_swizzle.h', |
231 'common/mac/objc_method_swizzle.mm', | 232 'common/mac/objc_method_swizzle.mm', |
232 'common/mac/objc_zombie.h', | 233 'common/mac/objc_zombie.h', |
233 'common/mac/objc_zombie.mm', | 234 'common/mac/objc_zombie.mm', |
| 235 'common/metrics/entropy_provider.cc', |
| 236 'common/metrics/entropy_provider.h', |
234 'common/metrics/metrics_log_base.cc', | 237 'common/metrics/metrics_log_base.cc', |
235 'common/metrics/metrics_log_base.h', | 238 'common/metrics/metrics_log_base.h', |
236 'common/metrics/metrics_log_manager.cc', | 239 'common/metrics/metrics_log_manager.cc', |
237 'common/metrics/metrics_log_manager.h', | 240 'common/metrics/metrics_log_manager.h', |
238 'common/metrics/metrics_service_base.cc', | 241 'common/metrics/metrics_service_base.cc', |
239 'common/metrics/metrics_service_base.h', | 242 'common/metrics/metrics_service_base.h', |
240 'common/metrics/variations/variations_util.cc', | 243 'common/metrics/variations/variations_util.cc', |
241 'common/metrics/variations/variations_util.h', | 244 'common/metrics/variations/variations_util.h', |
242 'common/multi_process_lock.h', | 245 'common/multi_process_lock.h', |
243 'common/multi_process_lock_linux.cc', | 246 'common/multi_process_lock_linux.cc', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 'common/metrics/proto/user_action_event.proto', | 552 'common/metrics/proto/user_action_event.proto', |
550 ], | 553 ], |
551 'variables': { | 554 'variables': { |
552 'proto_in_dir': 'common/metrics/proto', | 555 'proto_in_dir': 'common/metrics/proto', |
553 'proto_out_dir': 'chrome/common/metrics/proto', | 556 'proto_out_dir': 'chrome/common/metrics/proto', |
554 }, | 557 }, |
555 'includes': [ '../build/protoc.gypi' ], | 558 'includes': [ '../build/protoc.gypi' ], |
556 }, | 559 }, |
557 ], | 560 ], |
558 } | 561 } |
OLD | NEW |