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

Side by Side Diff: content/content_tests.gypi

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'common/mac/attributed_string_coder_unittest.mm', 398 'common/mac/attributed_string_coder_unittest.mm',
399 'common/mac/font_descriptor_unittest.mm', 399 'common/mac/font_descriptor_unittest.mm',
400 'common/page_state_serialization_unittest.cc', 400 'common/page_state_serialization_unittest.cc',
401 'common/page_zoom_unittest.cc', 401 'common/page_zoom_unittest.cc',
402 'common/plugin_list_unittest.cc', 402 'common/plugin_list_unittest.cc',
403 'common/sandbox_mac_diraccess_unittest.mm', 403 'common/sandbox_mac_diraccess_unittest.mm',
404 'common/sandbox_mac_fontloading_unittest.mm', 404 'common/sandbox_mac_fontloading_unittest.mm',
405 'common/sandbox_mac_system_access_unittest.mm', 405 'common/sandbox_mac_system_access_unittest.mm',
406 'common/sandbox_mac_unittest_helper.h', 406 'common/sandbox_mac_unittest_helper.h',
407 'common/sandbox_mac_unittest_helper.mm', 407 'common/sandbox_mac_unittest_helper.mm',
408 'common/webplugininfo_unittest.cc',
408 'renderer/active_notification_tracker_unittest.cc', 409 'renderer/active_notification_tracker_unittest.cc',
409 'renderer/android/email_detector_unittest.cc', 410 'renderer/android/email_detector_unittest.cc',
410 'renderer/android/phone_number_detector_unittest.cc', 411 'renderer/android/phone_number_detector_unittest.cc',
411 'renderer/bmp_image_decoder_unittest.cc', 412 'renderer/bmp_image_decoder_unittest.cc',
412 'renderer/date_time_formatter_unittest.cc', 413 'renderer/date_time_formatter_unittest.cc',
413 'renderer/device_orientation/device_motion_event_pump_unittest.cc', 414 'renderer/device_orientation/device_motion_event_pump_unittest.cc',
414 'renderer/disambiguation_popup_helper_unittest.cc', 415 'renderer/disambiguation_popup_helper_unittest.cc',
415 'renderer/gpu/input_event_filter_unittest.cc', 416 'renderer/gpu/input_event_filter_unittest.cc',
416 'renderer/gpu/input_handler_proxy_unittest.cc', 417 'renderer/gpu/input_handler_proxy_unittest.cc',
417 'renderer/hyphenator/hyphenator_unittest.cc', 418 'renderer/hyphenator/hyphenator_unittest.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', 535 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
535 '../webkit/plugins/ppapi/mock_platform_image_2d.h', 536 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
536 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', 537 '../webkit/plugins/ppapi/mock_plugin_delegate.cc',
537 '../webkit/plugins/ppapi/mock_plugin_delegate.h', 538 '../webkit/plugins/ppapi/mock_plugin_delegate.h',
538 '../webkit/plugins/ppapi/mock_resource.h', 539 '../webkit/plugins/ppapi/mock_resource.h',
539 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc', 540 '../webkit/plugins/ppapi/ppapi_plugin_instance_unittest.cc',
540 '../webkit/plugins/ppapi/ppapi_unittest.cc', 541 '../webkit/plugins/ppapi/ppapi_unittest.cc',
541 '../webkit/plugins/ppapi/ppapi_unittest.h', 542 '../webkit/plugins/ppapi/ppapi_unittest.h',
542 '../webkit/plugins/ppapi/quota_file_io_unittest.cc', 543 '../webkit/plugins/ppapi/quota_file_io_unittest.cc',
543 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', 544 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc',
544 '../webkit/plugins/webplugininfo_unittest.cc',
545 '../webkit/browser/quota/mock_quota_manager.cc', 545 '../webkit/browser/quota/mock_quota_manager.cc',
546 '../webkit/browser/quota/mock_quota_manager.h', 546 '../webkit/browser/quota/mock_quota_manager.h',
547 '../webkit/browser/quota/mock_quota_manager_unittest.cc', 547 '../webkit/browser/quota/mock_quota_manager_unittest.cc',
548 '../webkit/browser/quota/mock_storage_client.cc', 548 '../webkit/browser/quota/mock_storage_client.cc',
549 '../webkit/browser/quota/mock_storage_client.h', 549 '../webkit/browser/quota/mock_storage_client.h',
550 '../webkit/browser/quota/quota_database_unittest.cc', 550 '../webkit/browser/quota/quota_database_unittest.cc',
551 '../webkit/browser/quota/quota_manager_unittest.cc', 551 '../webkit/browser/quota/quota_manager_unittest.cc',
552 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', 552 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc',
553 '../webkit/browser/quota/usage_tracker_unittest.cc', 553 '../webkit/browser/quota/usage_tracker_unittest.cc',
554 '../webkit/renderer/cpp_variant_unittest.cc', 554 '../webkit/renderer/cpp_variant_unittest.cc',
(...skipping 838 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

Powered by Google App Engine
This is Rietveld 408576698