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

Unified Diff: chrome/chrome_android.gypi

Issue 183893029: Add UI hook for distilling web pages for test shell (relanding) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS after wrong rebase 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 | « chrome/chrome.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index b7b9f1761ea707ba37b6489d418597d2948daeac..9afe7dd9912d96110c500fa188d8f93dc5837e28 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -49,10 +49,10 @@
'target_name': 'chromium_testshell',
'type': 'none',
'dependencies': [
- '../media/media.gyp:media_java',
- 'chrome.gyp:chrome_java',
+ 'chrome_java',
'chromium_testshell_paks',
'libchromiumtestshell',
+ '../media/media.gyp:media_java',
],
'variables': {
'apk_name': 'ChromiumTestShell',
« no previous file with comments | « chrome/chrome.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698