OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': { |
11 'chrome_common_target': 1, | 11 'chrome_common_target': 1, |
12 }, | 12 }, |
13 'include_dirs': [ | 13 'include_dirs': [ |
14 '..', | 14 '..', |
15 ], | 15 ], |
16 'direct_dependent_settings': { | 16 'direct_dependent_settings': { |
17 'include_dirs': [ | 17 'include_dirs': [ |
18 '..', | 18 '..', |
19 ], | 19 ], |
20 }, | 20 }, |
21 'dependencies': [ | 21 'dependencies': [ |
22 # TODO(gregoryd): chrome_resources and chrome_strings could be | 22 # TODO(gregoryd): chrome_resources and chrome_strings could be |
23 # shared with the 64-bit target, but it does not work due to a gyp | 23 # shared with the 64-bit target, but it does not work due to a gyp |
24 # issue. | 24 # issue. |
25 'app/policy/cloud_policy_codegen.gyp:policy', | 25 'app/policy/cloud_policy_codegen.gyp:policy', |
26 'chrome_resources', | 26 'chrome_resources.gyp:chrome_resources', |
27 'chrome_strings', | 27 'chrome_resources.gyp:chrome_strings', |
| 28 'chrome_resources.gyp:theme_resources', |
28 'common_constants', | 29 'common_constants', |
29 'common_net', | 30 'common_net', |
30 'common_version', | 31 'common_version', |
31 'default_plugin/default_plugin.gyp:default_plugin', | 32 'default_plugin/default_plugin.gyp:default_plugin', |
32 'theme_resources', | |
33 '../base/base.gyp:base', | 33 '../base/base.gyp:base', |
34 '../base/base.gyp:base_i18n', | 34 '../base/base.gyp:base_i18n', |
35 '../base/base.gyp:base_static', | 35 '../base/base.gyp:base_static', |
36 '../build/temp_gyp/googleurl.gyp:googleurl', | 36 '../build/temp_gyp/googleurl.gyp:googleurl', |
37 '../content/content.gyp:content_common', | 37 '../content/content.gyp:content_common', |
38 '../ipc/ipc.gyp:ipc', | 38 '../ipc/ipc.gyp:ipc', |
39 '../net/net.gyp:net', | 39 '../net/net.gyp:net', |
40 '../printing/printing.gyp:printing', | 40 '../printing/printing.gyp:printing', |
41 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
42 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 '-lXss', | 256 '-lXss', |
257 '-lXext', | 257 '-lXext', |
258 ], | 258 ], |
259 }, | 259 }, |
260 },], | 260 },], |
261 ['toolkit_views==1', { | 261 ['toolkit_views==1', { |
262 'sources': [ | 262 'sources': [ |
263 'common/native_web_keyboard_event_views.cc', | 263 'common/native_web_keyboard_event_views.cc', |
264 'common/native_web_keyboard_event_views.h', | 264 'common/native_web_keyboard_event_views.h', |
265 ], | 265 ], |
266 }], | 266 }], |
267 ['use_aura==1', { | 267 ['use_aura==1', { |
268 'dependencies!': [ | 268 'dependencies!': [ |
269 'default_plugin/default_plugin.gyp:default_plugin', | 269 'default_plugin/default_plugin.gyp:default_plugin', |
270 ], | 270 ], |
271 }], | 271 }], |
272 ['OS=="linux" and selinux==1', { | 272 ['OS=="linux" and selinux==1', { |
273 'dependencies': [ | 273 'dependencies': [ |
274 '../build/linux/system.gyp:selinux', | 274 '../build/linux/system.gyp:selinux', |
275 ], | 275 ], |
276 }], | 276 }], |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'common/net/gaia/google_service_auth_error.cc', | 373 'common/net/gaia/google_service_auth_error.cc', |
374 'common/net/gaia/google_service_auth_error.h', | 374 'common/net/gaia/google_service_auth_error.h', |
375 'common/net/gaia/oauth_request_signer.cc', | 375 'common/net/gaia/oauth_request_signer.cc', |
376 'common/net/gaia/oauth_request_signer.h', | 376 'common/net/gaia/oauth_request_signer.h', |
377 'common/net/x509_certificate_model.cc', | 377 'common/net/x509_certificate_model.cc', |
378 'common/net/x509_certificate_model_nss.cc', | 378 'common/net/x509_certificate_model_nss.cc', |
379 'common/net/x509_certificate_model_openssl.cc', | 379 'common/net/x509_certificate_model_openssl.cc', |
380 'common/net/x509_certificate_model.h', | 380 'common/net/x509_certificate_model.h', |
381 ], | 381 ], |
382 'dependencies': [ | 382 'dependencies': [ |
383 'chrome_resources', | 383 'chrome_resources.gyp:chrome_resources', |
384 'chrome_strings', | 384 'chrome_resources.gyp:chrome_strings', |
385 '../base/base.gyp:base', | 385 '../base/base.gyp:base', |
386 '../crypto/crypto.gyp:crypto', | 386 '../crypto/crypto.gyp:crypto', |
387 '../gpu/gpu.gyp:gpu_ipc', | 387 '../gpu/gpu.gyp:gpu_ipc', |
388 '../net/net.gyp:net_resources', | 388 '../net/net.gyp:net_resources', |
389 '../net/net.gyp:net', | 389 '../net/net.gyp:net', |
390 '../third_party/icu/icu.gyp:icui18n', | 390 '../third_party/icu/icu.gyp:icui18n', |
391 '../third_party/icu/icu.gyp:icuuc', | 391 '../third_party/icu/icu.gyp:icuuc', |
392 ], | 392 ], |
393 'conditions': [ | 393 'conditions': [ |
394 ['os_posix == 1 and OS != "mac"', { | 394 ['os_posix == 1 and OS != "mac"', { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 'common/safe_browsing/csd.proto' | 427 'common/safe_browsing/csd.proto' |
428 ], | 428 ], |
429 'variables': { | 429 'variables': { |
430 'proto_in_dir': 'common/safe_browsing', | 430 'proto_in_dir': 'common/safe_browsing', |
431 'proto_out_dir': 'chrome/common/safe_browsing', | 431 'proto_out_dir': 'chrome/common/safe_browsing', |
432 }, | 432 }, |
433 'includes': [ '../build/protoc.gypi' ], | 433 'includes': [ '../build/protoc.gypi' ], |
434 }, | 434 }, |
435 ], | 435 ], |
436 } | 436 } |
OLD | NEW |