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

Unified Diff: content/content_tests.gypi

Issue 16564006: Test theory for Android FrameTreeNode crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try fischman's build file change Created 7 years, 6 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index aadc652fae8f7f885547823b658f61ba1308f71c..3f2e3c1fe703822dcc43144303da560df196f94a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -613,6 +613,15 @@
['exclude', '^renderer/media/media_stream_'],
],
}],
+ ['java_bridge==1', {
+ 'defines': [
+ 'ENABLE_JAVA_BRIDGE',
+ ],
+ }, {
+ 'sources/': [
+ ['exclude', '^browser/renderer_host/java/'],
+ ],
+ }],
['input_speech==0', {
'sources/': [
['exclude', '^browser/speech/'],
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698