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

Unified Diff: components/precache.gypi

Issue 1032273004: Revert of precache: Move the java files into //components/precache/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/chrome_tests.gypi ('k') | components/precache/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache.gypi
diff --git a/components/precache.gypi b/components/precache.gypi
index 0bd41da2260c25d8023293aa8698d8a7be99d210..5d28ac0d8187cc32d5e673dcec21a1e0832d9607 100644
--- a/components/precache.gypi
+++ b/components/precache.gypi
@@ -70,31 +70,4 @@
'includes': [ '../build/protoc.gypi', ],
},
],
- 'conditions': [
- ['OS=="android"', {
- 'targets': [{
- 'target_name': 'precache_java',
- 'type': 'none',
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_java',
- ],
- 'variables': {
- 'java_in_dir': 'precache/android/java',
- },
- 'includes': [ '../build/java.gypi' ],
- }, {
- 'target_name': 'precache_javatests',
- 'type': 'none',
- 'dependencies': [
- 'precache_java',
- '../base/base.gyp:base_java_test_support',
- ],
- 'variables': {
- 'java_in_dir': 'precache/android/javatests',
- },
- 'includes': [ '../build/java.gypi' ],
- }],
- }],
- ],
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/precache/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698