| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 '..', | 281 '..', |
| 282 ], | 282 ], |
| 283 }, | 283 }, |
| 284 'dependencies': [ | 284 'dependencies': [ |
| 285 # TODO(gregoryd): chrome_resources and chrome_strings could be | 285 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 286 # shared with the 64-bit target, but it does not work due to a gyp | 286 # shared with the 64-bit target, but it does not work due to a gyp |
| 287 # issue. | 287 # issue. |
| 288 'common_net', | 288 'common_net', |
| 289 'common_version', | 289 'common_version', |
| 290 'installer_util', | 290 'installer_util', |
| 291 'safe_browsing_proto', |
| 291 '<(DEPTH)/base/base.gyp:base', | 292 '<(DEPTH)/base/base.gyp:base', |
| 292 '<(DEPTH)/base/base.gyp:base_i18n', | 293 '<(DEPTH)/base/base.gyp:base_i18n', |
| 293 '<(DEPTH)/base/base.gyp:base_prefs', | 294 '<(DEPTH)/base/base.gyp:base_prefs', |
| 294 '<(DEPTH)/base/base.gyp:base_static', | 295 '<(DEPTH)/base/base.gyp:base_static', |
| 295 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 296 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 296 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 297 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 297 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 298 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
| 298 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 299 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 299 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 300 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
| 300 '<(DEPTH)/components/components.gyp:json_schema', | 301 '<(DEPTH)/components/components.gyp:json_schema', |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'common/safe_browsing/csd.proto' | 666 'common/safe_browsing/csd.proto' |
| 666 ], | 667 ], |
| 667 'variables': { | 668 'variables': { |
| 668 'proto_in_dir': 'common/safe_browsing', | 669 'proto_in_dir': 'common/safe_browsing', |
| 669 'proto_out_dir': 'chrome/common/safe_browsing', | 670 'proto_out_dir': 'chrome/common/safe_browsing', |
| 670 }, | 671 }, |
| 671 'includes': [ '../build/protoc.gypi' ], | 672 'includes': [ '../build/protoc.gypi' ], |
| 672 }, | 673 }, |
| 673 ], | 674 ], |
| 674 } | 675 } |
| OLD | NEW |