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> |