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

Side by Side Diff: content/content_renderer.gypi

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: version that doesn't expose RenderViewImpl in public API Created 8 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 | « no previous file | content/content_shell.gypi » ('j') | content/public/test/DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'renderer/web_ui_bindings.cc', 263 'renderer/web_ui_bindings.cc',
264 'renderer/web_ui_bindings.h', 264 'renderer/web_ui_bindings.h',
265 'renderer/webplugin_delegate_proxy.cc', 265 'renderer/webplugin_delegate_proxy.cc',
266 'renderer/webplugin_delegate_proxy.h', 266 'renderer/webplugin_delegate_proxy.h',
267 'renderer/websharedworker_proxy.cc', 267 'renderer/websharedworker_proxy.cc',
268 'renderer/websharedworker_proxy.h', 268 'renderer/websharedworker_proxy.h',
269 'renderer/websharedworkerrepository_impl.cc', 269 'renderer/websharedworkerrepository_impl.cc',
270 'renderer/websharedworkerrepository_impl.h', 270 'renderer/websharedworkerrepository_impl.h',
271 ], 271 ],
272 'conditions': [ 272 'conditions': [
273 ['component=="shared_library" and OS!="ios"', {
274 'sources': [
275 'public/test/content_layouttest_support.h',
276 'test/content_layouttest_support.cc',
jam 2012/11/08 20:37:06 why is this dependency there on shared builds?
jochen (gone - plz use gerrit) 2012/11/08 20:41:08 The alternative is to content_export RenderViewImp
jam 2012/11/08 20:49:24 would this only be RenderViewImpl and RenderWidget
277 ],
278 'dependencies': [
279 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre e.gyp:TestRunner',
280 ],
281 }],
273 ['notifications==0', { 282 ['notifications==0', {
274 'sources!': [ 283 'sources!': [
275 'renderer/notification_provider.cc', 284 'renderer/notification_provider.cc',
276 'renderer/active_notification_tracker.cc', 285 'renderer/active_notification_tracker.cc',
277 ], 286 ],
278 }], 287 }],
279 ['input_speech==0', { 288 ['input_speech==0', {
280 'sources!': [ 289 'sources!': [
281 'renderer/input_tag_speech_dispatcher.cc', 290 'renderer/input_tag_speech_dispatcher.cc',
282 'renderer/input_tag_speech_dispatcher.h', 291 'renderer/input_tag_speech_dispatcher.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 }], 376 }],
368 ], 377 ],
369 'target_conditions': [ 378 'target_conditions': [
370 ['OS=="android"', { 379 ['OS=="android"', {
371 'sources/': [ 380 'sources/': [
372 ['include', '^renderer/render_view_linux\\.cc$'], 381 ['include', '^renderer/render_view_linux\\.cc$'],
373 ], 382 ],
374 }], 383 }],
375 ], 384 ],
376 } 385 }
OLDNEW
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | content/public/test/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698