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

Unified Diff: content/content.gyp

Issue 584523003: Create org.chromium.content_public.common and move two classes there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_display_in_shortcuthelper
Patch Set: 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index f14a9c688bf5e645e1d365e76282bd58b21ae3af..494b8afba8b086fe305d74ee894d422608be54fb 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -552,10 +552,10 @@
'target_name': 'screen_orientation_values_java',
'type': 'none',
'sources': [
- 'public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template',
+ 'public/android/java/src/org/chromium/content_public/common/ScreenOrientationValues.template',
],
'variables': {
- 'package_name': 'org/chromium/content/common',
+ 'package_name': 'org/chromium/content_public/common',
'template_deps': ['public/common/screen_orientation_values_list.h'],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
« no previous file with comments | « chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698