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

Side by Side Diff: content/content_tests.gypi

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 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_common.gypi ('k') | content/public/browser/content_browser_client.h » ('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) 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc', 511 '../webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc',
512 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc', 512 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc',
513 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc', 513 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc',
514 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c', 514 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c',
515 '../webkit/browser/fileapi/test_file_set.cc', 515 '../webkit/browser/fileapi/test_file_set.cc',
516 '../webkit/browser/fileapi/test_file_set.h', 516 '../webkit/browser/fileapi/test_file_set.h',
517 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', 517 '../webkit/browser/fileapi/timed_task_helper_unittest.cc',
518 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 518 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
519 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 519 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
520 'test/run_all_unittests.cc', 520 'test/run_all_unittests.cc',
521 '../webkit/child/multipart_response_delegate_unittest.cc',
521 '../webkit/child/touch_fling_gesture_curve_unittest.cc', 522 '../webkit/child/touch_fling_gesture_curve_unittest.cc',
522 '../webkit/child/worker_task_runner_unittest.cc', 523 '../webkit/child/worker_task_runner_unittest.cc',
523 '../webkit/common/blob/shareable_file_reference_unittest.cc', 524 '../webkit/common/blob/shareable_file_reference_unittest.cc',
524 '../webkit/common/cursors/webcursor_unittest.cc', 525 '../webkit/common/cursors/webcursor_unittest.cc',
525 '../webkit/common/database/database_connections_unittest.cc', 526 '../webkit/common/database/database_connections_unittest.cc',
526 '../webkit/common/database/database_identifier_unittest.cc', 527 '../webkit/common/database/database_identifier_unittest.cc',
527 '../webkit/common/dom_storage/dom_storage_map_unittest.cc', 528 '../webkit/common/dom_storage/dom_storage_map_unittest.cc',
528 '../webkit/common/fileapi/file_system_util_unittest.cc', 529 '../webkit/common/fileapi/file_system_util_unittest.cc',
529 '../webkit/glue/multipart_response_delegate_unittest.cc',
530 '../webkit/glue/webkit_glue_unittest.cc', 530 '../webkit/glue/webkit_glue_unittest.cc',
531 '../webkit/mocks/mock_weburlloader.cc', 531 '../webkit/mocks/mock_weburlloader.cc',
532 '../webkit/mocks/mock_weburlloader.h', 532 '../webkit/mocks/mock_weburlloader.h',
533 '../webkit/common/user_agent/user_agent_unittest.cc', 533 '../webkit/common/user_agent/user_agent_unittest.cc',
534 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc', 534 '../webkit/plugins/ppapi/host_var_tracker_unittest.cc',
535 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', 535 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
536 '../webkit/plugins/ppapi/mock_platform_image_2d.h', 536 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
537 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', 537 '../webkit/plugins/ppapi/mock_plugin_delegate.cc',
538 '../webkit/plugins/ppapi/mock_plugin_delegate.h', 538 '../webkit/plugins/ppapi/mock_plugin_delegate.h',
539 '../webkit/plugins/ppapi/mock_resource.h', 539 '../webkit/plugins/ppapi/mock_resource.h',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1394 }, 1394 },
1395 ], 1395 ],
1396 }], 1396 }],
1397 ], 1397 ],
1398 }, 1398 },
1399 ], 1399 ],
1400 }], 1400 }],
1401 ], 1401 ],
1402 } 1402 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698