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 ['OS=="mac"', { | 408 ['OS=="mac"', { |
409 'sources': [ | 409 'sources': [ |
410 'common/media_galleries/iphoto_library.cc', | 410 'common/media_galleries/iphoto_library.cc', |
411 'common/media_galleries/iphoto_library.h', | 411 'common/media_galleries/iphoto_library.h', |
412 ], | 412 ], |
413 }], | 413 }], |
414 ['OS != "ios"', { | 414 ['OS != "ios"', { |
415 'dependencies': [ | 415 'dependencies': [ |
416 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 416 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
418 '<(DEPTH)/components/components.gyp:autofill_core_common', | 418 '<(DEPTH)/components/components.gyp:autofill_core_common', |
419 '<(DEPTH)/components/components.gyp:autofill_content_common', | 419 '<(DEPTH)/components/components.gyp:autofill_content_common', |
420 '<(DEPTH)/components/components.gyp:password_manager_core_common', | 420 '<(DEPTH)/components/components.gyp:password_manager_core_common', |
421 '<(DEPTH)/components/nacl.gyp:nacl_common', | 421 '<(DEPTH)/components/nacl.gyp:nacl_common', |
422 '<(DEPTH)/components/components.gyp:visitedlink_common', | 422 '<(DEPTH)/components/components.gyp:visitedlink_common', |
423 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 423 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
424 '<(DEPTH)/ipc/ipc.gyp:ipc', | 424 '<(DEPTH)/ipc/ipc.gyp:ipc', |
425 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 425 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
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 ], |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 'common/metrics/proto/user_action_event.proto', | 738 'common/metrics/proto/user_action_event.proto', |
739 ], | 739 ], |
740 'variables': { | 740 'variables': { |
741 'proto_in_dir': 'common/metrics/proto', | 741 'proto_in_dir': 'common/metrics/proto', |
742 'proto_out_dir': 'chrome/common/metrics/proto', | 742 'proto_out_dir': 'chrome/common/metrics/proto', |
743 }, | 743 }, |
744 'includes': [ '../build/protoc.gypi' ], | 744 'includes': [ '../build/protoc.gypi' ], |
745 }, | 745 }, |
746 ], | 746 ], |
747 } | 747 } |
OLD | NEW |