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

Side by Side Diff: build/all.gyp

Issue 271046: Revert 28558 because this is clearly responsible for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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.gyp » ('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,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
15 '../chrome/test/interactive_ui/interactive_ui_test.gyp:*',
16 '../ipc/ipc.gyp:*', 15 '../ipc/ipc.gyp:*',
17 '../media/media.gyp:*', 16 '../media/media.gyp:*',
18 '../net/net.gyp:*', 17 '../net/net.gyp:*',
19 '../printing/printing.gyp:*', 18 '../printing/printing.gyp:*',
20 '../sdch/sdch.gyp:*', 19 '../sdch/sdch.gyp:*',
21 '../skia/skia.gyp:*', 20 '../skia/skia.gyp:*',
22 '../testing/gmock.gyp:*', 21 '../testing/gmock.gyp:*',
23 '../testing/gtest.gyp:*', 22 '../testing/gtest.gyp:*',
24 '../third_party/bzip2/bzip2.gyp:*', 23 '../third_party/bzip2/bzip2.gyp:*',
25 '../third_party/codesighs/codesighs.gyp:*', 24 '../third_party/codesighs/codesighs.gyp:*',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ['OS=="win"', { 151 ['OS=="win"', {
153 'targets': [ 152 'targets': [
154 # These targets are here so the build bots can use them to build 153 # These targets are here so the build bots can use them to build
155 # subsets of a full tree for faster cycle times. 154 # subsets of a full tree for faster cycle times.
156 { 155 {
157 'target_name': 'chromium_builder', 156 'target_name': 'chromium_builder',
158 'type': 'none', 157 'type': 'none',
159 'dependencies': [ 158 'dependencies': [
160 '../app/app.gyp:app_unittests', 159 '../app/app.gyp:app_unittests',
161 '../chrome/chrome.gyp:browser_tests', 160 '../chrome/chrome.gyp:browser_tests',
161 '../chrome/chrome.gyp:interactive_ui_tests',
162 '../chrome/chrome.gyp:memory_test', 162 '../chrome/chrome.gyp:memory_test',
163 '../chrome/chrome.gyp:page_cycler_tests', 163 '../chrome/chrome.gyp:page_cycler_tests',
164 '../chrome/chrome.gyp:plugin_tests', 164 '../chrome/chrome.gyp:plugin_tests',
165 '../chrome/chrome.gyp:startup_tests', 165 '../chrome/chrome.gyp:startup_tests',
166 '../chrome/chrome.gyp:sync_unit_tests', 166 '../chrome/chrome.gyp:sync_unit_tests',
167 '../chrome/chrome.gyp:tab_switching_test', 167 '../chrome/chrome.gyp:tab_switching_test',
168 '../chrome/chrome.gyp:ui_tests', 168 '../chrome/chrome.gyp:ui_tests',
169 '../chrome/chrome.gyp:unit_tests', 169 '../chrome/chrome.gyp:unit_tests',
170 '../chrome/chrome.gyp:url_fetch_test', 170 '../chrome/chrome.gyp:url_fetch_test',
171 '../chrome/installer/installer.gyp:installer_util_unittests', 171 '../chrome/installer/installer.gyp:installer_util_unittests',
172 '../chrome/installer/installer.gyp:mini_installer_test', 172 '../chrome/installer/installer.gyp:mini_installer_test',
173 # mini_installer_tests depends on mini_installer. This should be 173 # mini_installer_tests depends on mini_installer. This should be
174 # defined in installer.gyp. 174 # defined in installer.gyp.
175 '../chrome/installer/mini_installer.gyp:mini_installer', 175 '../chrome/installer/mini_installer.gyp:mini_installer',
176 '../chrome/test/interactive_ui/interactive_ui_test.gyp:interactive_u i_tests',
177 '../courgette/courgette.gyp:courgette_unittests', 176 '../courgette/courgette.gyp:courgette_unittests',
178 '../ipc/ipc.gyp:ipc_tests', 177 '../ipc/ipc.gyp:ipc_tests',
179 '../media/media.gyp:media_unittests', 178 '../media/media.gyp:media_unittests',
180 '../printing/printing.gyp:printing_unittests', 179 '../printing/printing.gyp:printing_unittests',
181 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin' , 180 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin' ,
182 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 181 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
183 # This should: 182 # This should:
184 # 1) not be the case. OR. 183 # 1) not be the case. OR.
185 # 2) be expressed in the ui tests dependencies. 184 # 2) be expressed in the ui tests dependencies.
186 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', 185 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common',
(...skipping 25 matching lines...) Expand all
212 ], # targets 211 ], # targets
213 }], # OS="win" 212 }], # OS="win"
214 ], # conditions 213 ], # conditions
215 } 214 }
216 215
217 # Local Variables: 216 # Local Variables:
218 # tab-width:2 217 # tab-width:2
219 # indent-tabs-mode:nil 218 # indent-tabs-mode:nil
220 # End: 219 # End:
221 # vim: set expandtab tabstop=2 shiftwidth=2: 220 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698