summaryrefslogtreecommitdiffstats
path: root/ui/android
diff options
context:
space:
mode:
authorkaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 23:03:00 +0000
committerkaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 23:03:00 +0000
commit9a76be05b5dba40ff07f6ecb8b57f87aaf3b377e (patch)
tree01141ee8180a33ca0fba59379bf5d9e0f19c51db /ui/android
parentb0a29f27929d07cb4dbd9b3819e0dee4a63d2e10 (diff)
downloadchromium_src-9a76be05b5dba40ff07f6ecb8b57f87aaf3b377e.zip
chromium_src-9a76be05b5dba40ff07f6ecb8b57f87aaf3b377e.tar.gz
chromium_src-9a76be05b5dba40ff07f6ecb8b57f87aaf3b377e.tar.bz2
Add message ids to webview that were added for chomium
in https://chromiumcodereview.appspot.com/14170009 to fix android webview build failure. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16125013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/android')
-rw-r--r--ui/android/java/resource_map/org/chromium/ui/R.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/ui/android/java/resource_map/org/chromium/ui/R.java b/ui/android/java/resource_map/org/chromium/ui/R.java
index 53f60cc..81b51f0 100644
--- a/ui/android/java/resource_map/org/chromium/ui/R.java
+++ b/ui/android/java/resource_map/org/chromium/ui/R.java
@@ -18,5 +18,29 @@ public final class R {
public static final class string {
public static int low_memory_error;
public static int opening_file_error;
+ public static int color_picker_button_more;
+ public static int color_picker_hue;
+ public static int color_picker_saturation;
+ public static int color_picker_lightness;
+ public static int color_picker_button_set;
+ public static int color_picker_button_cancel;
+ public static int color_picker_dialog_title;
+ }
+ public static final class id {
+ public static int selected_color_view;
+ public static int title;
+ public static int more_colors_button;
+ public static int color_picker_advanced;
+ public static int color_picker_simple;
+ public static int more_colors_button_border;
+ public static int color_picker_simple_border;
+ public static int gradient;
+ public static int text;
+ public static int seek_bar;
+ }
+ public static final class layout {
+ public static int color_picker_dialog_title;
+ public static int color_picker_dialog_content;
+ public static int color_picker_advanced_component;
}
}