OLD | NEW |
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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 'common/media_galleries/iphoto_library.h', | 447 'common/media_galleries/iphoto_library.h', |
448 ], | 448 ], |
449 }], | 449 }], |
450 ['OS != "ios"', { | 450 ['OS != "ios"', { |
451 'dependencies': [ | 451 'dependencies': [ |
452 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | 452 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', |
453 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 453 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
454 '<(DEPTH)/components/components.gyp:autofill_core_common', | 454 '<(DEPTH)/components/components.gyp:autofill_core_common', |
455 '<(DEPTH)/components/nacl_common.gyp:nacl_common', | 455 '<(DEPTH)/components/nacl_common.gyp:nacl_common', |
456 '<(DEPTH)/ipc/ipc.gyp:ipc', | 456 '<(DEPTH)/ipc/ipc.gyp:ipc', |
457 '<(DEPTH)/printing/printing.gyp:printing', | |
458 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 457 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
459 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 458 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
460 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 459 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
461 ], | 460 ], |
462 }, { # OS == ios | 461 }, { # OS == ios |
463 'sources/': [ | 462 'sources/': [ |
464 ['exclude', '^common/child_process_'], | 463 ['exclude', '^common/child_process_'], |
465 ['exclude', '^common/chrome_content_client\\.cc$'], | 464 ['exclude', '^common/chrome_content_client\\.cc$'], |
466 ['exclude', '^common/chrome_version_info_posix\\.cc$'], | 465 ['exclude', '^common/chrome_version_info_posix\\.cc$'], |
467 ['exclude', '^common/common_message_generator\\.cc$'], | 466 ['exclude', '^common/common_message_generator\\.cc$'], |
(...skipping 16 matching lines...) Expand all Loading... |
484 ['include', '_ios\\.(cc|mm)$'], | 483 ['include', '_ios\\.(cc|mm)$'], |
485 ['include', '(^|/)ios/'], | 484 ['include', '(^|/)ios/'], |
486 ['include', '^common/chrome_version_info\\.cc$'], | 485 ['include', '^common/chrome_version_info\\.cc$'], |
487 ['include', '^common/translate'], | 486 ['include', '^common/translate'], |
488 ['include', '^common/zip'], | 487 ['include', '^common/zip'], |
489 ], | 488 ], |
490 'include_dirs': [ | 489 'include_dirs': [ |
491 '<(DEPTH)/breakpad/src', | 490 '<(DEPTH)/breakpad/src', |
492 ], | 491 ], |
493 }], | 492 }], |
| 493 ['enable_printing!=0', { |
| 494 'dependencies': [ |
| 495 '<(DEPTH)/printing/printing.gyp:printing', |
| 496 ], |
| 497 }], |
494 ['OS!="ios" and chrome_multiple_dll!=1', { | 498 ['OS!="ios" and chrome_multiple_dll!=1', { |
495 'dependencies': [ | 499 'dependencies': [ |
496 '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue', | 500 '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue', |
497 ], | 501 ], |
498 }], | 502 }], |
499 ['OS=="android"', { | 503 ['OS=="android"', { |
500 'sources/': [ | 504 'sources/': [ |
501 ['exclude', '^common/chrome_version_info_posix.cc'], | 505 ['exclude', '^common/chrome_version_info_posix.cc'], |
502 ['exclude', '^common/service_'], | 506 ['exclude', '^common/service_'], |
503 ], | 507 ], |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 'common/metrics/proto/user_action_event.proto', | 783 'common/metrics/proto/user_action_event.proto', |
780 ], | 784 ], |
781 'variables': { | 785 'variables': { |
782 'proto_in_dir': 'common/metrics/proto', | 786 'proto_in_dir': 'common/metrics/proto', |
783 'proto_out_dir': 'chrome/common/metrics/proto', | 787 'proto_out_dir': 'chrome/common/metrics/proto', |
784 }, | 788 }, |
785 'includes': [ '../build/protoc.gypi' ], | 789 'includes': [ '../build/protoc.gypi' ], |
786 }, | 790 }, |
787 ], | 791 ], |
788 } | 792 } |
OLD | NEW |