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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 306 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
307 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 307 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
308 '<(DEPTH)/media/cast/cast.gyp:cast_transport', | 308 '<(DEPTH)/media/cast/cast.gyp:cast_transport', |
309 '<(DEPTH)/net/net.gyp:net', | 309 '<(DEPTH)/net/net.gyp:net', |
310 '<(DEPTH)/skia/skia.gyp:skia', | 310 '<(DEPTH)/skia/skia.gyp:skia', |
311 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 311 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
312 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 312 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
313 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 313 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
314 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 314 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
315 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 315 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
| 316 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
316 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 317 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
317 '<(DEPTH)/url/url.gyp:url_lib', | 318 '<(DEPTH)/url/url.gyp:url_lib', |
318 ], | 319 ], |
319 'sources': [ | 320 'sources': [ |
320 '<@(chrome_common_sources)' | 321 '<@(chrome_common_sources)' |
321 ], | 322 ], |
322 'conditions': [ | 323 'conditions': [ |
323 ['enable_extensions==1', { | 324 ['enable_extensions==1', { |
324 'sources': [ | 325 'sources': [ |
325 '<@(chrome_common_extensions_sources)', | 326 '<@(chrome_common_extensions_sources)', |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'common/metrics/proto/chrome_experiments.proto', | 682 'common/metrics/proto/chrome_experiments.proto', |
682 ], | 683 ], |
683 'variables': { | 684 'variables': { |
684 'proto_in_dir': 'common/metrics/proto', | 685 'proto_in_dir': 'common/metrics/proto', |
685 'proto_out_dir': 'chrome/common/metrics/proto', | 686 'proto_out_dir': 'chrome/common/metrics/proto', |
686 }, | 687 }, |
687 'includes': [ '../build/protoc.gypi' ], | 688 'includes': [ '../build/protoc.gypi' ], |
688 }, | 689 }, |
689 ], | 690 ], |
690 } | 691 } |
OLD | NEW |