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

Side by Side Diff: content/content_tests.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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_shell.gypi ('k') | webkit/glue/webkit_glue.gyp » ('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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '../media/media.gyp:media', 211 '../media/media.gyp:media',
212 '../ppapi/ppapi_internal.gyp:ppapi_host', 212 '../ppapi/ppapi_internal.gyp:ppapi_host',
213 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 213 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
214 '../ppapi/ppapi_internal.gyp:ppapi_shared', 214 '../ppapi/ppapi_internal.gyp:ppapi_shared',
215 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 215 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
216 '../third_party/WebKit/public/blink.gyp:blink', 216 '../third_party/WebKit/public/blink.gyp:blink',
217 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r', 217 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r',
218 '../ui/surface/surface.gyp:surface', 218 '../ui/surface/surface.gyp:surface',
219 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 219 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
220 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 220 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
221 '../webkit/glue/webkit_glue.gyp:glue',
222 '../webkit/glue/webkit_glue.gyp:glue_child',
221 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 223 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
222 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 224 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
223 '../webkit/storage_browser.gyp:webkit_storage_browser', 225 '../webkit/storage_browser.gyp:webkit_storage_browser',
224 '../webkit/storage_common.gyp:webkit_storage_common', 226 '../webkit/storage_common.gyp:webkit_storage_common',
225 '../webkit/support/webkit_support.gyp:glue',
226 '../webkit/support/webkit_support.gyp:glue_child',
227 ], 227 ],
228 }], 228 }],
229 ['OS == "win" or toolkit_uses_gtk == 1', { 229 ['OS == "win" or toolkit_uses_gtk == 1', {
230 'dependencies': [ 230 'dependencies': [
231 '../sandbox/sandbox.gyp:sandbox', 231 '../sandbox/sandbox.gyp:sandbox',
232 ], 232 ],
233 }], 233 }],
234 ['enable_webrtc==1', { 234 ['enable_webrtc==1', {
235 'sources': [ 235 'sources': [
236 'renderer/media/mock_media_stream_dependency_factory.cc', 236 'renderer/media/mock_media_stream_dependency_factory.cc',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 '../media/media.gyp:media_test_support', 628 '../media/media.gyp:media_test_support',
629 '../media/media.gyp:shared_memory_support', 629 '../media/media.gyp:shared_memory_support',
630 '../third_party/WebKit/public/blink.gyp:blink', 630 '../third_party/WebKit/public/blink.gyp:blink',
631 '../third_party/icu/icu.gyp:icui18n', 631 '../third_party/icu/icu.gyp:icui18n',
632 '../third_party/icu/icu.gyp:icuuc', 632 '../third_party/icu/icu.gyp:icuuc',
633 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 633 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
634 '../third_party/libjingle/libjingle.gyp:libjingle', 634 '../third_party/libjingle/libjingle.gyp:libjingle',
635 '../ui/gl/gl.gyp:gl', 635 '../ui/gl/gl.gyp:gl',
636 '../v8/tools/gyp/v8.gyp:v8', 636 '../v8/tools/gyp/v8.gyp:v8',
637 '../webkit/common/webkit_common.gyp:webkit_common', 637 '../webkit/common/webkit_common.gyp:webkit_common',
638 '../webkit/glue/webkit_glue.gyp:glue',
639 '../webkit/glue/webkit_glue.gyp:glue_child',
638 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 640 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
639 '../webkit/storage_browser.gyp:webkit_storage_browser', 641 '../webkit/storage_browser.gyp:webkit_storage_browser',
640 '../webkit/storage_common.gyp:webkit_storage_common', 642 '../webkit/storage_common.gyp:webkit_storage_common',
641 '../webkit/support/webkit_support.gyp:glue',
642 '../webkit/support/webkit_support.gyp:glue_child',
643 ], 643 ],
644 }], 644 }],
645 ['enable_plugins==0', { 645 ['enable_plugins==0', {
646 'sources/': [ 646 'sources/': [
647 ['exclude', '^browser/renderer_host/pepper/'], 647 ['exclude', '^browser/renderer_host/pepper/'],
648 ['exclude', '^child/npapi/'], 648 ['exclude', '^child/npapi/'],
649 ['exclude', '^renderer/npapi/'], 649 ['exclude', '^renderer/npapi/'],
650 ['exclude', '^renderer/pepper/'], 650 ['exclude', '^renderer/pepper/'],
651 ], 651 ],
652 'sources!': [ 652 'sources!': [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 '../skia/skia.gyp:skia', 817 '../skia/skia.gyp:skia',
818 '../testing/gmock.gyp:gmock', 818 '../testing/gmock.gyp:gmock',
819 '../testing/gtest.gyp:gtest', 819 '../testing/gtest.gyp:gtest',
820 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 820 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
821 '../third_party/mesa/mesa.gyp:osmesa', 821 '../third_party/mesa/mesa.gyp:osmesa',
822 '../ui/gl/gl.gyp:gl', 822 '../ui/gl/gl.gyp:gl',
823 '../ui/snapshot/snapshot.gyp:snapshot', 823 '../ui/snapshot/snapshot.gyp:snapshot',
824 '../ui/ui.gyp:shell_dialogs', 824 '../ui/ui.gyp:shell_dialogs',
825 '../ui/ui.gyp:ui', 825 '../ui/ui.gyp:ui',
826 '../ui/ui.gyp:ui_resources', 826 '../ui/ui.gyp:ui_resources',
827 '../webkit/glue/webkit_glue.gyp:glue',
828 '../webkit/glue/webkit_glue.gyp:glue_child',
827 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 829 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
828 '../webkit/support/webkit_support.gyp:glue',
829 '../webkit/support/webkit_support.gyp:glue_child',
830 ], 830 ],
831 'include_dirs': [ 831 'include_dirs': [
832 '..', 832 '..',
833 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 833 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
834 ], 834 ],
835 'includes': [ 835 'includes': [
836 'browser/gpu/test_support_gpu.gypi', 836 'browser/gpu/test_support_gpu.gypi',
837 ], 837 ],
838 'defines': [ 838 'defines': [
839 'HAS_OUT_OF_PROC_TEST_RUNNER', 839 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 'content_common', 1049 'content_common',
1050 'test_support_content', 1050 'test_support_content',
1051 '../base/base.gyp:test_support_base', 1051 '../base/base.gyp:test_support_base',
1052 '../gpu/gpu.gyp:command_buffer_common', 1052 '../gpu/gpu.gyp:command_buffer_common',
1053 '../testing/gtest.gyp:gtest', 1053 '../testing/gtest.gyp:gtest',
1054 '../ui/ui.gyp:ui', 1054 '../ui/ui.gyp:ui',
1055 '../ui/gl/gl.gyp:gl', 1055 '../ui/gl/gl.gyp:gl',
1056 '../third_party/WebKit/public/blink.gyp:blink', 1056 '../third_party/WebKit/public/blink.gyp:blink',
1057 # The following two dependencies provide the missing 1057 # The following two dependencies provide the missing
1058 # symbol HeapProfilerStart in Linux component builds. 1058 # symbol HeapProfilerStart in Linux component builds.
1059 '../webkit/support/webkit_support.gyp:glue', 1059 '../webkit/glue/webkit_glue.gyp:glue',
1060 '../webkit/support/webkit_support.gyp:glue_child', 1060 '../webkit/glue/webkit_glue.gyp:glue_child',
1061 ], 1061 ],
1062 'include_dirs': [ 1062 'include_dirs': [
1063 '..', 1063 '..',
1064 ], 1064 ],
1065 'sources': [ 1065 'sources': [
1066 'common/gpu/client/gl_helper_unittests.cc', 1066 'common/gpu/client/gl_helper_unittests.cc',
1067 'common/gpu/client/gpu_in_process_context_tests.cc', 1067 'common/gpu/client/gpu_in_process_context_tests.cc',
1068 ], 1068 ],
1069 'conditions': [ 1069 'conditions': [
1070 ['OS=="android"', { 1070 ['OS=="android"', {
(...skipping 10 matching lines...) Expand all
1081 'dependencies': [ 1081 'dependencies': [
1082 'content_common', 1082 'content_common',
1083 'test_support_content', 1083 'test_support_content',
1084 '../base/base.gyp:test_support_base', 1084 '../base/base.gyp:test_support_base',
1085 '../testing/gtest.gyp:gtest', 1085 '../testing/gtest.gyp:gtest',
1086 '../ui/ui.gyp:ui', 1086 '../ui/ui.gyp:ui',
1087 '../ui/gl/gl.gyp:gl', 1087 '../ui/gl/gl.gyp:gl',
1088 '../third_party/WebKit/public/blink.gyp:blink', 1088 '../third_party/WebKit/public/blink.gyp:blink',
1089 # The following two dependencies provide the missing 1089 # The following two dependencies provide the missing
1090 # symbol HeapProfilerStart in Linux component builds. 1090 # symbol HeapProfilerStart in Linux component builds.
1091 '../webkit/support/webkit_support.gyp:glue', 1091 '../webkit/glue/webkit_glue.gyp:glue',
1092 '../webkit/support/webkit_support.gyp:glue_child', 1092 '../webkit/glue/webkit_glue.gyp:glue_child',
1093 ], 1093 ],
1094 'include_dirs': [ 1094 'include_dirs': [
1095 '..', 1095 '..',
1096 ], 1096 ],
1097 'sources': [ 1097 'sources': [
1098 'common/gpu/client/gl_helper_benchmark.cc', 1098 'common/gpu/client/gl_helper_benchmark.cc',
1099 ], 1099 ],
1100 }, 1100 },
1101 { 1101 {
1102 'target_name': 'content_webkit_unit_test_support', 1102 'target_name': 'content_webkit_unit_test_support',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1486 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1487 }, 1487 },
1488 ], 1488 ],
1489 }], 1489 }],
1490 ], 1490 ],
1491 }, 1491 },
1492 ], 1492 ],
1493 }], 1493 }],
1494 ], 1494 ],
1495 } 1495 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/glue/webkit_glue.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698