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

Side by Side Diff: build/all.gyp

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 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
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 'includes': [
7 'common.gypi',
8 ],
9 'targets': [ 6 'targets': [
10 { 7 {
11 'target_name': 'All', 8 'target_name': 'All',
12 'type': 'none', 9 'type': 'none',
13 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
14 'dependencies': [ 11 'dependencies': [
15 '../app/app.gyp:*', 12 '../app/app.gyp:*',
16 '../base/base.gyp:*', 13 '../base/base.gyp:*',
17 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
18 '../ipc/ipc.gyp:*', 15 '../ipc/ipc.gyp:*',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 '../chrome/chrome.gyp:url_fetch_test', 130 '../chrome/chrome.gyp:url_fetch_test',
134 '../ipc/ipc.gyp:ipc_tests', 131 '../ipc/ipc.gyp:ipc_tests',
135 '../media/media.gyp:media_unittests', 132 '../media/media.gyp:media_unittests',
136 '../printing/printing.gyp:printing_unittests', 133 '../printing/printing.gyp:printing_unittests',
137 ], 134 ],
138 }, 135 },
139 ], # targets 136 ], # targets
140 }], # OS="mac" 137 }], # OS="mac"
141 ], # conditions 138 ], # conditions
142 } 139 }
OLDNEW
« no previous file with comments | « breakpad/breakpad.gyp ('k') | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698