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

Unified Diff: build/all_android.gyp

Issue 9701070: Include the WebKit targets on all Android builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 88d27914dcfc93c4bc3ba59d2f8ae35557fb1ccc..4d9b86e51514be6515cc1d5efe235c1c6b8c6e88 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -33,6 +33,7 @@
'../sql/sql.gyp:sql_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../net/net.gyp:net_unittests',
+ '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
# From here down: not added to run_tests.py yet.
'../jingle/jingle.gyp:jingle_unittests',
'../tools/android/fake_dns/fake_dns.gyp:fake_dns',
@@ -48,8 +49,6 @@
'target_name': 'android_experimental',
'type': 'none',
'dependencies': [
- '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
- '../webkit/webkit.gyp:pull_in_DumpRenderTree',
],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698