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 30 matching lines...) Expand all Loading... |
41 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 41 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
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', | |
52 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 51 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
53 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 52 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
54 '<(DEPTH)/ui/ui.gyp:ui_resources', | 53 '<(DEPTH)/ui/ui.gyp:ui_resources', |
55 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | 54 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', |
56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 55 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
57 ], | 56 ], |
58 'sources': [ | 57 'sources': [ |
59 'common/all_messages.h', | 58 'common/all_messages.h', |
60 'common/attrition_experiments.h', | 59 'common/attrition_experiments.h', |
61 'common/auto_start_linux.cc', | 60 'common/auto_start_linux.cc', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'common/multi_process_lock.h', | 208 'common/multi_process_lock.h', |
210 'common/multi_process_lock_linux.cc', | 209 'common/multi_process_lock_linux.cc', |
211 'common/multi_process_lock_mac.cc', | 210 'common/multi_process_lock_mac.cc', |
212 'common/multi_process_lock_win.cc', | 211 'common/multi_process_lock_win.cc', |
213 'common/nacl_cmd_line.cc', | 212 'common/nacl_cmd_line.cc', |
214 'common/nacl_cmd_line.h', | 213 'common/nacl_cmd_line.h', |
215 'common/nacl_messages.cc', | 214 'common/nacl_messages.cc', |
216 'common/nacl_messages.h', | 215 'common/nacl_messages.h', |
217 'common/nacl_types.cc', | 216 'common/nacl_types.cc', |
218 'common/nacl_types.h', | 217 'common/nacl_types.h', |
219 'common/libxml_utils.cc', | |
220 'common/libxml_utils.h', | |
221 'common/persistent_pref_store.h', | 218 'common/persistent_pref_store.h', |
222 'common/pref_store.cc', | 219 'common/pref_store.cc', |
223 'common/pref_store.h', | 220 'common/pref_store.h', |
224 'common/print_messages.cc', | 221 'common/print_messages.cc', |
225 'common/print_messages.h', | 222 'common/print_messages.h', |
226 'common/profiling.cc', | 223 'common/profiling.cc', |
227 'common/profiling.h', | 224 'common/profiling.h', |
228 'common/ref_counted_util.h', | 225 'common/ref_counted_util.h', |
229 'common/render_messages.cc', | 226 'common/render_messages.cc', |
230 'common/render_messages.h', | 227 'common/render_messages.h', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'common/metrics/proto/user_action_event.proto', | 502 'common/metrics/proto/user_action_event.proto', |
506 ], | 503 ], |
507 'variables': { | 504 'variables': { |
508 'proto_in_dir': 'common/metrics/proto', | 505 'proto_in_dir': 'common/metrics/proto', |
509 'proto_out_dir': 'chrome/common/metrics/proto', | 506 'proto_out_dir': 'chrome/common/metrics/proto', |
510 }, | 507 }, |
511 'includes': [ '../build/protoc.gypi' ], | 508 'includes': [ '../build/protoc.gypi' ], |
512 }, | 509 }, |
513 ], | 510 ], |
514 } | 511 } |
OLD | NEW |