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

Side by Side Diff: build/all.gyp

Issue 481001: Re-enable the build of Pepper support by default (issue 464074, svn revision ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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 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 ['enable_pepper==1', { 55 ['enable_gpu==1', {
55 'dependencies': [ 56 'dependencies': [
56 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
57 '../gpu/gpu.gyp:*', 57 '../gpu/gpu.gyp:*',
58 ], 58 ],
59 }], 59 }],
60 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 60 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
61 'dependencies': [ 61 'dependencies': [
62 '../third_party/yasm/yasm.gyp:*#host', 62 '../third_party/yasm/yasm.gyp:*#host',
63 ], 63 ],
64 }], 64 }],
65 ['OS=="mac"', { 65 ['OS=="mac"', {
66 'dependencies': [ 66 'dependencies': [
(...skipping 29 matching lines...) Expand all
96 '../breakpad/breakpad.gyp:*', 96 '../breakpad/breakpad.gyp:*',
97 '../chrome/app/locales/locales.gyp:*', 97 '../chrome/app/locales/locales.gyp:*',
98 '../courgette/courgette.gyp:*', 98 '../courgette/courgette.gyp:*',
99 '../gears/gears.gyp:*', 99 '../gears/gears.gyp:*',
100 '../rlz/rlz.gyp:*', 100 '../rlz/rlz.gyp:*',
101 '../sandbox/sandbox.gyp:*', 101 '../sandbox/sandbox.gyp:*',
102 '../third_party/bsdiff/bsdiff.gyp:*', 102 '../third_party/bsdiff/bsdiff.gyp:*',
103 '../third_party/bspatch/bspatch.gyp:*', 103 '../third_party/bspatch/bspatch.gyp:*',
104 '../third_party/cld/cld.gyp:*', 104 '../third_party/cld/cld.gyp:*',
105 '../tools/memory_watcher/memory_watcher.gyp:*', 105 '../tools/memory_watcher/memory_watcher.gyp:*',
106 # As of now Skia build has problems with Linux and/or 64 bits.
107 # TODO(sehr,brettw): Make this unconditional.
108 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
106 ], 109 ],
107 }, { 110 }, {
108 'dependencies': [ 111 'dependencies': [
109 '../third_party/libevent/libevent.gyp:*', 112 '../third_party/libevent/libevent.gyp:*',
110 ], 113 ],
111 }], 114 }],
112 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 115 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
113 'dependencies': [ 116 'dependencies': [
114 '../views/views.gyp:*', 117 '../views/views.gyp:*',
115 ], 118 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 ], # targets 230 ], # targets
228 }], # OS="win" 231 }], # OS="win"
229 ], # conditions 232 ], # conditions
230 } 233 }
231 234
232 # Local Variables: 235 # Local Variables:
233 # tab-width:2 236 # tab-width:2
234 # indent-tabs-mode:nil 237 # indent-tabs-mode:nil
235 # End: 238 # End:
236 # vim: set expandtab tabstop=2 shiftwidth=2: 239 # 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