| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 '<(DEPTH)/components/components.gyp:component_updater', | 305 '<(DEPTH)/components/components.gyp:component_updater', |
| 306 '<(DEPTH)/components/components.gyp:json_schema', | 306 '<(DEPTH)/components/components.gyp:json_schema', |
| 307 '<(DEPTH)/components/components.gyp:metrics', | 307 '<(DEPTH)/components/components.gyp:metrics', |
| 308 '<(DEPTH)/components/components.gyp:policy_component_common', | 308 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 309 '<(DEPTH)/components/components.gyp:translate_core_common', | 309 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 310 '<(DEPTH)/components/components.gyp:variations', | 310 '<(DEPTH)/components/components.gyp:variations', |
| 311 '<(DEPTH)/content/content.gyp:content_common', | 311 '<(DEPTH)/content/content.gyp:content_common', |
| 312 '<(DEPTH)/crypto/crypto.gyp:crypto', | 312 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 313 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 313 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 314 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 314 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 315 '<(DEPTH)/media/cast/cast.gyp:cast_transport', | 315 '<(DEPTH)/media/cast/cast.gyp:cast_net', |
| 316 '<(DEPTH)/net/net.gyp:net', | 316 '<(DEPTH)/net/net.gyp:net', |
| 317 '<(DEPTH)/skia/skia.gyp:skia', | 317 '<(DEPTH)/skia/skia.gyp:skia', |
| 318 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 318 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 319 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 319 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 320 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 320 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 321 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 321 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 322 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 322 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
| 323 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 323 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 324 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 324 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 325 '<(DEPTH)/url/url.gyp:url_lib', | 325 '<(DEPTH)/url/url.gyp:url_lib', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'common/safe_browsing/csd.proto' | 688 'common/safe_browsing/csd.proto' |
| 689 ], | 689 ], |
| 690 'variables': { | 690 'variables': { |
| 691 'proto_in_dir': 'common/safe_browsing', | 691 'proto_in_dir': 'common/safe_browsing', |
| 692 'proto_out_dir': 'chrome/common/safe_browsing', | 692 'proto_out_dir': 'chrome/common/safe_browsing', |
| 693 }, | 693 }, |
| 694 'includes': [ '../build/protoc.gypi' ], | 694 'includes': [ '../build/protoc.gypi' ], |
| 695 }, | 695 }, |
| 696 ], | 696 ], |
| 697 } | 697 } |
| OLD | NEW |