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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 ], | 407 ], |
408 }], | 408 }], |
409 ['OS=="mac"', { | 409 ['OS=="mac"', { |
410 'sources': [ | 410 'sources': [ |
411 'common/media_galleries/iphoto_library.cc', | 411 'common/media_galleries/iphoto_library.cc', |
412 'common/media_galleries/iphoto_library.h', | 412 'common/media_galleries/iphoto_library.h', |
413 ], | 413 ], |
414 }], | 414 }], |
415 ['OS != "ios"', { | 415 ['OS != "ios"', { |
416 'dependencies': [ | 416 'dependencies': [ |
| 417 '<(DEPTH)/<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', |
417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 418 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
418 '<(DEPTH)/components/components.gyp:autofill_core_common', | 419 '<(DEPTH)/components/components.gyp:autofill_core_common', |
419 '<(DEPTH)/components/components.gyp:autofill_content_common', | 420 '<(DEPTH)/components/components.gyp:autofill_content_common', |
420 '<(DEPTH)/components/nacl.gyp:nacl_common', | 421 '<(DEPTH)/components/nacl.gyp:nacl_common', |
421 '<(DEPTH)/components/components.gyp:visitedlink_common', | 422 '<(DEPTH)/components/components.gyp:visitedlink_common', |
422 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 423 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
423 '<(DEPTH)/ipc/ipc.gyp:ipc', | 424 '<(DEPTH)/ipc/ipc.gyp:ipc', |
424 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 425 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
425 '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2', | |
426 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 426 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
427 ], | 427 ], |
428 }, { # OS == ios | 428 }, { # OS == ios |
429 'sources/': [ | 429 'sources/': [ |
430 ['exclude', '^common/child_process_'], | 430 ['exclude', '^common/child_process_'], |
431 ['exclude', '^common/chrome_content_client\\.cc$'], | 431 ['exclude', '^common/chrome_content_client\\.cc$'], |
432 ['exclude', '^common/chrome_version_info_posix\\.cc$'], | 432 ['exclude', '^common/chrome_version_info_posix\\.cc$'], |
433 ['exclude', '^common/common_message_generator\\.cc$'], | 433 ['exclude', '^common/common_message_generator\\.cc$'], |
434 ['exclude', '^common/common_param_traits'], | 434 ['exclude', '^common/common_param_traits'], |
435 ['exclude', '^common/custom_handlers/'], | 435 ['exclude', '^common/custom_handlers/'], |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 'common/metrics/proto/user_action_event.proto', | 753 'common/metrics/proto/user_action_event.proto', |
754 ], | 754 ], |
755 'variables': { | 755 'variables': { |
756 'proto_in_dir': 'common/metrics/proto', | 756 'proto_in_dir': 'common/metrics/proto', |
757 'proto_out_dir': 'chrome/common/metrics/proto', | 757 'proto_out_dir': 'chrome/common/metrics/proto', |
758 }, | 758 }, |
759 'includes': [ '../build/protoc.gypi' ], | 759 'includes': [ '../build/protoc.gypi' ], |
760 }, | 760 }, |
761 ], | 761 ], |
762 } | 762 } |
OLD | NEW |