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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 10826052: Move NPAPI unit tests from test_shell_tests to content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « content/content_tests.gypi ('k') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'dependencies': [ 324 'dependencies': [
325 '<(DEPTH)/net/net.gyp:net_resources', 325 '<(DEPTH)/net/net.gyp:net_resources',
326 '<(DEPTH)/ui/ui.gyp:ui_resources', 326 '<(DEPTH)/ui/ui.gyp:ui_resources',
327 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 327 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
328 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 328 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
329 ] 329 ]
330 }], 330 }],
331 ], 331 ],
332 }, 332 },
333 { 333 {
334 # TODO(tony): This should be moved to webkit_glue.gypi or
335 # webkit_tests.gypi and named something like test_mock_plugin_list.
334 'target_name': 'test_shell_test_support', 336 'target_name': 'test_shell_test_support',
335 'type': 'static_library', 337 'type': 'static_library',
336 'dependencies': [ 338 'dependencies': [
337 '<(DEPTH)/webkit/support/webkit_support.gyp:glue' 339 '<(DEPTH)/webkit/support/webkit_support.gyp:glue'
338 ], 340 ],
339 'sources': [ 341 'sources': [
340 '../../plugins/npapi/mock_plugin_list.cc', 342 '../../plugins/npapi/mock_plugin_list.cc',
341 '../../plugins/npapi/mock_plugin_list.h', 343 '../../plugins/npapi/mock_plugin_list.h',
342 ] 344 ]
343 }, 345 },
344 { 346 {
345 'target_name': 'test_shell_tests', 347 'target_name': 'test_shell_tests',
346 'type': 'executable', 348 'type': 'executable',
347 'variables': { 349 'variables': {
348 'chromium_code': 1, 350 'chromium_code': 1,
349 }, 351 },
350 'dependencies': [ 352 'dependencies': [
351 '../build/temp_gyp/googleurl.gyp:googleurl', 353 '../build/temp_gyp/googleurl.gyp:googleurl',
352 'test_shell_common', 354 'test_shell_common',
353 'test_shell_test_support',
354 '<(DEPTH)/base/base.gyp:test_support_base', 355 '<(DEPTH)/base/base.gyp:test_support_base',
355 '<(DEPTH)/net/net.gyp:net', 356 '<(DEPTH)/net/net.gyp:net',
356 '<(DEPTH)/net/net.gyp:net_test_support', 357 '<(DEPTH)/net/net.gyp:net_test_support',
357 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 358 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
358 '<(DEPTH)/skia/skia.gyp:skia', 359 '<(DEPTH)/skia/skia.gyp:skia',
359 '<(DEPTH)/testing/gmock.gyp:gmock', 360 '<(DEPTH)/testing/gmock.gyp:gmock',
360 '<(DEPTH)/testing/gtest.gyp:gtest', 361 '<(DEPTH)/testing/gtest.gyp:gtest',
361 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 362 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
362 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', 363 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent',
363 ], 364 ],
364 'sources': [ 365 'sources': [
365 '../../glue/bookmarklet_unittest.cc', 366 '../../glue/bookmarklet_unittest.cc',
366 '../../glue/cpp_bound_class_unittest.cc', 367 '../../glue/cpp_bound_class_unittest.cc',
367 '../../glue/cpp_variant_unittest.cc', 368 '../../glue/cpp_variant_unittest.cc',
368 '../../glue/dom_operations_unittest.cc', 369 '../../glue/dom_operations_unittest.cc',
369 '../../glue/dom_serializer_unittest.cc', 370 '../../glue/dom_serializer_unittest.cc',
370 '../../glue/glue_serialize_unittest.cc', 371 '../../glue/glue_serialize_unittest.cc',
371 '../../glue/multipart_response_delegate_unittest.cc', 372 '../../glue/multipart_response_delegate_unittest.cc',
372 '../../glue/regular_expression_unittest.cc', 373 '../../glue/regular_expression_unittest.cc',
373 '../../glue/resource_fetcher_unittest.cc', 374 '../../glue/resource_fetcher_unittest.cc',
374 '../../glue/unittest_test_server.h', 375 '../../glue/unittest_test_server.h',
375 '../../glue/webcursor_unittest.cc', 376 '../../glue/webcursor_unittest.cc',
376 '../../glue/webkit_glue_unittest.cc', 377 '../../glue/webkit_glue_unittest.cc',
377 '../../glue/worker_task_runner_unittest.cc', 378 '../../glue/worker_task_runner_unittest.cc',
378 '../../mocks/mock_resource_loader_bridge.h', 379 '../../mocks/mock_resource_loader_bridge.h',
379 '../../mocks/mock_webframeclient.h', 380 '../../mocks/mock_webframeclient.h',
380 '../../mocks/mock_weburlloader.cc', 381 '../../mocks/mock_weburlloader.cc',
381 '../../mocks/mock_weburlloader.h', 382 '../../mocks/mock_weburlloader.h',
382 '../../plugins/npapi/plugin_group_unittest.cc',
383 '../../plugins/npapi/plugin_lib_unittest.cc',
384 '../../plugins/npapi/plugin_list_unittest.cc',
385 '../../plugins/npapi/webplugin_impl_unittest.cc',
386 '../../plugins/ppapi/host_var_tracker_unittest.cc', 383 '../../plugins/ppapi/host_var_tracker_unittest.cc',
387 '../../plugins/ppapi/mock_plugin_delegate.cc', 384 '../../plugins/ppapi/mock_plugin_delegate.cc',
388 '../../plugins/ppapi/mock_plugin_delegate.h', 385 '../../plugins/ppapi/mock_plugin_delegate.h',
389 '../../plugins/ppapi/mock_resource.h', 386 '../../plugins/ppapi/mock_resource.h',
390 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc', 387 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc',
391 '../../plugins/ppapi/ppapi_unittest.cc', 388 '../../plugins/ppapi/ppapi_unittest.cc',
392 '../../plugins/ppapi/ppapi_unittest.h', 389 '../../plugins/ppapi/ppapi_unittest.h',
393 '../../plugins/ppapi/quota_file_io_unittest.cc', 390 '../../plugins/ppapi/quota_file_io_unittest.cc',
394 '../../plugins/ppapi/time_conversion_unittest.cc', 391 '../../plugins/ppapi/time_conversion_unittest.cc',
395 '../../plugins/ppapi/url_request_info_unittest.cc', 392 '../../plugins/ppapi/url_request_info_unittest.cc',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'action_name': 'test_shell_resources', 631 'action_name': 'test_shell_resources',
635 'includes': [ '../../../build/grit_action.gypi' ], 632 'includes': [ '../../../build/grit_action.gypi' ],
636 }, 633 },
637 ], 634 ],
638 'includes': [ '../../../build/grit_target.gypi' ], 635 'includes': [ '../../../build/grit_target.gypi' ],
639 }, 636 },
640 ], 637 ],
641 }], 638 }],
642 ], 639 ],
643 } 640 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698