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

Side by Side Diff: content/content_tests.gypi

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'content_ppapi_plugin', 164 'content_ppapi_plugin',
165 'content_utility', 165 'content_utility',
166 'content_worker', 166 'content_worker',
167 '../ppapi/ppapi_internal.gyp:ppapi_host', 167 '../ppapi/ppapi_internal.gyp:ppapi_host',
168 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 168 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
169 '../ppapi/ppapi_internal.gyp:ppapi_shared', 169 '../ppapi/ppapi_internal.gyp:ppapi_shared',
170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
171 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 171 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
172 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner', 172 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner',
173 '../ui/surface/surface.gyp:surface', 173 '../ui/surface/surface.gyp:surface',
174 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support',
175 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', 174 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
175 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
176 '../webkit/support/webkit_support.gyp:webkit_storage', 176 '../webkit/support/webkit_support.gyp:webkit_storage',
177 '../webkit/support/webkit_support.gyp:webkit_support_common', 177 '../webkit/support/webkit_support.gyp:webkit_support_common',
178 ], 178 ],
179 }], 179 }],
180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { 180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', {
181 'dependencies': [ 181 'dependencies': [
182 '../sandbox/sandbox.gyp:sandbox', 182 '../sandbox/sandbox.gyp:sandbox',
183 ], 183 ],
184 }], 184 }],
185 ['enable_webrtc==1', { 185 ['enable_webrtc==1', {
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 'resource_dir': 'shell/android/shell_apk/res', 1111 'resource_dir': 'shell/android/shell_apk/res',
1112 'additional_src_dirs': ['public/android/javatests/',], 1112 'additional_src_dirs': ['public/android/javatests/',],
1113 'is_test_apk': 1, 1113 'is_test_apk': 1,
1114 }, 1114 },
1115 'includes': [ '../build/java_apk.gypi' ], 1115 'includes': [ '../build/java_apk.gypi' ],
1116 }, 1116 },
1117 ], 1117 ],
1118 }], 1118 }],
1119 ], 1119 ],
1120 } 1120 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/browser_plugin/browser_plugin_compositing_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698