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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 ], | 416 ], |
417 }], | 417 }], |
418 ['OS=="mac"', { | 418 ['OS=="mac"', { |
419 'sources': [ | 419 'sources': [ |
420 'common/media_galleries/iphoto_library.cc', | 420 'common/media_galleries/iphoto_library.cc', |
421 'common/media_galleries/iphoto_library.h', | 421 'common/media_galleries/iphoto_library.h', |
422 ], | 422 ], |
423 }], | 423 }], |
424 ['OS != "ios"', { | 424 ['OS != "ios"', { |
425 'dependencies': [ | 425 'dependencies': [ |
426 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
427 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 426 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
428 '<(DEPTH)/components/components.gyp:autofill_core_common', | 427 '<(DEPTH)/components/components.gyp:autofill_core_common', |
429 '<(DEPTH)/components/components.gyp:autofill_content_common', | 428 '<(DEPTH)/components/components.gyp:autofill_content_common', |
430 '<(DEPTH)/components/nacl.gyp:nacl_common', | 429 '<(DEPTH)/components/nacl.gyp:nacl_common', |
431 '<(DEPTH)/components/components.gyp:visitedlink_common', | 430 '<(DEPTH)/components/components.gyp:visitedlink_common', |
432 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 431 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
433 '<(DEPTH)/ipc/ipc.gyp:ipc', | 432 '<(DEPTH)/ipc/ipc.gyp:ipc', |
434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 433 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
435 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 434 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 435 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', | 489 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', |
491 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 490 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
492 'common/icon_with_badge_image_source.cc', | 491 'common/icon_with_badge_image_source.cc', |
493 'common/importer/imported_bookmark_entry.cc', | 492 'common/importer/imported_bookmark_entry.cc', |
494 'common/importer/importer_bridge.cc', | 493 'common/importer/importer_bridge.cc', |
495 'common/importer/importer_data_types.cc', | 494 'common/importer/importer_data_types.cc', |
496 'common/importer/importer_url_row.cc', | 495 'common/importer/importer_url_row.cc', |
497 'common/net/url_util.cc', | 496 'common/net/url_util.cc', |
498 'common/spellcheck_common.cc', | 497 'common/spellcheck_common.cc', |
499 ], | 498 ], |
500 'dependencies!': [ | |
501 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
502 ], | |
503 }], | 499 }], |
504 ['OS=="win"', { | 500 ['OS=="win"', { |
505 'include_dirs': [ | 501 'include_dirs': [ |
506 '<(DEPTH)/breakpad/src', | 502 '<(DEPTH)/breakpad/src', |
507 '<(DEPTH)/third_party/wtl/include', | 503 '<(DEPTH)/third_party/wtl/include', |
508 ], | 504 ], |
509 }], | 505 }], |
510 ['enable_mdns == 1', { | 506 ['enable_mdns == 1', { |
511 'sources': [ | 507 'sources': [ |
512 'common/local_discovery/local_discovery_messages.h', | 508 'common/local_discovery/local_discovery_messages.h', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'sources!': [ | 566 'sources!': [ |
571 'common/media/webrtc_logging_messages.h', | 567 'common/media/webrtc_logging_messages.h', |
572 ] | 568 ] |
573 }], | 569 }], |
574 ['enable_printing==0', { | 570 ['enable_printing==0', { |
575 'sources!': [ | 571 'sources!': [ |
576 'common/print_messages.cc', | 572 'common/print_messages.cc', |
577 'common/print_messages.h', | 573 'common/print_messages.h', |
578 ] | 574 ] |
579 }], | 575 }], |
| 576 ['configuration_policy==1', { |
| 577 'dependencies': [ |
| 578 '<(DEPTH)/components/components.gyp:policy', |
| 579 ], |
| 580 }], |
580 ], | 581 ], |
581 'target_conditions': [ | 582 'target_conditions': [ |
582 ['OS == "ios"', { | 583 ['OS == "ios"', { |
583 'sources/': [ | 584 'sources/': [ |
584 # Pull in specific Mac files for iOS (which have been filtered out | 585 # Pull in specific Mac files for iOS (which have been filtered out |
585 # by file name rules). | 586 # by file name rules). |
586 ['include', '^common/chrome_version_info_mac\\.mm$'], | 587 ['include', '^common/chrome_version_info_mac\\.mm$'], |
587 ], | 588 ], |
588 }], | 589 }], |
589 ], | 590 ], |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 'common/metrics/proto/user_action_event.proto', | 761 'common/metrics/proto/user_action_event.proto', |
761 ], | 762 ], |
762 'variables': { | 763 'variables': { |
763 'proto_in_dir': 'common/metrics/proto', | 764 'proto_in_dir': 'common/metrics/proto', |
764 'proto_out_dir': 'chrome/common/metrics/proto', | 765 'proto_out_dir': 'chrome/common/metrics/proto', |
765 }, | 766 }, |
766 'includes': [ '../build/protoc.gypi' ], | 767 'includes': [ '../build/protoc.gypi' ], |
767 }, | 768 }, |
768 ], | 769 ], |
769 } | 770 } |
OLD | NEW |