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

Unified Diff: build/all_android.gyp

Issue 14807005: Add a target all_webkit that depends on the old all_webkit and content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | 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 a257751d5ef235fb5590d3b7e56755bd46d8b06e..d6350b32c545ae7e6e3b5762f12900c445c71fb5 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -29,6 +29,14 @@
],
}, # target_name: All
{
+ 'target_name': 'all_webkit',
+ 'type': 'none',
+ 'dependencies': [
+ '../third_party/WebKit/public/all.gyp:all_blink',
+ '../content/content.gyp:content_shell_apk',
+ ],
+ }, # target_name: all_webkit
+ {
# The current list of tests for android. This is temporary
# until the full set supported. If adding a new test here,
# please also add it to build/android/run_tests.py, else the
@@ -59,7 +67,7 @@
'../sandbox/sandbox.gyp:sandbox_linux_unittests',
'../sql/sql.gyp:sql_unittests',
'../sync/sync.gyp:sync_unit_tests',
- '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
+ '../third_party/WebKit/public/all.gyp:*',
'../tools/android/android_tools.gyp:android_tools',
'../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_stats_monitor',
'../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698