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

Side by Side Diff: build/all.gyp

Issue 519052: Add the Chrome Frame tests to the chromium_builder target in all.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 | no next file » | 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,
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '../ipc/ipc.gyp:ipc_tests', 211 '../ipc/ipc.gyp:ipc_tests',
212 '../media/media.gyp:media_unittests', 212 '../media/media.gyp:media_unittests',
213 '../printing/printing.gyp:printing_unittests', 213 '../printing/printing.gyp:printing_unittests',
214 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin' , 214 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin' ,
215 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 215 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
216 # This should: 216 # This should:
217 # 1) not be the case. OR. 217 # 1) not be the case. OR.
218 # 2) be expressed in the ui tests dependencies. 218 # 2) be expressed in the ui tests dependencies.
219 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', 219 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common',
220 'temp_gyp/googleurl.gyp:googleurl_unittests', 220 'temp_gyp/googleurl.gyp:googleurl_unittests',
221 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
222 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
223 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
221 ], 224 ],
222 }, 225 },
223 { 226 {
224 'target_name': 'chrome_frame_builder', 227 'target_name': 'chrome_frame_builder',
225 'type': 'none', 228 'type': 'none',
226 'dependencies': [ 229 'dependencies': [
227 '../chrome/installer/installer.gyp:installer_util_unittests', 230 '../chrome/installer/installer.gyp:installer_util_unittests',
228 '../chrome/installer/installer.gyp:mini_installer_test', 231 '../chrome/installer/installer.gyp:mini_installer_test',
229 # mini_installer_tests depends on mini_installer. This should be 232 # mini_installer_tests depends on mini_installer. This should be
230 # defined in installer.gyp. 233 # defined in installer.gyp.
(...skipping 10 matching lines...) Expand all
241 ], # targets 244 ], # targets
242 }], # OS="win" 245 }], # OS="win"
243 ], # conditions 246 ], # conditions
244 } 247 }
245 248
246 # Local Variables: 249 # Local Variables:
247 # tab-width:2 250 # tab-width:2
248 # indent-tabs-mode:nil 251 # indent-tabs-mode:nil
249 # End: 252 # End:
250 # vim: set expandtab tabstop=2 shiftwidth=2: 253 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698