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

Side by Side Diff: build/all.gyp

Issue 551070: Revert 36541 (which went in without any commit log by some black magic). ... (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 | chrome/browser/extensions/extension_browsertests_misc.cc » ('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,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
15 '../ipc/ipc.gyp:*', 15 '../ipc/ipc.gyp:*',
16 '../media/media.gyp:*', 16 '../media/media.gyp:*',
17 '../net/net.gyp:*', 17 '../net/net.gyp:*',
18 '../printing/printing.gyp:*', 18 '../printing/printing.gyp:*',
19 '../sdch/sdch.gyp:*', 19 '../sdch/sdch.gyp:*',
20 '../skia/skia.gyp:*', 20 '../skia/skia.gyp:*',
21 '../testing/gmock.gyp:*', 21 '../testing/gmock.gyp:*',
22 '../testing/gtest.gyp:*', 22 '../testing/gtest.gyp:*',
23 '../third_party/bzip2/bzip2.gyp:*', 23 '../third_party/bzip2/bzip2.gyp:*',
24 '../third_party/cld/cld.gyp:*',
25 '../third_party/codesighs/codesighs.gyp:*', 24 '../third_party/codesighs/codesighs.gyp:*',
26 '../third_party/ffmpeg/ffmpeg.gyp:*', 25 '../third_party/ffmpeg/ffmpeg.gyp:*',
27 '../third_party/icu/icu.gyp:*', 26 '../third_party/icu/icu.gyp:*',
28 '../third_party/libjpeg/libjpeg.gyp:*', 27 '../third_party/libjpeg/libjpeg.gyp:*',
29 '../third_party/libpng/libpng.gyp:*', 28 '../third_party/libpng/libpng.gyp:*',
30 '../third_party/libxml/libxml.gyp:*', 29 '../third_party/libxml/libxml.gyp:*',
31 '../third_party/libxslt/libxslt.gyp:*', 30 '../third_party/libxslt/libxslt.gyp:*',
32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 31 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
33 '../third_party/modp_b64/modp_b64.gyp:*', 32 '../third_party/modp_b64/modp_b64.gyp:*',
34 '../third_party/npapi/npapi.gyp:*', 33 '../third_party/npapi/npapi.gyp:*',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 '../chrome/app/locales/locales.gyp:*', 91 '../chrome/app/locales/locales.gyp:*',
93 '../chrome_frame/chrome_frame.gyp:*', 92 '../chrome_frame/chrome_frame.gyp:*',
94 '../courgette/courgette.gyp:*', 93 '../courgette/courgette.gyp:*',
95 '../gears/gears.gyp:*', 94 '../gears/gears.gyp:*',
96 '../gpu/demos/demos.gyp:*', 95 '../gpu/demos/demos.gyp:*',
97 '../gpu/gpu.gyp:*', 96 '../gpu/gpu.gyp:*',
98 '../rlz/rlz.gyp:*', 97 '../rlz/rlz.gyp:*',
99 '../sandbox/sandbox.gyp:*', 98 '../sandbox/sandbox.gyp:*',
100 '../third_party/bsdiff/bsdiff.gyp:*', 99 '../third_party/bsdiff/bsdiff.gyp:*',
101 '../third_party/bspatch/bspatch.gyp:*', 100 '../third_party/bspatch/bspatch.gyp:*',
101 '../third_party/cld/cld.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 ], 104 ],
105 }, { 105 }, {
106 'dependencies': [ 106 'dependencies': [
107 '../third_party/libevent/libevent.gyp:*', 107 '../third_party/libevent/libevent.gyp:*',
108 ], 108 ],
109 }], 109 }],
110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
111 'dependencies': [ 111 'dependencies': [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 ], # targets 251 ], # targets
252 }], # OS="win" 252 }], # OS="win"
253 ], # conditions 253 ], # conditions
254 } 254 }
255 255
256 # Local Variables: 256 # Local Variables:
257 # tab-width:2 257 # tab-width:2
258 # indent-tabs-mode:nil 258 # indent-tabs-mode:nil
259 # End: 259 # End:
260 # vim: set expandtab tabstop=2 shiftwidth=2: 260 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_browsertests_misc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698