Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: build/all.gyp

Issue 25895002: Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe create… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exports to template instantiations Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/mojo.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 'some.gyp:*', 12 'some.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
15 '../content/content.gyp:*', 15 '../content/content.gyp:*',
16 '../crypto/crypto.gyp:*', 16 '../crypto/crypto.gyp:*',
17 '../mojo/mojo.gyp:*',
18 '../net/net.gyp:*', 17 '../net/net.gyp:*',
19 '../sdch/sdch.gyp:*', 18 '../sdch/sdch.gyp:*',
20 '../sql/sql.gyp:*', 19 '../sql/sql.gyp:*',
21 '../sync/sync.gyp:*', 20 '../sync/sync.gyp:*',
22 '../testing/gmock.gyp:*', 21 '../testing/gmock.gyp:*',
23 '../testing/gtest.gyp:*', 22 '../testing/gtest.gyp:*',
24 '../third_party/icu/icu.gyp:*', 23 '../third_party/icu/icu.gyp:*',
25 '../third_party/libxml/libxml.gyp:*', 24 '../third_party/libxml/libxml.gyp:*',
26 '../third_party/sqlite/sqlite.gyp:*', 25 '../third_party/sqlite/sqlite.gyp:*',
27 '../third_party/zlib/zlib.gyp:*', 26 '../third_party/zlib/zlib.gyp:*',
28 '../ui/snapshot/snapshot.gyp:*', 27 '../ui/snapshot/snapshot.gyp:*',
29 '../ui/ui.gyp:*', 28 '../ui/ui.gyp:*',
30 '../url/url.gyp:*', 29 '../url/url.gyp:*',
31 ], 30 ],
32 'conditions': [ 31 'conditions': [
33 ['OS!="ios"', { 32 ['OS!="ios"', {
34 'dependencies': [ 33 'dependencies': [
35 '../cc/cc_tests.gyp:*', 34 '../cc/cc_tests.gyp:*',
36 '../components/components.gyp:*', 35 '../components/components.gyp:*',
37 '../device/bluetooth/bluetooth.gyp:*', 36 '../device/bluetooth/bluetooth.gyp:*',
38 '../device/device_tests.gyp:*', 37 '../device/device_tests.gyp:*',
39 '../device/usb/usb.gyp:*', 38 '../device/usb/usb.gyp:*',
40 '../gpu/gpu.gyp:*', 39 '../gpu/gpu.gyp:*',
41 '../gpu/tools/tools.gyp:*', 40 '../gpu/tools/tools.gyp:*',
42 '../ipc/ipc.gyp:*', 41 '../ipc/ipc.gyp:*',
43 '../jingle/jingle.gyp:*', 42 '../jingle/jingle.gyp:*',
44 '../media/cast/cast.gyp:*', 43 '../media/cast/cast.gyp:*',
45 '../media/media.gyp:*', 44 '../media/media.gyp:*',
45 '../mojo/mojo.gyp:*',
Nico 2013/10/12 17:03:26 One side effect of having this dependency in all a
46 '../ppapi/ppapi.gyp:*', 46 '../ppapi/ppapi.gyp:*',
47 '../ppapi/ppapi_internal.gyp:*', 47 '../ppapi/ppapi_internal.gyp:*',
48 '../printing/printing.gyp:*', 48 '../printing/printing.gyp:*',
49 '../skia/skia.gyp:*', 49 '../skia/skia.gyp:*',
50 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 50 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
51 '../third_party/codesighs/codesighs.gyp:*', 51 '../third_party/codesighs/codesighs.gyp:*',
52 '../third_party/ffmpeg/ffmpeg.gyp:*', 52 '../third_party/ffmpeg/ffmpeg.gyp:*',
53 '../third_party/iccjpeg/iccjpeg.gyp:*', 53 '../third_party/iccjpeg/iccjpeg.gyp:*',
54 '../third_party/libpng/libpng.gyp:*', 54 '../third_party/libpng/libpng.gyp:*',
55 '../third_party/libusb/libusb.gyp:*', 55 '../third_party/libusb/libusb.gyp:*',
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 '../chrome/chrome.gyp:interactive_ui_tests_run', 939 '../chrome/chrome.gyp:interactive_ui_tests_run',
940 '../chrome/chrome.gyp:sync_integration_tests_run', 940 '../chrome/chrome.gyp:sync_integration_tests_run',
941 '../chrome/chrome.gyp:unit_tests_run', 941 '../chrome/chrome.gyp:unit_tests_run',
942 '../net/net.gyp:net_unittests_run', 942 '../net/net.gyp:net_unittests_run',
943 ], 943 ],
944 }, # target_name: chromium_swarm_tests 944 }, # target_name: chromium_swarm_tests
945 ], 945 ],
946 }], 946 }],
947 ], # conditions 947 ], # conditions
948 } 948 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698