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

Unified Diff: content/content_tests.gypi

Issue 10827078: Support frame tree propagation between renderers in the same browsing instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes based on more comments from Albert. Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 7c463083ae434960d519d044a3fda8d25026bf76..8713a98234b0c6ee146ea2878d84ae1b749de65b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -98,6 +98,8 @@
'browser/renderer_host/test_render_view_host.h',
'browser/web_contents/test_web_contents.cc',
'browser/web_contents/test_web_contents.h',
+ 'common/renderer_constants.cc',
+ 'common/renderer_constants.h',
Charlie Reis 2012/08/22 22:08:34 Do you need this here as well? We usually don't n
nasko 2012/08/23 21:55:53 Yes, since the content_browsertests does not get l
'common/test_url_constants.cc',
'common/test_url_constants.h',
'gpu/gpu_idirect3d9_mock_win.cc',

Powered by Google App Engine
This is Rietveld 408576698