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

Side by Side Diff: build/all.gyp

Issue 93155: Capture Mozilla's codesighs, for use in executable sizing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | third_party/codesighs/LICENSE » ('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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS!="win"', { 8 ['OS!="win"', {
9 'all_gyps%': 1, 9 'all_gyps%': 1,
10 },{ # else OS=="win" 10 },{ # else OS=="win"
(...skipping 10 matching lines...) Expand all
21 'type': 'none', 21 'type': 'none',
22 'dependencies': [ 22 'dependencies': [
23 '../base/base.gyp:*', 23 '../base/base.gyp:*',
24 '../media/media.gyp:*', 24 '../media/media.gyp:*',
25 '../net/net.gyp:*', 25 '../net/net.gyp:*',
26 '../printing/printing.gyp:*', 26 '../printing/printing.gyp:*',
27 '../sdch/sdch.gyp:*', 27 '../sdch/sdch.gyp:*',
28 '../skia/skia.gyp:*', 28 '../skia/skia.gyp:*',
29 '../testing/gtest.gyp:*', 29 '../testing/gtest.gyp:*',
30 '../third_party/bzip2/bzip2.gyp:*', 30 '../third_party/bzip2/bzip2.gyp:*',
31 '../third_party/codesighs/codesighs.gyp:*',
31 '../third_party/ffmpeg/ffmpeg.gyp:*', 32 '../third_party/ffmpeg/ffmpeg.gyp:*',
32 '../third_party/icu38/icu38.gyp:*', 33 '../third_party/icu38/icu38.gyp:*',
33 '../third_party/libjpeg/libjpeg.gyp:*', 34 '../third_party/libjpeg/libjpeg.gyp:*',
34 '../third_party/libpng/libpng.gyp:*', 35 '../third_party/libpng/libpng.gyp:*',
35 '../third_party/libxml/libxml.gyp:*', 36 '../third_party/libxml/libxml.gyp:*',
36 '../third_party/libxslt/libxslt.gyp:*', 37 '../third_party/libxslt/libxslt.gyp:*',
37 '../third_party/modp_b64/modp_b64.gyp:*', 38 '../third_party/modp_b64/modp_b64.gyp:*',
38 '../third_party/npapi/npapi.gyp:*', 39 '../third_party/npapi/npapi.gyp:*',
39 '../third_party/sqlite/sqlite.gyp:*', 40 '../third_party/sqlite/sqlite.gyp:*',
40 '../third_party/zlib/zlib.gyp:*', 41 '../third_party/zlib/zlib.gyp:*',
(...skipping 28 matching lines...) Expand all
69 '../chrome/chrome.gyp:*', 70 '../chrome/chrome.gyp:*',
70 '../webkit/tools/test_shell/test_shell.gyp:*', 71 '../webkit/tools/test_shell/test_shell.gyp:*',
71 '../webkit/webkit.gyp:*', 72 '../webkit/webkit.gyp:*',
72 ], 73 ],
73 }], 74 }],
74 ], 75 ],
75 }, 76 },
76 ], 77 ],
77 } 78 }
78 79
OLDNEW
« no previous file with comments | « no previous file | third_party/codesighs/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698