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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 'safe_browsing_proto', | 293 'safe_browsing_proto', |
294 '<(DEPTH)/base/base.gyp:base', | 294 '<(DEPTH)/base/base.gyp:base', |
295 '<(DEPTH)/base/base.gyp:base_i18n', | 295 '<(DEPTH)/base/base.gyp:base_i18n', |
296 '<(DEPTH)/base/base.gyp:base_prefs', | 296 '<(DEPTH)/base/base.gyp:base_prefs', |
297 '<(DEPTH)/base/base.gyp:base_static', | 297 '<(DEPTH)/base/base.gyp:base_static', |
298 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 298 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
299 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 299 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
300 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 300 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
301 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 301 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
302 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 302 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
| 303 '<(DEPTH)/components/components.gyp:component_updater', |
303 '<(DEPTH)/components/components.gyp:json_schema', | 304 '<(DEPTH)/components/components.gyp:json_schema', |
304 '<(DEPTH)/components/components.gyp:metrics', | 305 '<(DEPTH)/components/components.gyp:metrics', |
305 '<(DEPTH)/components/components.gyp:policy_component_common', | 306 '<(DEPTH)/components/components.gyp:policy_component_common', |
306 '<(DEPTH)/components/components.gyp:translate_core_common', | 307 '<(DEPTH)/components/components.gyp:translate_core_common', |
307 '<(DEPTH)/components/components.gyp:variations', | 308 '<(DEPTH)/components/components.gyp:variations', |
308 '<(DEPTH)/content/content.gyp:content_common', | 309 '<(DEPTH)/content/content.gyp:content_common', |
309 '<(DEPTH)/crypto/crypto.gyp:crypto', | 310 '<(DEPTH)/crypto/crypto.gyp:crypto', |
310 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 311 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
311 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 312 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
312 '<(DEPTH)/media/cast/cast.gyp:cast_transport', | 313 '<(DEPTH)/media/cast/cast.gyp:cast_transport', |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'common/safe_browsing/csd.proto' | 669 'common/safe_browsing/csd.proto' |
669 ], | 670 ], |
670 'variables': { | 671 'variables': { |
671 'proto_in_dir': 'common/safe_browsing', | 672 'proto_in_dir': 'common/safe_browsing', |
672 'proto_out_dir': 'chrome/common/safe_browsing', | 673 'proto_out_dir': 'chrome/common/safe_browsing', |
673 }, | 674 }, |
674 'includes': [ '../build/protoc.gypi' ], | 675 'includes': [ '../build/protoc.gypi' ], |
675 }, | 676 }, |
676 ], | 677 ], |
677 } | 678 } |
OLD | NEW |