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

Side by Side Diff: build/all.gyp

Issue 27158: Import .gyp files into the Chromium tree (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 9 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
« no previous file with comments | « base/base.gyp ('k') | 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')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'includes': [
10 'common.gypi',
11 ],
12 'targets': [
13 {
14 'target_name': 'All',
15 'type': 'none',
16 'dependencies': [
17 '../base/base.gyp:*',
18 '../chrome/chrome.gyp:*',
19 '../media/media.gyp:*',
20 '../net/net.gyp:*',
21 '../sdch/sdch.gyp:*',
22 '../skia/skia.gyp:*',
23 '../testing/gtest.gyp:*',
24 '../third_party/bzip2/bzip2.gyp:*',
25 '../third_party/icu38/icu38.gyp:*',
26 '../third_party/libevent/libevent.gyp:*',
27 '../third_party/libjpeg/libjpeg.gyp:*',
28 '../third_party/libpng/libpng.gyp:*',
29 '../third_party/libxml/libxml.gyp:*',
30 '../third_party/libxslt/libxslt.gyp:*',
31 '../third_party/modp_b64/modp_b64.gyp:*',
32 '../third_party/npapi/npapi.gyp:*',
33 '../third_party/sqlite/sqlite.gyp:*',
34 '../third_party/zlib/zlib.gyp:*',
35 '../webkit/tools/test_shell/test_shell.gyp:*',
36 '../webkit/webkit.gyp:*',
37 'temp_gyp/googleurl.gyp:*',
38 'temp_gyp/v8.gyp:*',
39 ],
40 },
41 ],
42 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698