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

Side by Side Diff: content/content_tests.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 | « no previous file | webkit/tools/test_shell/test_shell.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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '../ui/ui.gyp:ui', 225 '../ui/ui.gyp:ui',
226 '../v8/tools/gyp/v8.gyp:v8', 226 '../v8/tools/gyp/v8.gyp:v8',
227 '../webkit/support/webkit_support.gyp:appcache', 227 '../webkit/support/webkit_support.gyp:appcache',
228 '../webkit/support/webkit_support.gyp:blob', 228 '../webkit/support/webkit_support.gyp:blob',
229 '../webkit/support/webkit_support.gyp:database', 229 '../webkit/support/webkit_support.gyp:database',
230 '../webkit/support/webkit_support.gyp:dom_storage', 230 '../webkit/support/webkit_support.gyp:dom_storage',
231 '../webkit/support/webkit_support.gyp:fileapi', 231 '../webkit/support/webkit_support.gyp:fileapi',
232 '../webkit/support/webkit_support.gyp:glue', 232 '../webkit/support/webkit_support.gyp:glue',
233 '../webkit/support/webkit_support.gyp:quota', 233 '../webkit/support/webkit_support.gyp:quota',
234 '../webkit/support/webkit_support.gyp:webkit_media', 234 '../webkit/support/webkit_support.gyp:webkit_media',
235 '../webkit/webkit.gyp:test_shell_test_support',
235 ], 236 ],
236 'include_dirs': [ 237 'include_dirs': [
237 '..', 238 '..',
238 ], 239 ],
239 'sources': [ 240 'sources': [
240 'browser/accessibility/browser_accessibility_mac_unittest.mm', 241 'browser/accessibility/browser_accessibility_mac_unittest.mm',
241 'browser/accessibility/browser_accessibility_manager_unittest.cc', 242 'browser/accessibility/browser_accessibility_manager_unittest.cc',
242 'browser/accessibility/browser_accessibility_win_unittest.cc', 243 'browser/accessibility/browser_accessibility_win_unittest.cc',
243 'browser/appcache/chrome_appcache_service_unittest.cc', 244 'browser/appcache/chrome_appcache_service_unittest.cc',
244 'browser/browser_thread_unittest.cc', 245 'browser/browser_thread_unittest.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 '../webkit/fileapi/test_file_set.h', 410 '../webkit/fileapi/test_file_set.h',
410 '../webkit/fileapi/webfilewriter_base_unittest.cc', 411 '../webkit/fileapi/webfilewriter_base_unittest.cc',
411 '../webkit/media/buffered_data_source_unittest.cc', 412 '../webkit/media/buffered_data_source_unittest.cc',
412 '../webkit/media/buffered_resource_loader_unittest.cc', 413 '../webkit/media/buffered_resource_loader_unittest.cc',
413 '../webkit/media/cache_util_unittest.cc', 414 '../webkit/media/cache_util_unittest.cc',
414 '../webkit/media/skcanvas_video_renderer_unittest.cc', 415 '../webkit/media/skcanvas_video_renderer_unittest.cc',
415 '../webkit/media/test_response_generator.cc', 416 '../webkit/media/test_response_generator.cc',
416 '../webkit/media/test_response_generator.h', 417 '../webkit/media/test_response_generator.h',
417 '../webkit/mocks/mock_weburlloader.cc', 418 '../webkit/mocks/mock_weburlloader.cc',
418 '../webkit/mocks/mock_weburlloader.h', 419 '../webkit/mocks/mock_weburlloader.h',
420 '../webkit/plugins/npapi/plugin_group_unittest.cc',
421 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
422 '../webkit/plugins/npapi/plugin_list_unittest.cc',
423 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
419 '../webkit/quota/mock_quota_manager.cc', 424 '../webkit/quota/mock_quota_manager.cc',
420 '../webkit/quota/mock_quota_manager.h', 425 '../webkit/quota/mock_quota_manager.h',
421 '../webkit/quota/mock_quota_manager_unittest.cc', 426 '../webkit/quota/mock_quota_manager_unittest.cc',
422 '../webkit/quota/mock_storage_client.cc', 427 '../webkit/quota/mock_storage_client.cc',
423 '../webkit/quota/mock_storage_client.h', 428 '../webkit/quota/mock_storage_client.h',
424 '../webkit/quota/quota_database_unittest.cc', 429 '../webkit/quota/quota_database_unittest.cc',
425 '../webkit/quota/quota_manager_unittest.cc', 430 '../webkit/quota/quota_manager_unittest.cc',
426 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', 431 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
427 ], 432 ],
428 'conditions': [ 433 'conditions': [
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '-buildfile', 824 '-buildfile',
820 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 825 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
821 ] 826 ]
822 } 827 }
823 ], 828 ],
824 }, 829 },
825 ], 830 ],
826 }], 831 }],
827 ], 832 ],
828 } 833 }
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698