| 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 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
| 10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 316 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 317 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 317 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
| 318 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 318 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 319 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 319 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
| 320 '<(DEPTH)/components/components.gyp:component_updater', | 320 '<(DEPTH)/components/components.gyp:component_updater', |
| 321 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 321 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
| 322 '<(DEPTH)/components/components.gyp:json_schema', | 322 '<(DEPTH)/components/components.gyp:json_schema', |
| 323 '<(DEPTH)/components/components.gyp:metrics', | 323 '<(DEPTH)/components/components.gyp:metrics', |
| 324 '<(DEPTH)/components/components.gyp:policy_component_common', | 324 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 325 '<(DEPTH)/components/components.gyp:translate_core_common', | 325 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 326 '<(DEPTH)/components/components.gyp:variations', | 326 '<(DEPTH)/components/components.gyp:variations_common', |
| 327 '<(DEPTH)/content/content.gyp:content_common', | 327 '<(DEPTH)/content/content.gyp:content_common', |
| 328 '<(DEPTH)/crypto/crypto.gyp:crypto', | 328 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 329 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 329 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 330 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 330 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 331 '<(DEPTH)/media/cast/cast.gyp:cast_net', | 331 '<(DEPTH)/media/cast/cast.gyp:cast_net', |
| 332 '<(DEPTH)/net/net.gyp:net', | 332 '<(DEPTH)/net/net.gyp:net', |
| 333 '<(DEPTH)/skia/skia.gyp:skia', | 333 '<(DEPTH)/skia/skia.gyp:skia', |
| 334 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 334 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 335 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 335 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 336 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 336 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'common/safe_browsing/csd.proto' | 694 'common/safe_browsing/csd.proto' |
| 695 ], | 695 ], |
| 696 'variables': { | 696 'variables': { |
| 697 'proto_in_dir': 'common/safe_browsing', | 697 'proto_in_dir': 'common/safe_browsing', |
| 698 'proto_out_dir': 'chrome/common/safe_browsing', | 698 'proto_out_dir': 'chrome/common/safe_browsing', |
| 699 }, | 699 }, |
| 700 'includes': [ '../build/protoc.gypi' ], | 700 'includes': [ '../build/protoc.gypi' ], |
| 701 }, | 701 }, |
| 702 ], | 702 ], |
| 703 } | 703 } |
| OLD | NEW |