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

Side by Side Diff: build/all.gyp

Issue 2729004: Move npapi_layout_test_plugin target to webkit_support to use it from... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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_tests.gypi » ('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,
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 # defined in installer.gyp. 239 # defined in installer.gyp.
240 '../chrome/installer/mini_installer.gyp:mini_installer', 240 '../chrome/installer/mini_installer.gyp:mini_installer',
241 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer' , 241 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer' ,
242 '../courgette/courgette.gyp:courgette_unittests', 242 '../courgette/courgette.gyp:courgette_unittests',
243 '../gfx/gfx.gyp:gfx_unittests', 243 '../gfx/gfx.gyp:gfx_unittests',
244 '../gpu/gpu.gyp:gpu_unittests', 244 '../gpu/gpu.gyp:gpu_unittests',
245 '../ipc/ipc.gyp:ipc_tests', 245 '../ipc/ipc.gyp:ipc_tests',
246 '../media/media.gyp:media_unittests', 246 '../media/media.gyp:media_unittests',
247 '../printing/printing.gyp:printing_unittests', 247 '../printing/printing.gyp:printing_unittests',
248 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 248 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
249 '../webkit/webkit.gyp:npapi_layout_test_plugin', 249 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
250 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 250 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
251 # This should: 251 # This should:
252 # 1) not be the case. OR. 252 # 1) not be the case. OR.
253 # 2) be expressed in the ui tests dependencies. 253 # 2) be expressed in the ui tests dependencies.
254 '../webkit/webkit.gyp:test_shell_common', 254 '../webkit/webkit.gyp:test_shell_common',
255 'temp_gyp/googleurl.gyp:googleurl_unittests', 255 'temp_gyp/googleurl.gyp:googleurl_unittests',
256 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 256 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
257 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 257 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
258 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 258 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
259 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 259 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ], # targets 327 ], # targets
328 }], # "chromeos==1" 328 }], # "chromeos==1"
329 ], # conditions 329 ], # conditions
330 } 330 }
331 331
332 # Local Variables: 332 # Local Variables:
333 # tab-width:2 333 # tab-width:2
334 # indent-tabs-mode:nil 334 # indent-tabs-mode:nil
335 # End: 335 # End:
336 # vim: set expandtab tabstop=2 shiftwidth=2: 336 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698