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

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: Created 6 years, 5 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index a961753b5349cf12b2bc2a7fe82f0c20d889e9e0..fd63dcc8f2e5433e3b521e67ebe6caabe1adfd4f 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -438,7 +438,7 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698