| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 ], | 391 ], |
| 392 }], | 392 }], |
| 393 ['OS != "ios"', { | 393 ['OS != "ios"', { |
| 394 'dependencies': [ | 394 'dependencies': [ |
| 395 '<(DEPTH)/apps/common/api/api.gyp:apps_api', | 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/components.gyp:translate_content_common', |
| 401 '<(DEPTH)/components/nacl.gyp:nacl_common', | 402 '<(DEPTH)/components/nacl.gyp:nacl_common', |
| 402 '<(DEPTH)/components/components.gyp:visitedlink_common', | 403 '<(DEPTH)/components/components.gyp:visitedlink_common', |
| 403 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 404 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 404 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 405 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 405 '<(DEPTH)/ipc/ipc.gyp:ipc', | 406 '<(DEPTH)/ipc/ipc.gyp:ipc', |
| 406 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 407 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
| 407 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 408 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
| 408 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 409 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
| 409 ], | 410 ], |
| 410 'export_dependent_settings': [ | 411 'export_dependent_settings': [ |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'common/metrics/proto/user_action_event.proto', | 726 'common/metrics/proto/user_action_event.proto', |
| 726 ], | 727 ], |
| 727 'variables': { | 728 'variables': { |
| 728 'proto_in_dir': 'common/metrics/proto', | 729 'proto_in_dir': 'common/metrics/proto', |
| 729 'proto_out_dir': 'chrome/common/metrics/proto', | 730 'proto_out_dir': 'chrome/common/metrics/proto', |
| 730 }, | 731 }, |
| 731 'includes': [ '../build/protoc.gypi' ], | 732 'includes': [ '../build/protoc.gypi' ], |
| 732 }, | 733 }, |
| 733 ], | 734 ], |
| 734 } | 735 } |
| OLD | NEW |