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

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: 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
« build/android/java_cpp_template.gypi ('K') | « 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 f15dbcde625a8ea939d0c0776a4f26e15b792d5c..fdb7b8ed4069cb130d9f81891e2b0e8cc38f5f75 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2362,11 +2362,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' ],
},
@@ -2374,11 +2374,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' ],
},
« build/android/java_cpp_template.gypi ('K') | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698