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

Side by Side Diff: build/all.gyp

Issue 551041: linux: enable pepper_test_plugin (Closed)
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
« 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 17 matching lines...) Expand all
28 '../third_party/libpng/libpng.gyp:*', 28 '../third_party/libpng/libpng.gyp:*',
29 '../third_party/libxml/libxml.gyp:*', 29 '../third_party/libxml/libxml.gyp:*',
30 '../third_party/libxslt/libxslt.gyp:*', 30 '../third_party/libxslt/libxslt.gyp:*',
31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 31 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
32 '../third_party/modp_b64/modp_b64.gyp:*', 32 '../third_party/modp_b64/modp_b64.gyp:*',
33 '../third_party/npapi/npapi.gyp:*', 33 '../third_party/npapi/npapi.gyp:*',
34 '../third_party/ots/ots.gyp:*', 34 '../third_party/ots/ots.gyp:*',
35 '../third_party/sqlite/sqlite.gyp:*', 35 '../third_party/sqlite/sqlite.gyp:*',
36 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', 36 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
37 '../third_party/zlib/zlib.gyp:*', 37 '../third_party/zlib/zlib.gyp:*',
38 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
38 '../webkit/tools/test_shell/test_shell.gyp:*', 39 '../webkit/tools/test_shell/test_shell.gyp:*',
39 '../webkit/webkit.gyp:*', 40 '../webkit/webkit.gyp:*',
40 'util/build_util.gyp:*', 41 'util/build_util.gyp:*',
41 'temp_gyp/googleurl.gyp:*', 42 'temp_gyp/googleurl.gyp:*',
42 ], 43 ],
43 'conditions': [ 44 'conditions': [
44 ['javascript_engine=="v8"', { 45 ['javascript_engine=="v8"', {
45 'dependencies': [ 46 'dependencies': [
46 '../v8/tools/gyp/v8.gyp:*', 47 '../v8/tools/gyp/v8.gyp:*',
47 ], 48 ],
48 }], 49 }],
49 ['chrome_frame_define==1', { 50 ['chrome_frame_define==1', {
50 'dependencies': [ 51 'dependencies': [
51 '../chrome_frame/chrome_frame.gyp:*', 52 '../chrome_frame/chrome_frame.gyp:*',
52 ], 53 ],
53 }], 54 }],
54 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 55 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
55 'dependencies': [ 56 'dependencies': [
56 '../third_party/yasm/yasm.gyp:*#host', 57 '../third_party/yasm/yasm.gyp:*#host',
57 ], 58 ],
58 }], 59 }],
59 ['OS=="mac"', { 60 ['OS=="mac"', {
60 'dependencies': [ 61 'dependencies': [
61 '../third_party/ocmock/ocmock.gyp:*', 62 '../third_party/ocmock/ocmock.gyp:*',
62 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
63 ], 63 ],
64 }], 64 }],
65 ['OS=="linux"', { 65 ['OS=="linux"', {
66 'dependencies': [ 66 'dependencies': [
67 '../breakpad/breakpad.gyp:*', 67 '../breakpad/breakpad.gyp:*',
68 '../courgette/courgette.gyp:*', 68 '../courgette/courgette.gyp:*',
69 '../sandbox/sandbox.gyp:*', 69 '../sandbox/sandbox.gyp:*',
70 ], 70 ],
71 'conditions': [ 71 'conditions': [
72 ['branding=="Chrome"', { 72 ['branding=="Chrome"', {
(...skipping 25 matching lines...) Expand all
98 '../gears/gears.gyp:*', 98 '../gears/gears.gyp:*',
99 '../gpu/demos/demos.gyp:*', 99 '../gpu/demos/demos.gyp:*',
100 '../gpu/gpu.gyp:*', 100 '../gpu/gpu.gyp:*',
101 '../rlz/rlz.gyp:*', 101 '../rlz/rlz.gyp:*',
102 '../sandbox/sandbox.gyp:*', 102 '../sandbox/sandbox.gyp:*',
103 '../third_party/bsdiff/bsdiff.gyp:*', 103 '../third_party/bsdiff/bsdiff.gyp:*',
104 '../third_party/bspatch/bspatch.gyp:*', 104 '../third_party/bspatch/bspatch.gyp:*',
105 '../third_party/cld/cld.gyp:*', 105 '../third_party/cld/cld.gyp:*',
106 '../third_party/gles2_book/gles2_book.gyp:*', 106 '../third_party/gles2_book/gles2_book.gyp:*',
107 '../tools/memory_watcher/memory_watcher.gyp:*', 107 '../tools/memory_watcher/memory_watcher.gyp:*',
108 # As of now, build machines do not have GL headers to compile this
109 # TODO(sehr,brettw, neb): Make this unconditional.
110 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
111 ], 108 ],
112 }, { 109 }, {
113 'dependencies': [ 110 'dependencies': [
114 '../third_party/libevent/libevent.gyp:*', 111 '../third_party/libevent/libevent.gyp:*',
115 ], 112 ],
116 }], 113 }],
117 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 114 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
118 'dependencies': [ 115 'dependencies': [
119 '../views/views.gyp:*', 116 '../views/views.gyp:*',
120 ], 117 ],
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 ], # targets 248 ], # targets
252 }], # OS="win" 249 }], # OS="win"
253 ], # conditions 250 ], # conditions
254 } 251 }
255 252
256 # Local Variables: 253 # Local Variables:
257 # tab-width:2 254 # tab-width:2
258 # indent-tabs-mode:nil 255 # indent-tabs-mode:nil
259 # End: 256 # End:
260 # vim: set expandtab tabstop=2 shiftwidth=2: 257 # 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