| 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 'variables': { | 6 'variables': { |
| 7 'chrome_common_sources': [ | 7 'chrome_common_sources': [ |
| 8 '../apps/app_shim/app_shim_launch.h', | 8 '../apps/app_shim/app_shim_launch.h', |
| 9 '../apps/app_shim/app_shim_messages.h', | 9 '../apps/app_shim/app_shim_messages.h', |
| 10 'common/all_messages.h', | 10 'common/all_messages.h', |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 ], | 280 ], |
| 281 }, | 281 }, |
| 282 'dependencies': [ | 282 'dependencies': [ |
| 283 # TODO(gregoryd): chrome_resources and chrome_strings could be | 283 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 284 # shared with the 64-bit target, but it does not work due to a gyp | 284 # shared with the 64-bit target, but it does not work due to a gyp |
| 285 # issue. | 285 # issue. |
| 286 'common_net', | 286 'common_net', |
| 287 'common_version', | 287 'common_version', |
| 288 'installer_util', | 288 'installer_util', |
| 289 'metrics_proto', | 289 'metrics_proto', |
| 290 'safe_browsing_proto', |
| 290 '<(DEPTH)/base/base.gyp:base', | 291 '<(DEPTH)/base/base.gyp:base', |
| 291 '<(DEPTH)/base/base.gyp:base_i18n', | 292 '<(DEPTH)/base/base.gyp:base_i18n', |
| 292 '<(DEPTH)/base/base.gyp:base_prefs', | 293 '<(DEPTH)/base/base.gyp:base_prefs', |
| 293 '<(DEPTH)/base/base.gyp:base_static', | 294 '<(DEPTH)/base/base.gyp:base_static', |
| 294 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 295 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 295 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 296 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 296 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 297 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
| 297 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 298 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 298 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 299 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
| 299 '<(DEPTH)/components/components.gyp:json_schema', | 300 '<(DEPTH)/components/components.gyp:json_schema', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'common/metrics/proto/chrome_experiments.proto', | 683 'common/metrics/proto/chrome_experiments.proto', |
| 683 ], | 684 ], |
| 684 'variables': { | 685 'variables': { |
| 685 'proto_in_dir': 'common/metrics/proto', | 686 'proto_in_dir': 'common/metrics/proto', |
| 686 'proto_out_dir': 'chrome/common/metrics/proto', | 687 'proto_out_dir': 'chrome/common/metrics/proto', |
| 687 }, | 688 }, |
| 688 'includes': [ '../build/protoc.gypi' ], | 689 'includes': [ '../build/protoc.gypi' ], |
| 689 }, | 690 }, |
| 690 ], | 691 ], |
| 691 } | 692 } |
| OLD | NEW |