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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 ], | 385 ], |
386 }], | 386 }], |
387 ['OS=="mac"', { | 387 ['OS=="mac"', { |
388 'sources': [ | 388 'sources': [ |
389 'common/media_galleries/iphoto_library.cc', | 389 'common/media_galleries/iphoto_library.cc', |
390 'common/media_galleries/iphoto_library.h', | 390 'common/media_galleries/iphoto_library.h', |
391 ], | 391 ], |
392 }], | 392 }], |
393 ['OS != "ios"', { | 393 ['OS != "ios"', { |
394 'dependencies': [ | 394 'dependencies': [ |
395 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 395 '<(DEPTH)/apps/common/api/api.gyp:apps_api', |
396 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 396 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
397 '<(DEPTH)/components/components.gyp:autofill_core_common', | 397 '<(DEPTH)/components/components.gyp:autofill_core_common', |
398 '<(DEPTH)/components/components.gyp:autofill_content_common', | 398 '<(DEPTH)/components/components.gyp:autofill_content_common', |
399 '<(DEPTH)/components/components.gyp:password_manager_core_common', | 399 '<(DEPTH)/components/components.gyp:password_manager_core_common', |
400 '<(DEPTH)/components/components.gyp:signin_core_common', | 400 '<(DEPTH)/components/components.gyp:signin_core_common', |
401 '<(DEPTH)/components/nacl.gyp:nacl_common', | 401 '<(DEPTH)/components/nacl.gyp:nacl_common', |
402 '<(DEPTH)/components/components.gyp:visitedlink_common', | 402 '<(DEPTH)/components/components.gyp:visitedlink_common', |
403 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 403 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
404 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 404 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
405 '<(DEPTH)/ipc/ipc.gyp:ipc', | 405 '<(DEPTH)/ipc/ipc.gyp:ipc', |
406 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 406 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
| 407 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
407 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 408 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
408 ], | 409 ], |
409 'export_dependent_settings': [ | 410 'export_dependent_settings': [ |
410 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 411 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
411 ], | 412 ], |
412 }, { # OS == ios | 413 }, { # OS == ios |
413 'sources/': [ | 414 'sources/': [ |
414 ['exclude', '^common/child_process_'], | 415 ['exclude', '^common/child_process_'], |
415 ['exclude', '^common/chrome_content_client\\.cc$'], | 416 ['exclude', '^common/chrome_content_client\\.cc$'], |
416 ['exclude', '^common/chrome_version_info_posix\\.cc$'], | 417 ['exclude', '^common/chrome_version_info_posix\\.cc$'], |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 'common/metrics/proto/user_action_event.proto', | 725 'common/metrics/proto/user_action_event.proto', |
725 ], | 726 ], |
726 'variables': { | 727 'variables': { |
727 'proto_in_dir': 'common/metrics/proto', | 728 'proto_in_dir': 'common/metrics/proto', |
728 'proto_out_dir': 'chrome/common/metrics/proto', | 729 'proto_out_dir': 'chrome/common/metrics/proto', |
729 }, | 730 }, |
730 'includes': [ '../build/protoc.gypi' ], | 731 'includes': [ '../build/protoc.gypi' ], |
731 }, | 732 }, |
732 ], | 733 ], |
733 } | 734 } |
OLD | NEW |