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

Side by Side Diff: build/all.gyp

Issue 42328: Revert 11946 since it is causing a build breakage on full rebuild. The ... (Closed) Base URL: svn://chrome-svn/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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome.sln » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 'conditions': [ 8 'conditions': [
9 ['OS!="win"', { 9 ['OS!="win"', {
10 'all_gyps%': 1, 10 'all_gyps%': 1,
11 },{ # else OS=="win" 11 },{ # else OS=="win"
12 'all_gyps%': 0, 12 'all_gyps%': 0,
13 }], 13 }],
14 ], 14 ],
15 }, 15 },
16 'includes': [ 16 'includes': [
17 'common.gypi', 17 'common.gypi',
18 ], 18 ],
19 'targets': [ 19 'targets': [
20 { 20 {
21 'target_name': 'All', 21 'target_name': 'All',
22 'type': 'none', 22 'type': 'none',
23 'dependencies': [ 23 'dependencies': [
24 '../base/base.gyp:*', 24 '../base/base.gyp:*',
25 '../net/net.gyp:*', 25 '../net/net.gyp:*',
26 ], 26 ],
27 'conditions': [ 27 'conditions': [
28 ['OS=="win"', {
29 'dependencies': [
30 '../sandbox/sandbox.gyp:*',
31 ],
32 }],
33 ['all_gyps', { 28 ['all_gyps', {
34 'dependencies': [ 29 'dependencies': [
35 '../chrome/chrome.gyp:*', 30 '../chrome/chrome.gyp:*',
36 '../media/media.gyp:*', 31 '../media/media.gyp:*',
37 '../printing/printing.gyp:*', 32 '../printing/printing.gyp:*',
38 '../sdch/sdch.gyp:*', 33 '../sdch/sdch.gyp:*',
39 '../skia/skia.gyp:*', 34 '../skia/skia.gyp:*',
40 '../testing/gtest.gyp:*', 35 '../testing/gtest.gyp:*',
41 '../third_party/bzip2/bzip2.gyp:*', 36 '../third_party/bzip2/bzip2.gyp:*',
42 '../third_party/icu38/icu38.gyp:*', 37 '../third_party/icu38/icu38.gyp:*',
(...skipping 10 matching lines...) Expand all
53 '../webkit/webkit.gyp:*', 48 '../webkit/webkit.gyp:*',
54 'temp_gyp/googleurl.gyp:*', 49 'temp_gyp/googleurl.gyp:*',
55 'temp_gyp/v8.gyp:*', 50 'temp_gyp/v8.gyp:*',
56 ], 51 ],
57 }], 52 }],
58 ], 53 ],
59 }, 54 },
60 ], 55 ],
61 } 56 }
62 57
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698