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

Unified Diff: content/public/android/BUILD.gn

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/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 5184e545098d94eeee5034f97e0074c1c57128aa..4477e78488d95d5753f1ddb4c1be316332fd799b 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -183,9 +183,9 @@ java_cpp_template("top_controls_state_java") {
java_cpp_template("screen_orientation_values_java") {
sources = [
- "java/src/org/chromium/content/common/ScreenOrientationValues.template",
+ "java/src/org/chromium/content_public/common/ScreenOrientationValues.template",
]
- package_name = "org/chromium/content/common"
+ package_name = "org/chromium/content_public/common"
inputs = [
"//content/public/common/screen_orientation_values_list.h"
]
« no previous file with comments | « content/content.gyp ('k') | content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698