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

Side by Side Diff: content/content_tests.gypi

Issue 54583005: Extract webkit_child target from glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 7 years, 1 month 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') | ui/app_list/app_list.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 'dependencies': [ 10 'dependencies': [
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'content.gyp:content_worker', 218 'content.gyp:content_worker',
219 '../cc/cc_tests.gyp:cc_test_support', 219 '../cc/cc_tests.gyp:cc_test_support',
220 '../media/media.gyp:media', 220 '../media/media.gyp:media',
221 '../ppapi/ppapi_internal.gyp:ppapi_host', 221 '../ppapi/ppapi_internal.gyp:ppapi_host',
222 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 222 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
223 '../ppapi/ppapi_internal.gyp:ppapi_shared', 223 '../ppapi/ppapi_internal.gyp:ppapi_shared',
224 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 224 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
225 '../third_party/WebKit/public/blink.gyp:blink', 225 '../third_party/WebKit/public/blink.gyp:blink',
226 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r', 226 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r',
227 '../ui/surface/surface.gyp:surface', 227 '../ui/surface/surface.gyp:surface',
228 '../webkit/child/webkit_child.gyp:webkit_child',
228 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 229 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
229 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 230 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
230 '../webkit/glue/webkit_glue.gyp:glue', 231 '../webkit/glue/webkit_glue.gyp:glue',
231 '../webkit/glue/webkit_glue.gyp:glue_child',
232 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 232 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
233 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 233 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
234 '../webkit/storage_browser.gyp:webkit_storage_browser', 234 '../webkit/storage_browser.gyp:webkit_storage_browser',
235 '../webkit/storage_common.gyp:webkit_storage_common', 235 '../webkit/storage_common.gyp:webkit_storage_common',
236 ], 236 ],
237 }], 237 }],
238 ['OS == "win" or toolkit_uses_gtk == 1', { 238 ['OS == "win" or toolkit_uses_gtk == 1', {
239 'dependencies': [ 239 'dependencies': [
240 '../sandbox/sandbox.gyp:sandbox', 240 '../sandbox/sandbox.gyp:sandbox',
241 ], 241 ],
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 '../third_party/WebKit/public/blink.gyp:blink', 641 '../third_party/WebKit/public/blink.gyp:blink',
642 '../third_party/icu/icu.gyp:icui18n', 642 '../third_party/icu/icu.gyp:icui18n',
643 '../third_party/icu/icu.gyp:icuuc', 643 '../third_party/icu/icu.gyp:icuuc',
644 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 644 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
645 '../third_party/libjingle/libjingle.gyp:libjingle', 645 '../third_party/libjingle/libjingle.gyp:libjingle',
646 '../ui/compositor/compositor.gyp:compositor_test_support', 646 '../ui/compositor/compositor.gyp:compositor_test_support',
647 '../ui/gl/gl.gyp:gl', 647 '../ui/gl/gl.gyp:gl',
648 '../v8/tools/gyp/v8.gyp:v8', 648 '../v8/tools/gyp/v8.gyp:v8',
649 '../webkit/common/webkit_common.gyp:webkit_common', 649 '../webkit/common/webkit_common.gyp:webkit_common',
650 '../webkit/glue/webkit_glue.gyp:glue', 650 '../webkit/glue/webkit_glue.gyp:glue',
651 '../webkit/glue/webkit_glue.gyp:glue_child', 651 '../webkit/child/webkit_child.gyp:webkit_child',
652 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 652 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
653 '../webkit/storage_browser.gyp:webkit_storage_browser', 653 '../webkit/storage_browser.gyp:webkit_storage_browser',
654 '../webkit/storage_common.gyp:webkit_storage_common', 654 '../webkit/storage_common.gyp:webkit_storage_common',
655 ], 655 ],
656 }], 656 }],
657 ['enable_plugins==0', { 657 ['enable_plugins==0', {
658 'sources/': [ 658 'sources/': [
659 ['exclude', '^browser/renderer_host/pepper/'], 659 ['exclude', '^browser/renderer_host/pepper/'],
660 ['exclude', '^child/npapi/'], 660 ['exclude', '^child/npapi/'],
661 ['exclude', '^renderer/npapi/'], 661 ['exclude', '^renderer/npapi/'],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 '../testing/gmock.gyp:gmock', 862 '../testing/gmock.gyp:gmock',
863 '../testing/gtest.gyp:gtest', 863 '../testing/gtest.gyp:gtest',
864 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 864 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
865 '../third_party/mesa/mesa.gyp:osmesa', 865 '../third_party/mesa/mesa.gyp:osmesa',
866 '../ui/gfx/gfx.gyp:gfx', 866 '../ui/gfx/gfx.gyp:gfx',
867 '../ui/gl/gl.gyp:gl', 867 '../ui/gl/gl.gyp:gl',
868 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 868 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
869 '../ui/snapshot/snapshot.gyp:snapshot', 869 '../ui/snapshot/snapshot.gyp:snapshot',
870 '../ui/ui.gyp:ui', 870 '../ui/ui.gyp:ui',
871 '../ui/ui.gyp:ui_resources', 871 '../ui/ui.gyp:ui_resources',
872 '../webkit/child/webkit_child.gyp:webkit_child',
872 '../webkit/glue/webkit_glue.gyp:glue', 873 '../webkit/glue/webkit_glue.gyp:glue',
873 '../webkit/glue/webkit_glue.gyp:glue_child',
874 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 874 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
875 ], 875 ],
876 'include_dirs': [ 876 'include_dirs': [
877 '..', 877 '..',
878 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 878 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
879 ], 879 ],
880 'includes': [ 880 'includes': [
881 'browser/gpu/test_support_gpu.gypi', 881 'browser/gpu/test_support_gpu.gypi',
882 ], 882 ],
883 'defines': [ 883 'defines': [
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'test_support_content', 1105 'test_support_content',
1106 '../base/base.gyp:test_support_base', 1106 '../base/base.gyp:test_support_base',
1107 '../gpu/gpu.gyp:command_buffer_common', 1107 '../gpu/gpu.gyp:command_buffer_common',
1108 '../testing/gtest.gyp:gtest', 1108 '../testing/gtest.gyp:gtest',
1109 '../ui/gfx/gfx.gyp:gfx', 1109 '../ui/gfx/gfx.gyp:gfx',
1110 '../ui/gl/gl.gyp:gl', 1110 '../ui/gl/gl.gyp:gl',
1111 '../ui/ui.gyp:ui', 1111 '../ui/ui.gyp:ui',
1112 '../third_party/WebKit/public/blink.gyp:blink', 1112 '../third_party/WebKit/public/blink.gyp:blink',
1113 # The following two dependencies provide the missing 1113 # The following two dependencies provide the missing
1114 # symbol HeapProfilerStart in Linux component builds. 1114 # symbol HeapProfilerStart in Linux component builds.
1115 '../webkit/child/webkit_child.gyp:webkit_child',
1115 '../webkit/glue/webkit_glue.gyp:glue', 1116 '../webkit/glue/webkit_glue.gyp:glue',
1116 '../webkit/glue/webkit_glue.gyp:glue_child',
1117 ], 1117 ],
1118 'include_dirs': [ 1118 'include_dirs': [
1119 '..', 1119 '..',
1120 ], 1120 ],
1121 'sources': [ 1121 'sources': [
1122 'common/gpu/client/gl_helper_unittests.cc', 1122 'common/gpu/client/gl_helper_unittests.cc',
1123 'common/gpu/client/gpu_in_process_context_tests.cc', 1123 'common/gpu/client/gpu_in_process_context_tests.cc',
1124 ], 1124 ],
1125 'conditions': [ 1125 'conditions': [
1126 ['OS=="android"', { 1126 ['OS=="android"', {
(...skipping 11 matching lines...) Expand all
1138 'test_support_content', 1138 'test_support_content',
1139 '../base/base.gyp:test_support_base', 1139 '../base/base.gyp:test_support_base',
1140 '../testing/gtest.gyp:gtest', 1140 '../testing/gtest.gyp:gtest',
1141 '../ui/gfx/gfx.gyp:gfx', 1141 '../ui/gfx/gfx.gyp:gfx',
1142 '../ui/gl/gl.gyp:gl', 1142 '../ui/gl/gl.gyp:gl',
1143 '../ui/ui.gyp:ui', 1143 '../ui/ui.gyp:ui',
1144 '../third_party/WebKit/public/blink.gyp:blink', 1144 '../third_party/WebKit/public/blink.gyp:blink',
1145 # The following two dependencies provide the missing 1145 # The following two dependencies provide the missing
1146 # symbol HeapProfilerStart in Linux component builds. 1146 # symbol HeapProfilerStart in Linux component builds.
1147 '../webkit/glue/webkit_glue.gyp:glue', 1147 '../webkit/glue/webkit_glue.gyp:glue',
1148 '../webkit/glue/webkit_glue.gyp:glue_child', 1148 '../webkit/child/webkit_child.gyp:webkit_child',
1149 ], 1149 ],
1150 'include_dirs': [ 1150 'include_dirs': [
1151 '..', 1151 '..',
1152 ], 1152 ],
1153 'sources': [ 1153 'sources': [
1154 'common/gpu/client/gl_helper_benchmark.cc', 1154 'common/gpu/client/gl_helper_benchmark.cc',
1155 ], 1155 ],
1156 }, 1156 },
1157 { 1157 {
1158 'target_name': 'content_webkit_unit_test_support', 1158 'target_name': 'content_webkit_unit_test_support',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1596 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1597 }, 1597 },
1598 ], 1598 ],
1599 }], 1599 }],
1600 ], 1600 ],
1601 }, 1601 },
1602 ], 1602 ],
1603 }], 1603 }],
1604 ], 1604 ],
1605 } 1605 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698