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

Unified Diff: public/all.gyp

Issue 186863002: Build blink_platform_unittests and wtf_unittests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « Source/wtf/wtf_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/all.gyp
diff --git a/public/all.gyp b/public/all.gyp
index d785463fbaebc91824ecacfecb39529f3f80d35c..76dff80e8e7b5966ac1e8105f0f46caaf81fb16f 100644
--- a/public/all.gyp
+++ b/public/all.gyp
@@ -47,8 +47,10 @@
# base.gyp for TODO(jrg)s about this strategy.
['OS=="android" and android_webview_build==0 and gtest_target_type == "shared_library"', {
'dependencies': [
- '../Source/web/web_tests.gyp:webkit_unit_tests_apk',
'../Source/heap/blink_heap_tests.gyp:blink_heap_unittests_apk',
+ '../Source/platform/blink_platform_tests.gyp:blink_platform_unittests_apk',
+ '../Source/web/web_tests.gyp:webkit_unit_tests_apk',
+ '../Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
],
}],
],
« no previous file with comments | « Source/wtf/wtf_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698