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

Side by Side Diff: content/content_tests.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 10 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') | content/plugin/DEPS » ('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 'dependencies': [ 10 'dependencies': [
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 '../media/media.gyp:media', 223 '../media/media.gyp:media',
224 '../ppapi/ppapi_internal.gyp:ppapi_host', 224 '../ppapi/ppapi_internal.gyp:ppapi_host',
225 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 225 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
226 '../ppapi/ppapi_internal.gyp:ppapi_shared', 226 '../ppapi/ppapi_internal.gyp:ppapi_shared',
227 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 227 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
228 '../third_party/WebKit/public/blink.gyp:blink', 228 '../third_party/WebKit/public/blink.gyp:blink',
229 '../ui/surface/surface.gyp:surface', 229 '../ui/surface/surface.gyp:surface',
230 '../webkit/child/webkit_child.gyp:webkit_child', 230 '../webkit/child/webkit_child.gyp:webkit_child',
231 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 231 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
232 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 232 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
233 '../webkit/glue/webkit_glue.gyp:glue',
234 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 233 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
235 '../webkit/storage_browser.gyp:webkit_storage_browser', 234 '../webkit/storage_browser.gyp:webkit_storage_browser',
236 '../webkit/storage_common.gyp:webkit_storage_common', 235 '../webkit/storage_common.gyp:webkit_storage_common',
237 ], 236 ],
238 'export_dependent_settings': [ 237 'export_dependent_settings': [
239 '../third_party/WebKit/public/blink.gyp:blink', 238 '../third_party/WebKit/public/blink.gyp:blink',
240 ], 239 ],
241 }], 240 }],
242 ['OS == "win" or toolkit_uses_gtk == 1', { 241 ['OS == "win" or toolkit_uses_gtk == 1', {
243 'dependencies': [ 242 'dependencies': [
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 '../media/media.gyp:shared_memory_support', 666 '../media/media.gyp:shared_memory_support',
668 '../third_party/WebKit/public/blink.gyp:blink', 667 '../third_party/WebKit/public/blink.gyp:blink',
669 '../third_party/icu/icu.gyp:icui18n', 668 '../third_party/icu/icu.gyp:icui18n',
670 '../third_party/icu/icu.gyp:icuuc', 669 '../third_party/icu/icu.gyp:icuuc',
671 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 670 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
672 '../third_party/libjingle/libjingle.gyp:libjingle', 671 '../third_party/libjingle/libjingle.gyp:libjingle',
673 '../ui/compositor/compositor.gyp:compositor_test_support', 672 '../ui/compositor/compositor.gyp:compositor_test_support',
674 '../ui/gl/gl.gyp:gl', 673 '../ui/gl/gl.gyp:gl',
675 '../v8/tools/gyp/v8.gyp:v8', 674 '../v8/tools/gyp/v8.gyp:v8',
676 '../webkit/common/webkit_common.gyp:webkit_common', 675 '../webkit/common/webkit_common.gyp:webkit_common',
677 '../webkit/glue/webkit_glue.gyp:glue',
678 '../webkit/child/webkit_child.gyp:webkit_child', 676 '../webkit/child/webkit_child.gyp:webkit_child',
679 '../webkit/storage_browser.gyp:webkit_storage_browser', 677 '../webkit/storage_browser.gyp:webkit_storage_browser',
680 '../webkit/storage_common.gyp:webkit_storage_common', 678 '../webkit/storage_common.gyp:webkit_storage_common',
681 ], 679 ],
682 }], 680 }],
683 ['enable_plugins==0', { 681 ['enable_plugins==0', {
684 'sources/': [ 682 'sources/': [
685 ['exclude', '^browser/renderer_host/pepper/'], 683 ['exclude', '^browser/renderer_host/pepper/'],
686 ['exclude', '^child/npapi/'], 684 ['exclude', '^child/npapi/'],
687 ['exclude', '^renderer/npapi/'], 685 ['exclude', '^renderer/npapi/'],
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 '../third_party/mesa/mesa.gyp:osmesa', 925 '../third_party/mesa/mesa.gyp:osmesa',
928 '../ui/accessibility/accessibility.gyp:accessibility', 926 '../ui/accessibility/accessibility.gyp:accessibility',
929 '../ui/gfx/gfx.gyp:gfx', 927 '../ui/gfx/gfx.gyp:gfx',
930 '../ui/gfx/gfx.gyp:gfx_geometry', 928 '../ui/gfx/gfx.gyp:gfx_geometry',
931 '../ui/gl/gl.gyp:gl', 929 '../ui/gl/gl.gyp:gl',
932 '../ui/resources/ui_resources.gyp:ui_resources', 930 '../ui/resources/ui_resources.gyp:ui_resources',
933 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 931 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
934 '../ui/snapshot/snapshot.gyp:snapshot', 932 '../ui/snapshot/snapshot.gyp:snapshot',
935 '../ui/ui.gyp:ui', 933 '../ui/ui.gyp:ui',
936 '../webkit/child/webkit_child.gyp:webkit_child', 934 '../webkit/child/webkit_child.gyp:webkit_child',
937 '../webkit/glue/webkit_glue.gyp:glue',
938 ], 935 ],
939 'include_dirs': [ 936 'include_dirs': [
940 '..', 937 '..',
941 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 938 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
942 ], 939 ],
943 'includes': [ 940 'includes': [
944 'browser/gpu/test_support_gpu.gypi', 941 'browser/gpu/test_support_gpu.gypi',
945 ], 942 ],
946 'defines': [ 943 'defines': [
947 'HAS_OUT_OF_PROC_TEST_RUNNER', 944 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 '../gpu/gpu.gyp:command_buffer_common', 1174 '../gpu/gpu.gyp:command_buffer_common',
1178 '../testing/gtest.gyp:gtest', 1175 '../testing/gtest.gyp:gtest',
1179 '../ui/gfx/gfx.gyp:gfx', 1176 '../ui/gfx/gfx.gyp:gfx',
1180 '../ui/gfx/gfx.gyp:gfx_geometry', 1177 '../ui/gfx/gfx.gyp:gfx_geometry',
1181 '../ui/gl/gl.gyp:gl', 1178 '../ui/gl/gl.gyp:gl',
1182 '../ui/ui.gyp:ui', 1179 '../ui/ui.gyp:ui',
1183 '../third_party/WebKit/public/blink.gyp:blink', 1180 '../third_party/WebKit/public/blink.gyp:blink',
1184 # The following two dependencies provide the missing 1181 # The following two dependencies provide the missing
1185 # symbol HeapProfilerStart in Linux component builds. 1182 # symbol HeapProfilerStart in Linux component builds.
1186 '../webkit/child/webkit_child.gyp:webkit_child', 1183 '../webkit/child/webkit_child.gyp:webkit_child',
1187 '../webkit/glue/webkit_glue.gyp:glue',
1188 ], 1184 ],
1189 'include_dirs': [ 1185 'include_dirs': [
1190 '..', 1186 '..',
1191 ], 1187 ],
1192 'sources': [ 1188 'sources': [
1193 'common/gpu/client/gl_helper_unittest.cc', 1189 'common/gpu/client/gl_helper_unittest.cc',
1194 'common/gpu/client/gpu_in_process_context_tests.cc', 1190 'common/gpu/client/gpu_in_process_context_tests.cc',
1195 ], 1191 ],
1196 'conditions': [ 1192 'conditions': [
1197 ['OS=="android"', { 1193 ['OS=="android"', {
(...skipping 11 matching lines...) Expand all
1209 'test_support_content', 1205 'test_support_content',
1210 '../base/base.gyp:test_support_base', 1206 '../base/base.gyp:test_support_base',
1211 '../testing/gtest.gyp:gtest', 1207 '../testing/gtest.gyp:gtest',
1212 '../ui/gfx/gfx.gyp:gfx', 1208 '../ui/gfx/gfx.gyp:gfx',
1213 '../ui/gfx/gfx.gyp:gfx_geometry', 1209 '../ui/gfx/gfx.gyp:gfx_geometry',
1214 '../ui/gl/gl.gyp:gl', 1210 '../ui/gl/gl.gyp:gl',
1215 '../ui/ui.gyp:ui', 1211 '../ui/ui.gyp:ui',
1216 '../third_party/WebKit/public/blink.gyp:blink', 1212 '../third_party/WebKit/public/blink.gyp:blink',
1217 # The following two dependencies provide the missing 1213 # The following two dependencies provide the missing
1218 # symbol HeapProfilerStart in Linux component builds. 1214 # symbol HeapProfilerStart in Linux component builds.
1219 '../webkit/glue/webkit_glue.gyp:glue',
1220 '../webkit/child/webkit_child.gyp:webkit_child', 1215 '../webkit/child/webkit_child.gyp:webkit_child',
1221 ], 1216 ],
1222 'include_dirs': [ 1217 'include_dirs': [
1223 '..', 1218 '..',
1224 ], 1219 ],
1225 'sources': [ 1220 'sources': [
1226 'common/gpu/client/gl_helper_benchmark.cc', 1221 'common/gpu/client/gl_helper_benchmark.cc',
1227 ], 1222 ],
1228 }, 1223 },
1229 { 1224 {
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1639 }, 1634 },
1640 ], 1635 ],
1641 }], 1636 }],
1642 ], 1637 ],
1643 }, 1638 },
1644 ], 1639 ],
1645 }], 1640 }],
1646 ], 1641 ],
1647 } 1642 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698