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

Unified Diff: content/content.gyp

Issue 406023002: Restructuring NavigationController functionalities from ContentViewCore to NavigationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch with findbugs_known_bugs.txt changes. Created 6 years, 3 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/browser/frame_host/navigation_controller_android.cc ('k') | content/content_jni.gypi » ('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 56b3b37d1ba2bb3fd1199a21ddd700c0a12dcc3f..5cf6b6f2f0caa41ff45725e1bcd7699aceb4e987 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -481,10 +481,10 @@
'target_name': 'page_transition_types_java',
'type': 'none',
'sources': [
- 'public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template',
+ 'public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template',
],
'variables': {
- 'package_name': 'org/chromium/content/browser',
+ 'package_name': 'org/chromium/content_public/browser',
'template_deps': ['public/common/page_transition_types_list.h'],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
« no previous file with comments | « content/browser/frame_host/navigation_controller_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698