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

Side by Side Diff: build/all.gyp

Issue 523108: Port back CLD to Linux and Mac and fix Trad Chinese detection (Closed) Base URL: svn://chrome-svn/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:*',
24 '../third_party/codesighs/codesighs.gyp:*', 25 '../third_party/codesighs/codesighs.gyp:*',
25 '../third_party/ffmpeg/ffmpeg.gyp:*', 26 '../third_party/ffmpeg/ffmpeg.gyp:*',
26 '../third_party/icu/icu.gyp:*', 27 '../third_party/icu/icu.gyp:*',
27 '../third_party/libjpeg/libjpeg.gyp:*', 28 '../third_party/libjpeg/libjpeg.gyp:*',
28 '../third_party/libpng/libpng.gyp:*', 29 '../third_party/libpng/libpng.gyp:*',
29 '../third_party/libxml/libxml.gyp:*', 30 '../third_party/libxml/libxml.gyp:*',
30 '../third_party/libxslt/libxslt.gyp:*', 31 '../third_party/libxslt/libxslt.gyp:*',
31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
32 '../third_party/modp_b64/modp_b64.gyp:*', 33 '../third_party/modp_b64/modp_b64.gyp:*',
33 '../third_party/npapi/npapi.gyp:*', 34 '../third_party/npapi/npapi.gyp:*',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../breakpad/breakpad.gyp:*', 96 '../breakpad/breakpad.gyp:*',
96 '../chrome/app/locales/locales.gyp:*', 97 '../chrome/app/locales/locales.gyp:*',
97 '../courgette/courgette.gyp:*', 98 '../courgette/courgette.gyp:*',
98 '../gears/gears.gyp:*', 99 '../gears/gears.gyp:*',
99 '../gpu/demos/demos.gyp:*', 100 '../gpu/demos/demos.gyp:*',
100 '../gpu/gpu.gyp:*', 101 '../gpu/gpu.gyp:*',
101 '../rlz/rlz.gyp:*', 102 '../rlz/rlz.gyp:*',
102 '../sandbox/sandbox.gyp:*', 103 '../sandbox/sandbox.gyp:*',
103 '../third_party/bsdiff/bsdiff.gyp:*', 104 '../third_party/bsdiff/bsdiff.gyp:*',
104 '../third_party/bspatch/bspatch.gyp:*', 105 '../third_party/bspatch/bspatch.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 108 # As of now, build machines do not have GL headers to compile this
109 # TODO(sehr,brettw, neb): Make this unconditional. 109 # TODO(sehr,brettw, neb): Make this unconditional.
110 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', 110 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
111 ], 111 ],
112 }, { 112 }, {
113 'dependencies': [ 113 'dependencies': [
114 '../third_party/libevent/libevent.gyp:*', 114 '../third_party/libevent/libevent.gyp:*',
115 ], 115 ],
(...skipping 135 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