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

Side by Side Diff: build/all.gyp

Issue 548133: Revert 36399 - linux: enable pepper_test_plugin ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 | build/common.gypi » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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,
(...skipping 18 matching lines...) Expand all
29 '../third_party/libpng/libpng.gyp:*', 29 '../third_party/libpng/libpng.gyp:*',
30 '../third_party/libxml/libxml.gyp:*', 30 '../third_party/libxml/libxml.gyp:*',
31 '../third_party/libxslt/libxslt.gyp:*', 31 '../third_party/libxslt/libxslt.gyp:*',
32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
33 '../third_party/modp_b64/modp_b64.gyp:*', 33 '../third_party/modp_b64/modp_b64.gyp:*',
34 '../third_party/npapi/npapi.gyp:*', 34 '../third_party/npapi/npapi.gyp:*',
35 '../third_party/ots/ots.gyp:*', 35 '../third_party/ots/ots.gyp:*',
36 '../third_party/sqlite/sqlite.gyp:*', 36 '../third_party/sqlite/sqlite.gyp:*',
37 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', 37 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
38 '../third_party/zlib/zlib.gyp:*', 38 '../third_party/zlib/zlib.gyp:*',
39 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
40 '../webkit/tools/test_shell/test_shell.gyp:*', 39 '../webkit/tools/test_shell/test_shell.gyp:*',
41 '../webkit/webkit.gyp:*', 40 '../webkit/webkit.gyp:*',
42 'util/build_util.gyp:*', 41 'util/build_util.gyp:*',
43 'temp_gyp/googleurl.gyp:*', 42 'temp_gyp/googleurl.gyp:*',
44 ], 43 ],
45 'conditions': [ 44 'conditions': [
46 ['javascript_engine=="v8"', { 45 ['javascript_engine=="v8"', {
47 'dependencies': [ 46 'dependencies': [
48 '../v8/tools/gyp/v8.gyp:*', 47 '../v8/tools/gyp/v8.gyp:*',
49 ], 48 ],
50 }], 49 }],
51 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 50 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
52 'dependencies': [ 51 'dependencies': [
53 '../third_party/yasm/yasm.gyp:*#host', 52 '../third_party/yasm/yasm.gyp:*#host',
54 ], 53 ],
55 }], 54 }],
56 ['OS=="mac"', { 55 ['OS=="mac"', {
57 'dependencies': [ 56 'dependencies': [
58 '../third_party/ocmock/ocmock.gyp:*', 57 '../third_party/ocmock/ocmock.gyp:*',
58 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
59 ], 59 ],
60 }], 60 }],
61 ['OS=="linux"', { 61 ['OS=="linux"', {
62 'dependencies': [ 62 'dependencies': [
63 '../breakpad/breakpad.gyp:*', 63 '../breakpad/breakpad.gyp:*',
64 '../courgette/courgette.gyp:*', 64 '../courgette/courgette.gyp:*',
65 '../sandbox/sandbox.gyp:*', 65 '../sandbox/sandbox.gyp:*',
66 ], 66 ],
67 'conditions': [ 67 'conditions': [
68 ['branding=="Chrome"', { 68 ['branding=="Chrome"', {
(...skipping 25 matching lines...) Expand all
94 '../courgette/courgette.gyp:*', 94 '../courgette/courgette.gyp:*',
95 '../gears/gears.gyp:*', 95 '../gears/gears.gyp:*',
96 '../gpu/demos/demos.gyp:*', 96 '../gpu/demos/demos.gyp:*',
97 '../gpu/gpu.gyp:*', 97 '../gpu/gpu.gyp:*',
98 '../rlz/rlz.gyp:*', 98 '../rlz/rlz.gyp:*',
99 '../sandbox/sandbox.gyp:*', 99 '../sandbox/sandbox.gyp:*',
100 '../third_party/bsdiff/bsdiff.gyp:*', 100 '../third_party/bsdiff/bsdiff.gyp:*',
101 '../third_party/bspatch/bspatch.gyp:*', 101 '../third_party/bspatch/bspatch.gyp:*',
102 '../third_party/gles2_book/gles2_book.gyp:*', 102 '../third_party/gles2_book/gles2_book.gyp:*',
103 '../tools/memory_watcher/memory_watcher.gyp:*', 103 '../tools/memory_watcher/memory_watcher.gyp:*',
104 # As of now, build machines do not have GL headers to compile this
105 # TODO(sehr,brettw, neb): Make this unconditional.
106 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
104 ], 107 ],
105 }, { 108 }, {
106 'dependencies': [ 109 'dependencies': [
107 '../third_party/libevent/libevent.gyp:*', 110 '../third_party/libevent/libevent.gyp:*',
108 ], 111 ],
109 }], 112 }],
110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 113 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
111 'dependencies': [ 114 'dependencies': [
112 '../views/views.gyp:*', 115 '../views/views.gyp:*',
113 ], 116 ],
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 ], # targets 254 ], # targets
252 }], # OS="win" 255 }], # OS="win"
253 ], # conditions 256 ], # conditions
254 } 257 }
255 258
256 # Local Variables: 259 # Local Variables:
257 # tab-width:2 260 # tab-width:2
258 # indent-tabs-mode:nil 261 # indent-tabs-mode:nil
259 # End: 262 # End:
260 # vim: set expandtab tabstop=2 shiftwidth=2: 263 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698