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

Side by Side Diff: content/content_tests.gypi

Issue 25378002: Move the rest of source files from webkit/renderer to content/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '../ppapi/ppapi_internal.gyp:ppapi_shared', 219 '../ppapi/ppapi_internal.gyp:ppapi_shared',
220 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 220 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
221 '../third_party/WebKit/public/blink.gyp:blink', 221 '../third_party/WebKit/public/blink.gyp:blink',
222 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r', 222 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r',
223 '../ui/surface/surface.gyp:surface', 223 '../ui/surface/surface.gyp:surface',
224 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 224 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
225 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 225 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
226 '../webkit/glue/webkit_glue.gyp:glue', 226 '../webkit/glue/webkit_glue.gyp:glue',
227 '../webkit/glue/webkit_glue.gyp:glue_child', 227 '../webkit/glue/webkit_glue.gyp:glue_child',
228 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 228 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
229 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
230 '../webkit/storage_browser.gyp:webkit_storage_browser', 229 '../webkit/storage_browser.gyp:webkit_storage_browser',
231 '../webkit/storage_common.gyp:webkit_storage_common', 230 '../webkit/storage_common.gyp:webkit_storage_common',
232 ], 231 ],
233 }], 232 }],
234 ['OS == "win" or toolkit_uses_gtk == 1', { 233 ['OS == "win" or toolkit_uses_gtk == 1', {
235 'dependencies': [ 234 'dependencies': [
236 '../sandbox/sandbox.gyp:sandbox', 235 '../sandbox/sandbox.gyp:sandbox',
237 ], 236 ],
238 }], 237 }],
239 ['enable_webrtc==1', { 238 ['enable_webrtc==1', {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'common/sandbox_mac_diraccess_unittest.mm', 468 'common/sandbox_mac_diraccess_unittest.mm',
470 'common/sandbox_mac_fontloading_unittest.mm', 469 'common/sandbox_mac_fontloading_unittest.mm',
471 'common/sandbox_mac_system_access_unittest.mm', 470 'common/sandbox_mac_system_access_unittest.mm',
472 'common/sandbox_mac_unittest_helper.h', 471 'common/sandbox_mac_unittest_helper.h',
473 'common/sandbox_mac_unittest_helper.mm', 472 'common/sandbox_mac_unittest_helper.mm',
474 'common/webplugininfo_unittest.cc', 473 'common/webplugininfo_unittest.cc',
475 'renderer/active_notification_tracker_unittest.cc', 474 'renderer/active_notification_tracker_unittest.cc',
476 'renderer/android/email_detector_unittest.cc', 475 'renderer/android/email_detector_unittest.cc',
477 'renderer/android/phone_number_detector_unittest.cc', 476 'renderer/android/phone_number_detector_unittest.cc',
478 'renderer/bmp_image_decoder_unittest.cc', 477 'renderer/bmp_image_decoder_unittest.cc',
478 'renderer/cpp_variant_unittest.cc',
479 'renderer/date_time_formatter_unittest.cc', 479 'renderer/date_time_formatter_unittest.cc',
480 'renderer/device_orientation/device_motion_event_pump_unittest.cc', 480 'renderer/device_orientation/device_motion_event_pump_unittest.cc',
481 'renderer/device_orientation/device_orientation_event_pump_unittest.cc', 481 'renderer/device_orientation/device_orientation_event_pump_unittest.cc',
482 'renderer/disambiguation_popup_helper_unittest.cc', 482 'renderer/disambiguation_popup_helper_unittest.cc',
483 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 483 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
484 'renderer/gpu/input_event_filter_unittest.cc', 484 'renderer/gpu/input_event_filter_unittest.cc',
485 'renderer/gpu/input_handler_proxy_unittest.cc', 485 'renderer/gpu/input_handler_proxy_unittest.cc',
486 'renderer/ico_image_decoder_unittest.cc', 486 'renderer/ico_image_decoder_unittest.cc',
487 'renderer/media/android/media_info_loader_unittest.cc', 487 'renderer/media/android/media_info_loader_unittest.cc',
488 'renderer/media/audio_message_filter_unittest.cc', 488 'renderer/media/audio_message_filter_unittest.cc',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '../webkit/browser/quota/mock_quota_manager.h', 598 '../webkit/browser/quota/mock_quota_manager.h',
599 '../webkit/browser/quota/mock_quota_manager_unittest.cc', 599 '../webkit/browser/quota/mock_quota_manager_unittest.cc',
600 '../webkit/browser/quota/mock_special_storage_policy.cc', 600 '../webkit/browser/quota/mock_special_storage_policy.cc',
601 '../webkit/browser/quota/mock_special_storage_policy.h', 601 '../webkit/browser/quota/mock_special_storage_policy.h',
602 '../webkit/browser/quota/mock_storage_client.cc', 602 '../webkit/browser/quota/mock_storage_client.cc',
603 '../webkit/browser/quota/mock_storage_client.h', 603 '../webkit/browser/quota/mock_storage_client.h',
604 '../webkit/browser/quota/quota_database_unittest.cc', 604 '../webkit/browser/quota/quota_database_unittest.cc',
605 '../webkit/browser/quota/quota_manager_unittest.cc', 605 '../webkit/browser/quota/quota_manager_unittest.cc',
606 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', 606 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc',
607 '../webkit/browser/quota/usage_tracker_unittest.cc', 607 '../webkit/browser/quota/usage_tracker_unittest.cc',
608 '../webkit/renderer/cpp_variant_unittest.cc',
609 ], 608 ],
610 'conditions': [ 609 'conditions': [
611 ['OS == "ios"', { 610 ['OS == "ios"', {
612 'sources/': [ 611 'sources/': [
613 # iOS only needs a small portion of content; exclude all the 612 # iOS only needs a small portion of content; exclude all the
614 # implementation, and re-include what is used. 613 # implementation, and re-include what is used.
615 ['exclude', '\\.(cc|mm)$'], 614 ['exclude', '\\.(cc|mm)$'],
616 ['include', '_ios\\.(cc|mm)$'], 615 ['include', '_ios\\.(cc|mm)$'],
617 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 616 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
618 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 617 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
(...skipping 17 matching lines...) Expand all
636 '../third_party/WebKit/public/blink.gyp:blink', 635 '../third_party/WebKit/public/blink.gyp:blink',
637 '../third_party/icu/icu.gyp:icui18n', 636 '../third_party/icu/icu.gyp:icui18n',
638 '../third_party/icu/icu.gyp:icuuc', 637 '../third_party/icu/icu.gyp:icuuc',
639 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 638 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
640 '../third_party/libjingle/libjingle.gyp:libjingle', 639 '../third_party/libjingle/libjingle.gyp:libjingle',
641 '../ui/gl/gl.gyp:gl', 640 '../ui/gl/gl.gyp:gl',
642 '../v8/tools/gyp/v8.gyp:v8', 641 '../v8/tools/gyp/v8.gyp:v8',
643 '../webkit/common/webkit_common.gyp:webkit_common', 642 '../webkit/common/webkit_common.gyp:webkit_common',
644 '../webkit/glue/webkit_glue.gyp:glue', 643 '../webkit/glue/webkit_glue.gyp:glue',
645 '../webkit/glue/webkit_glue.gyp:glue_child', 644 '../webkit/glue/webkit_glue.gyp:glue_child',
646 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
647 '../webkit/storage_browser.gyp:webkit_storage_browser', 645 '../webkit/storage_browser.gyp:webkit_storage_browser',
648 '../webkit/storage_common.gyp:webkit_storage_common', 646 '../webkit/storage_common.gyp:webkit_storage_common',
649 ], 647 ],
650 }], 648 }],
651 ['enable_plugins==0', { 649 ['enable_plugins==0', {
652 'sources/': [ 650 'sources/': [
653 ['exclude', '^browser/renderer_host/pepper/'], 651 ['exclude', '^browser/renderer_host/pepper/'],
654 ['exclude', '^child/npapi/'], 652 ['exclude', '^child/npapi/'],
655 ['exclude', '^renderer/npapi/'], 653 ['exclude', '^renderer/npapi/'],
656 ['exclude', '^renderer/pepper/'], 654 ['exclude', '^renderer/pepper/'],
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 832 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
835 '../third_party/mesa/mesa.gyp:osmesa', 833 '../third_party/mesa/mesa.gyp:osmesa',
836 '../ui/gfx/gfx.gyp:gfx', 834 '../ui/gfx/gfx.gyp:gfx',
837 '../ui/gl/gl.gyp:gl', 835 '../ui/gl/gl.gyp:gl',
838 '../ui/snapshot/snapshot.gyp:snapshot', 836 '../ui/snapshot/snapshot.gyp:snapshot',
839 '../ui/ui.gyp:shell_dialogs', 837 '../ui/ui.gyp:shell_dialogs',
840 '../ui/ui.gyp:ui', 838 '../ui/ui.gyp:ui',
841 '../ui/ui.gyp:ui_resources', 839 '../ui/ui.gyp:ui_resources',
842 '../webkit/glue/webkit_glue.gyp:glue', 840 '../webkit/glue/webkit_glue.gyp:glue',
843 '../webkit/glue/webkit_glue.gyp:glue_child', 841 '../webkit/glue/webkit_glue.gyp:glue_child',
844 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
845 ], 842 ],
846 'include_dirs': [ 843 'include_dirs': [
847 '..', 844 '..',
848 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 845 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
849 ], 846 ],
850 'includes': [ 847 'includes': [
851 'browser/gpu/test_support_gpu.gypi', 848 'browser/gpu/test_support_gpu.gypi',
852 ], 849 ],
853 'defines': [ 850 'defines': [
854 'HAS_OUT_OF_PROC_TEST_RUNNER', 851 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1503 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1507 }, 1504 },
1508 ], 1505 ],
1509 }], 1506 }],
1510 ], 1507 ],
1511 }, 1508 },
1512 ], 1509 ],
1513 }], 1510 }],
1514 ], 1511 ],
1515 } 1512 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698