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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 ['OS != "ios"', { | 420 ['OS != "ios"', { |
421 'dependencies': [ | 421 'dependencies': [ |
422 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 422 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
423 '<(DEPTH)/components/components.gyp:autofill_core_common', | 423 '<(DEPTH)/components/components.gyp:autofill_core_common', |
424 '<(DEPTH)/components/components.gyp:autofill_content_common', | 424 '<(DEPTH)/components/components.gyp:autofill_content_common', |
425 '<(DEPTH)/components/nacl.gyp:nacl_common', | 425 '<(DEPTH)/components/nacl.gyp:nacl_common', |
426 '<(DEPTH)/components/components.gyp:visitedlink_common', | 426 '<(DEPTH)/components/components.gyp:visitedlink_common', |
427 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 427 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
428 '<(DEPTH)/ipc/ipc.gyp:ipc', | 428 '<(DEPTH)/ipc/ipc.gyp:ipc', |
429 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 429 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
430 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 430 '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2', |
431 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 431 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
432 ], | 432 ], |
433 }, { # OS == ios | 433 }, { # OS == ios |
434 'sources/': [ | 434 'sources/': [ |
435 ['exclude', '^common/child_process_'], | 435 ['exclude', '^common/child_process_'], |
436 ['exclude', '^common/chrome_content_client\\.cc$'], | 436 ['exclude', '^common/chrome_content_client\\.cc$'], |
437 ['exclude', '^common/chrome_version_info_posix\\.cc$'], | 437 ['exclude', '^common/chrome_version_info_posix\\.cc$'], |
438 ['exclude', '^common/common_message_generator\\.cc$'], | 438 ['exclude', '^common/common_message_generator\\.cc$'], |
439 ['exclude', '^common/common_param_traits'], | 439 ['exclude', '^common/common_param_traits'], |
440 ['exclude', '^common/custom_handlers/'], | 440 ['exclude', '^common/custom_handlers/'], |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 'common/metrics/proto/user_action_event.proto', | 758 'common/metrics/proto/user_action_event.proto', |
759 ], | 759 ], |
760 'variables': { | 760 'variables': { |
761 'proto_in_dir': 'common/metrics/proto', | 761 'proto_in_dir': 'common/metrics/proto', |
762 'proto_out_dir': 'chrome/common/metrics/proto', | 762 'proto_out_dir': 'chrome/common/metrics/proto', |
763 }, | 763 }, |
764 'includes': [ '../build/protoc.gypi' ], | 764 'includes': [ '../build/protoc.gypi' ], |
765 }, | 765 }, |
766 ], | 766 ], |
767 } | 767 } |
OLD | NEW |