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

Unified Diff: net/net.gyp

Issue 11929032: Fixed issue that the change of header file didn't rebuild the template file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 years, 11 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 | « content/content.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 749dacad86f7210c07a934efe72ea8e27481b1b3..385b20a556cf5a0de63e2a54b694b4a74bf01e4e 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2367,11 +2367,11 @@
'target_name': 'net_errors_java',
'type': 'none',
'sources': [
- 'base/net_error_list.h',
'android/java/NetError.template',
],
'variables': {
'package_name': 'org.chromium.net',
+ 'template_deps': ['base/net_error_list.h'],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
@@ -2379,11 +2379,11 @@
'target_name': 'certificate_mime_types_java',
'type': 'none',
'sources': [
- 'base/mime_util_certificate_type_list.h',
'android/java/CertificateMimeType.template',
],
'variables': {
'package_name': 'org.chromium.net',
+ 'template_deps': ['base/mime_util_certificate_type_list.h'],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
« no previous file with comments | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698