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

Side by Side Diff: build/all.gyp

Issue 363001: Pull the OpenType sanitiser library from code.google.com/ots/, as per our dis... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « DEPS ('k') | build/features_override.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 13 matching lines...) Expand all
24 '../third_party/codesighs/codesighs.gyp:*', 24 '../third_party/codesighs/codesighs.gyp:*',
25 '../third_party/ffmpeg/ffmpeg.gyp:*', 25 '../third_party/ffmpeg/ffmpeg.gyp:*',
26 '../third_party/icu/icu.gyp:*', 26 '../third_party/icu/icu.gyp:*',
27 '../third_party/libjpeg/libjpeg.gyp:*', 27 '../third_party/libjpeg/libjpeg.gyp:*',
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/sqlite/sqlite.gyp:*', 35 '../third_party/sqlite/sqlite.gyp:*',
35 '../third_party/zlib/zlib.gyp:*', 36 '../third_party/zlib/zlib.gyp:*',
36 '../webkit/tools/test_shell/test_shell.gyp:*', 37 '../webkit/tools/test_shell/test_shell.gyp:*',
37 '../webkit/webkit.gyp:*', 38 '../webkit/webkit.gyp:*',
38 'util/build_util.gyp:*', 39 'util/build_util.gyp:*',
39 'temp_gyp/googleurl.gyp:*', 40 'temp_gyp/googleurl.gyp:*',
40 ], 41 ],
41 'conditions': [ 42 'conditions': [
42 ['javascript_engine=="v8"', { 43 ['javascript_engine=="v8"', {
43 'dependencies': [ 44 'dependencies': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ], # targets 237 ], # targets
237 }], # OS="win" 238 }], # OS="win"
238 ], # conditions 239 ], # conditions
239 } 240 }
240 241
241 # Local Variables: 242 # Local Variables:
242 # tab-width:2 243 # tab-width:2
243 # indent-tabs-mode:nil 244 # indent-tabs-mode:nil
244 # End: 245 # End:
245 # vim: set expandtab tabstop=2 shiftwidth=2: 246 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | build/features_override.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698