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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 304 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
305 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 305 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
306 '<(DEPTH)/media/cast/cast.gyp:cast_transport', | 306 '<(DEPTH)/media/cast/cast.gyp:cast_transport', |
307 '<(DEPTH)/net/net.gyp:net', | 307 '<(DEPTH)/net/net.gyp:net', |
308 '<(DEPTH)/skia/skia.gyp:skia', | 308 '<(DEPTH)/skia/skia.gyp:skia', |
309 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 309 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
310 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 310 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
311 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 311 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
312 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 312 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
313 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 313 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
| 314 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
314 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 315 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
315 '<(DEPTH)/url/url.gyp:url_lib', | 316 '<(DEPTH)/url/url.gyp:url_lib', |
316 ], | 317 ], |
317 'sources': [ | 318 'sources': [ |
318 '<@(chrome_common_sources)' | 319 '<@(chrome_common_sources)' |
319 ], | 320 ], |
320 'conditions': [ | 321 'conditions': [ |
321 ['enable_extensions==1', { | 322 ['enable_extensions==1', { |
322 'dependencies': [ | 323 'dependencies': [ |
323 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 324 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/metrics/proto/chrome_experiments.proto', | 694 'common/metrics/proto/chrome_experiments.proto', |
694 ], | 695 ], |
695 'variables': { | 696 'variables': { |
696 'proto_in_dir': 'common/metrics/proto', | 697 'proto_in_dir': 'common/metrics/proto', |
697 'proto_out_dir': 'chrome/common/metrics/proto', | 698 'proto_out_dir': 'chrome/common/metrics/proto', |
698 }, | 699 }, |
699 'includes': [ '../build/protoc.gypi' ], | 700 'includes': [ '../build/protoc.gypi' ], |
700 }, | 701 }, |
701 ], | 702 ], |
702 } | 703 } |
OLD | NEW |