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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 '<(DEPTH)/base/base.gyp:base_i18n', | 299 '<(DEPTH)/base/base.gyp:base_i18n', |
300 '<(DEPTH)/base/base.gyp:base_prefs', | 300 '<(DEPTH)/base/base.gyp:base_prefs', |
301 '<(DEPTH)/base/base.gyp:base_static', | 301 '<(DEPTH)/base/base.gyp:base_static', |
302 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 302 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
303 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 303 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
304 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 304 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
305 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 305 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
306 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 306 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
307 '<(DEPTH)/components/components.gyp:component_updater', | 307 '<(DEPTH)/components/components.gyp:component_updater', |
308 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 308 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
| 309 '<(DEPTH)/components/components.gyp:favicon_base', |
309 '<(DEPTH)/components/components.gyp:json_schema', | 310 '<(DEPTH)/components/components.gyp:json_schema', |
310 '<(DEPTH)/components/components.gyp:metrics', | 311 '<(DEPTH)/components/components.gyp:metrics', |
311 '<(DEPTH)/components/components.gyp:policy_component_common', | 312 '<(DEPTH)/components/components.gyp:policy_component_common', |
312 '<(DEPTH)/components/components.gyp:translate_core_common', | 313 '<(DEPTH)/components/components.gyp:translate_core_common', |
313 '<(DEPTH)/components/components.gyp:variations', | 314 '<(DEPTH)/components/components.gyp:variations', |
314 '<(DEPTH)/content/content.gyp:content_common', | 315 '<(DEPTH)/content/content.gyp:content_common', |
315 '<(DEPTH)/crypto/crypto.gyp:crypto', | 316 '<(DEPTH)/crypto/crypto.gyp:crypto', |
316 '<(DEPTH)/net/net.gyp:net', | 317 '<(DEPTH)/net/net.gyp:net', |
317 '<(DEPTH)/skia/skia.gyp:skia', | 318 '<(DEPTH)/skia/skia.gyp:skia', |
318 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 319 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
675 'common/safe_browsing/csd.proto' | 676 'common/safe_browsing/csd.proto' |
676 ], | 677 ], |
677 'variables': { | 678 'variables': { |
678 'proto_in_dir': 'common/safe_browsing', | 679 'proto_in_dir': 'common/safe_browsing', |
679 'proto_out_dir': 'chrome/common/safe_browsing', | 680 'proto_out_dir': 'chrome/common/safe_browsing', |
680 }, | 681 }, |
681 'includes': [ '../build/protoc.gypi' ], | 682 'includes': [ '../build/protoc.gypi' ], |
682 }, | 683 }, |
683 ], | 684 ], |
684 } | 685 } |
OLD | NEW |