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

Unified Diff: android_webview/build/res_hack/values/values.xml

Issue 350173004: [android_webview] Enable new android_webview resource target on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put the slash in the right way around Created 6 years, 6 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
« no previous file with comments | « android_webview/Android.mk ('k') | android_webview/build/resources_config.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/build/res_hack/values/values.xml
diff --git a/remoting/android/java/res/values/colors.xml b/android_webview/build/res_hack/values/values.xml
similarity index 53%
copy from remoting/android/java/res/values/colors.xml
copy to android_webview/build/res_hack/values/values.xml
index 0d7b817336c05805a3617be899e327ce8ccf2dec..e7f85351311e75e48f2e3ac4c4a4c93241bdd4f2 100644
--- a/remoting/android/java/res/values/colors.xml
+++ b/android_webview/build/res_hack/values/values.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-
<!-- 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.
-->
-<resources>
- <color name="list_item_disabled_pressed">#171717</color>
- <color name="list_item_pressed">#444444</color>
- <color name="host_offline_text">#636363</color>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- Do not put resources here. This file is intentionally empty.
+ It's only to work around a build system issue. -->
</resources>
« no previous file with comments | « android_webview/Android.mk ('k') | android_webview/build/resources_config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698