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

Side by Side Diff: content/content_tests.gypi

Issue 16834004: move webkit/glue/worker_task_* to webkit/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc', 482 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc',
483 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc', 483 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc',
484 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c', 484 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c',
485 '../webkit/browser/fileapi/test_file_set.cc', 485 '../webkit/browser/fileapi/test_file_set.cc',
486 '../webkit/browser/fileapi/test_file_set.h', 486 '../webkit/browser/fileapi/test_file_set.h',
487 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', 487 '../webkit/browser/fileapi/timed_task_helper_unittest.cc',
488 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 488 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
489 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 489 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
490 'test/run_all_unittests.cc', 490 'test/run_all_unittests.cc',
491 '../webkit/child/touch_fling_gesture_curve_unittest.cc', 491 '../webkit/child/touch_fling_gesture_curve_unittest.cc',
492 '../webkit/child/worker_task_runner_unittest.cc',
492 '../webkit/common/blob/shareable_file_reference_unittest.cc', 493 '../webkit/common/blob/shareable_file_reference_unittest.cc',
493 '../webkit/common/cursors/webcursor_unittest.cc', 494 '../webkit/common/cursors/webcursor_unittest.cc',
494 '../webkit/common/database/database_connections_unittest.cc', 495 '../webkit/common/database/database_connections_unittest.cc',
495 '../webkit/common/dom_storage/dom_storage_map_unittest.cc', 496 '../webkit/common/dom_storage/dom_storage_map_unittest.cc',
496 '../webkit/common/fileapi/file_system_util_unittest.cc', 497 '../webkit/common/fileapi/file_system_util_unittest.cc',
497 '../webkit/glue/glue_serialize_unittest.cc', 498 '../webkit/glue/glue_serialize_unittest.cc',
498 '../webkit/glue/multipart_response_delegate_unittest.cc', 499 '../webkit/glue/multipart_response_delegate_unittest.cc',
499 '../webkit/glue/resource_request_body_unittest.cc', 500 '../webkit/glue/resource_request_body_unittest.cc',
500 '../webkit/glue/webkit_glue_unittest.cc', 501 '../webkit/glue/webkit_glue_unittest.cc',
501 '../webkit/glue/worker_task_runner_unittest.cc',
502 '../webkit/mocks/mock_weburlloader.cc', 502 '../webkit/mocks/mock_weburlloader.cc',
503 '../webkit/mocks/mock_weburlloader.h', 503 '../webkit/mocks/mock_weburlloader.h',
504 '../webkit/common/user_agent/user_agent_unittest.cc', 504 '../webkit/common/user_agent/user_agent_unittest.cc',
505 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 505 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
506 '../webkit/plugins/npapi/plugin_list_unittest.cc', 506 '../webkit/plugins/npapi/plugin_list_unittest.cc',
507 '../webkit/plugins/npapi/plugin_utils_unittest.cc', 507 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
508 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 508 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
509 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc', 509 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc',
510 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', 510 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
511 '../webkit/plugins/ppapi/mock_platform_image_2d.h', 511 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 'resource_dir': 'shell/android/shell_apk/res', 1193 'resource_dir': 'shell/android/shell_apk/res',
1194 'additional_src_dirs': ['public/android/javatests/',], 1194 'additional_src_dirs': ['public/android/javatests/',],
1195 'is_test_apk': 1, 1195 'is_test_apk': 1,
1196 }, 1196 },
1197 'includes': [ '../build/java_apk.gypi' ], 1197 'includes': [ '../build/java_apk.gypi' ],
1198 }, 1198 },
1199 ], 1199 ],
1200 }], 1200 }],
1201 ], 1201 ],
1202 } 1202 }
OLDNEW
« no previous file with comments | « content/child/indexed_db/proxy_webidbdatabase_impl.cc ('k') | webkit/child/webkitplatformsupport_child_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698