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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template

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/java/src/org/chromium/content/common/ScreenOrientationValues.template
diff --git a/content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template b/content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template
deleted file mode 100644
index 162abd2bae9059f8ee6289274b6ec71143a87560..0000000000000000000000000000000000000000
--- a/content/public/android/java/src/org/chromium/content/common/ScreenOrientationValues.template
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.content.common;
-
-public class ScreenOrientationValues {
-#define DEFINE_SCREEN_ORIENTATION_VALUE(name, value) public static final int name = value;
-#include "content/public/common/screen_orientation_values_list.h"
-#undef DEFINE_SCREEN_ORIENTATION_VALUE
-}

Powered by Google App Engine
This is Rietveld 408576698