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

Side by Side Diff: content/content_tests.gypi

Issue 15961005: move webkit/glue/cpp_* -> webkit/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test targets 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/cpp_bound_class_unittest.cc » ('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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 470 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
471 '../webkit/common/blob/shareable_file_reference_unittest.cc', 471 '../webkit/common/blob/shareable_file_reference_unittest.cc',
472 '../webkit/common/database/database_connections_unittest.cc', 472 '../webkit/common/database/database_connections_unittest.cc',
473 '../webkit/common/fileapi/file_system_util_unittest.cc', 473 '../webkit/common/fileapi/file_system_util_unittest.cc',
474 '../webkit/dom_storage/dom_storage_area_unittest.cc', 474 '../webkit/dom_storage/dom_storage_area_unittest.cc',
475 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 475 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
476 '../webkit/dom_storage/dom_storage_context_unittest.cc', 476 '../webkit/dom_storage/dom_storage_context_unittest.cc',
477 '../webkit/dom_storage/dom_storage_database_unittest.cc', 477 '../webkit/dom_storage/dom_storage_database_unittest.cc',
478 '../webkit/dom_storage/dom_storage_map_unittest.cc', 478 '../webkit/dom_storage/dom_storage_map_unittest.cc',
479 '../webkit/dom_storage/session_storage_database_unittest.cc', 479 '../webkit/dom_storage/session_storage_database_unittest.cc',
480 '../webkit/glue/cpp_variant_unittest.cc',
481 '../webkit/glue/glue_serialize_unittest.cc', 480 '../webkit/glue/glue_serialize_unittest.cc',
482 '../webkit/glue/multipart_response_delegate_unittest.cc', 481 '../webkit/glue/multipart_response_delegate_unittest.cc',
483 '../webkit/glue/resource_request_body_unittest.cc', 482 '../webkit/glue/resource_request_body_unittest.cc',
484 '../webkit/glue/touch_fling_gesture_curve_unittest.cc', 483 '../webkit/glue/touch_fling_gesture_curve_unittest.cc',
485 '../webkit/glue/webcursor_unittest.cc', 484 '../webkit/glue/webcursor_unittest.cc',
486 '../webkit/glue/webkit_glue_unittest.cc', 485 '../webkit/glue/webkit_glue_unittest.cc',
487 '../webkit/glue/worker_task_runner_unittest.cc', 486 '../webkit/glue/worker_task_runner_unittest.cc',
488 '../webkit/media/buffered_data_source_unittest.cc', 487 '../webkit/media/buffered_data_source_unittest.cc',
489 '../webkit/media/buffered_resource_loader_unittest.cc', 488 '../webkit/media/buffered_resource_loader_unittest.cc',
490 '../webkit/media/cache_util_unittest.cc', 489 '../webkit/media/cache_util_unittest.cc',
(...skipping 21 matching lines...) Expand all
512 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', 511 '../webkit/plugins/ppapi/v8_var_converter_unittest.cc',
513 '../webkit/quota/mock_quota_manager.cc', 512 '../webkit/quota/mock_quota_manager.cc',
514 '../webkit/quota/mock_quota_manager.h', 513 '../webkit/quota/mock_quota_manager.h',
515 '../webkit/quota/mock_quota_manager_unittest.cc', 514 '../webkit/quota/mock_quota_manager_unittest.cc',
516 '../webkit/quota/mock_storage_client.cc', 515 '../webkit/quota/mock_storage_client.cc',
517 '../webkit/quota/mock_storage_client.h', 516 '../webkit/quota/mock_storage_client.h',
518 '../webkit/quota/quota_database_unittest.cc', 517 '../webkit/quota/quota_database_unittest.cc',
519 '../webkit/quota/quota_manager_unittest.cc', 518 '../webkit/quota/quota_manager_unittest.cc',
520 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', 519 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
521 '../webkit/quota/usage_tracker_unittest.cc', 520 '../webkit/quota/usage_tracker_unittest.cc',
521 '../webkit/renderer/cpp_variant_unittest.cc',
522 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc', 522 '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc',
523 ], 523 ],
524 'conditions': [ 524 'conditions': [
525 ['OS == "ios"', { 525 ['OS == "ios"', {
526 'sources/': [ 526 'sources/': [
527 # iOS only needs a small portion of content; exclude all the 527 # iOS only needs a small portion of content; exclude all the
528 # implementation, and re-include what is used. 528 # implementation, and re-include what is used.
529 ['exclude', '\\.(cc|mm)$'], 529 ['exclude', '\\.(cc|mm)$'],
530 ['include', '_ios\\.(cc|mm)$'], 530 ['include', '_ios\\.(cc|mm)$'],
531 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 531 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
(...skipping 16 matching lines...) Expand all
548 '../media/media.gyp:shared_memory_support', 548 '../media/media.gyp:shared_memory_support',
549 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 549 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
550 '../third_party/icu/icu.gyp:icui18n', 550 '../third_party/icu/icu.gyp:icui18n',
551 '../third_party/icu/icu.gyp:icuuc', 551 '../third_party/icu/icu.gyp:icuuc',
552 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 552 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
553 '../third_party/libjingle/libjingle.gyp:libjingle', 553 '../third_party/libjingle/libjingle.gyp:libjingle',
554 '../ui/gl/gl.gyp:gl', 554 '../ui/gl/gl.gyp:gl',
555 '../v8/tools/gyp/v8.gyp:v8', 555 '../v8/tools/gyp/v8.gyp:v8',
556 '../webkit/support/webkit_support.gyp:glue', 556 '../webkit/support/webkit_support.gyp:glue',
557 '../webkit/support/webkit_support.gyp:glue_common', 557 '../webkit/support/webkit_support.gyp:glue_common',
558 '../webkit/support/webkit_support.gyp:glue_renderer',
558 '../webkit/support/webkit_support.gyp:plugins', 559 '../webkit/support/webkit_support.gyp:plugins',
559 '../webkit/support/webkit_support.gyp:plugins_common', 560 '../webkit/support/webkit_support.gyp:plugins_common',
560 '../webkit/support/webkit_support.gyp:webkit_base', 561 '../webkit/support/webkit_support.gyp:webkit_base',
561 '../webkit/support/webkit_support.gyp:webkit_media', 562 '../webkit/support/webkit_support.gyp:webkit_media',
562 '../webkit/support/webkit_support.gyp:webkit_storage', 563 '../webkit/support/webkit_support.gyp:webkit_storage',
563 '../webkit/webkit.gyp:test_shell_test_support', 564 '../webkit/webkit.gyp:test_shell_test_support',
564 ], 565 ],
565 }], 566 }],
566 ['enable_plugins==0', { 567 ['enable_plugins==0', {
567 'sources/': [ 568 'sources/': [
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 '../testing/gtest.gyp:gtest', 714 '../testing/gtest.gyp:gtest',
714 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources', 715 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources',
715 '../third_party/mesa/mesa.gyp:osmesa', 716 '../third_party/mesa/mesa.gyp:osmesa',
716 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 717 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
717 '../ui/gl/gl.gyp:gl', 718 '../ui/gl/gl.gyp:gl',
718 '../ui/snapshot/snapshot.gyp:snapshot', 719 '../ui/snapshot/snapshot.gyp:snapshot',
719 '../ui/ui.gyp:shell_dialogs', 720 '../ui/ui.gyp:shell_dialogs',
720 '../ui/ui.gyp:ui', 721 '../ui/ui.gyp:ui',
721 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 722 '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
722 '../webkit/support/webkit_support.gyp:glue', 723 '../webkit/support/webkit_support.gyp:glue',
724 '../webkit/support/webkit_support.gyp:glue_renderer',
723 ], 725 ],
724 'include_dirs': [ 726 'include_dirs': [
725 '..', 727 '..',
726 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 728 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
727 ], 729 ],
728 'includes': [ 730 'includes': [
729 'browser/gpu/test_support_gpu.gypi', 731 'browser/gpu/test_support_gpu.gypi',
730 ], 732 ],
731 'defines': [ 733 'defines': [
732 'HAS_OUT_OF_PROC_TEST_RUNNER', 734 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'test/content_browser_test.cc', 816 'test/content_browser_test.cc',
815 'test/content_browser_test_utils.cc', 817 'test/content_browser_test_utils.cc',
816 'test/content_browser_test_utils.h', 818 'test/content_browser_test_utils.h',
817 'test/content_browser_test_utils_mac.mm', 819 'test/content_browser_test_utils_mac.mm',
818 'test/content_browser_test_test.cc', 820 'test/content_browser_test_test.cc',
819 'test/content_test_launcher.cc', 821 'test/content_test_launcher.cc',
820 'test/layout_browsertest.cc', 822 'test/layout_browsertest.cc',
821 'test/layout_browsertest.h', 823 'test/layout_browsertest.h',
822 'test/layout_test_http_server.cc', 824 'test/layout_test_http_server.cc',
823 'test/layout_test_http_server.h', 825 'test/layout_test_http_server.h',
824 '../webkit/glue/cpp_binding_example.cc',
825 '../webkit/glue/cpp_binding_example.h',
826 '../webkit/plugins/ppapi/mock_platform_image_2d.cc', 826 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
827 '../webkit/plugins/ppapi/mock_platform_image_2d.h', 827 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
828 '../webkit/plugins/ppapi/mock_plugin_delegate.cc', 828 '../webkit/plugins/ppapi/mock_plugin_delegate.cc',
829 '../webkit/plugins/ppapi/mock_plugin_delegate.h', 829 '../webkit/plugins/ppapi/mock_plugin_delegate.h',
830 '../webkit/renderer/cpp_binding_example.cc',
831 '../webkit/renderer/cpp_binding_example.h',
830 ], 832 ],
831 'conditions': [ 833 'conditions': [
832 ['chromeos==0', { 834 ['chromeos==0', {
833 'sources!': [ 835 'sources!': [
834 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', 836 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
835 ], 837 ],
836 }], 838 }],
837 ['OS=="win"', { 839 ['OS=="win"', {
838 'resource_include_dirs': [ 840 'resource_include_dirs': [
839 '<(SHARED_INTERMEDIATE_DIR)/webkit', 841 '<(SHARED_INTERMEDIATE_DIR)/webkit',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'resource_dir': 'shell/android/shell_apk/res', 1165 'resource_dir': 'shell/android/shell_apk/res',
1164 'additional_src_dirs': ['public/android/javatests/',], 1166 'additional_src_dirs': ['public/android/javatests/',],
1165 'is_test_apk': 1, 1167 'is_test_apk': 1,
1166 }, 1168 },
1167 'includes': [ '../build/java_apk.gypi' ], 1169 'includes': [ '../build/java_apk.gypi' ],
1168 }, 1170 },
1169 ], 1171 ],
1170 }], 1172 }],
1171 ], 1173 ],
1172 } 1174 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/cpp_bound_class_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698