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

Unified Diff: content/content.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 | « build/android/java_cpp_template.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index ae5334a4b850cdaa9428d167f7aab6080788aa72..853d17a96a100f397f7830a8d7d3e6e9dd1b9145 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -319,11 +319,11 @@
'target_name': 'page_transition_types_java',
'type': 'none',
'sources': [
- 'public/common/page_transition_types_list.h',
'public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template',
],
'variables': {
'package_name': 'org.chromium.content.browser',
+ 'template_deps': ['public/common/page_transition_types_list.h'],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
« no previous file with comments | « build/android/java_cpp_template.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698