| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 ], | 417 ], |
| 418 }], | 418 }], |
| 419 ['OS=="mac"', { | 419 ['OS=="mac"', { |
| 420 'sources': [ | 420 'sources': [ |
| 421 'common/media_galleries/iphoto_library.cc', | 421 'common/media_galleries/iphoto_library.cc', |
| 422 'common/media_galleries/iphoto_library.h', | 422 'common/media_galleries/iphoto_library.h', |
| 423 ], | 423 ], |
| 424 }], | 424 }], |
| 425 ['OS != "ios"', { | 425 ['OS != "ios"', { |
| 426 'dependencies': [ | 426 'dependencies': [ |
| 427 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
| 428 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 427 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
| 429 '<(DEPTH)/components/components.gyp:autofill_core_common', | 428 '<(DEPTH)/components/components.gyp:autofill_core_common', |
| 430 '<(DEPTH)/components/nacl.gyp:nacl_common', | 429 '<(DEPTH)/components/nacl.gyp:nacl_common', |
| 430 '<(DEPTH)/components/components.gyp:policy', |
| 431 '<(DEPTH)/components/components.gyp:visitedlink_common', | 431 '<(DEPTH)/components/components.gyp:visitedlink_common', |
| 432 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 432 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 433 '<(DEPTH)/ipc/ipc.gyp:ipc', | 433 '<(DEPTH)/ipc/ipc.gyp:ipc', |
| 434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
| 435 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 435 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
| 436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
| 437 ], | 437 ], |
| 438 }, { # OS == ios | 438 }, { # OS == ios |
| 439 'sources/': [ | 439 'sources/': [ |
| 440 ['exclude', '^common/child_process_'], | 440 ['exclude', '^common/child_process_'], |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', | 490 'common/extensions/manifest_handlers/minimum_chrome_version_checker.
cc', |
| 491 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 491 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
| 492 'common/icon_with_badge_image_source.cc', | 492 'common/icon_with_badge_image_source.cc', |
| 493 'common/importer/imported_bookmark_entry.cc', | 493 'common/importer/imported_bookmark_entry.cc', |
| 494 'common/importer/importer_bridge.cc', | 494 'common/importer/importer_bridge.cc', |
| 495 'common/importer/importer_data_types.cc', | 495 'common/importer/importer_data_types.cc', |
| 496 'common/importer/importer_url_row.cc', | 496 'common/importer/importer_url_row.cc', |
| 497 'common/net/url_util.cc', | 497 'common/net/url_util.cc', |
| 498 'common/spellcheck_common.cc', | 498 'common/spellcheck_common.cc', |
| 499 ], | 499 ], |
| 500 'dependencies!': [ | |
| 501 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
| 502 ], | |
| 503 }], | 500 }], |
| 504 ['OS=="win"', { | 501 ['OS=="win"', { |
| 505 'include_dirs': [ | 502 'include_dirs': [ |
| 506 '<(DEPTH)/breakpad/src', | 503 '<(DEPTH)/breakpad/src', |
| 507 '<(DEPTH)/third_party/wtl/include', | 504 '<(DEPTH)/third_party/wtl/include', |
| 508 ], | 505 ], |
| 509 }], | 506 }], |
| 510 ['enable_mdns == 1', { | 507 ['enable_mdns == 1', { |
| 511 'sources': [ | 508 'sources': [ |
| 512 'common/local_discovery/local_discovery_messages.h', | 509 'common/local_discovery/local_discovery_messages.h', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'common/metrics/proto/user_action_event.proto', | 757 'common/metrics/proto/user_action_event.proto', |
| 761 ], | 758 ], |
| 762 'variables': { | 759 'variables': { |
| 763 'proto_in_dir': 'common/metrics/proto', | 760 'proto_in_dir': 'common/metrics/proto', |
| 764 'proto_out_dir': 'chrome/common/metrics/proto', | 761 'proto_out_dir': 'chrome/common/metrics/proto', |
| 765 }, | 762 }, |
| 766 'includes': [ '../build/protoc.gypi' ], | 763 'includes': [ '../build/protoc.gypi' ], |
| 767 }, | 764 }, |
| 768 ], | 765 ], |
| 769 } | 766 } |
| OLD | NEW |