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

Unified Diff: third_party/android_data_chart/java/res/values/attrs.xml

Issue 1826363002: Fix build warnings in third_party/android_data_chart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated gn file Created 4 years, 9 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: third_party/android_data_chart/java/res/values/attrs.xml
diff --git a/third_party/android_data_chart/java/res/values/attrs.xml b/third_party/android_data_chart/java/res/values/attrs.xml
index 061163c7c933f8339d7b4d06517438ed3b9e142e..01077558603b8d208710d401067ddb62457e6839 100644
--- a/third_party/android_data_chart/java/res/values/attrs.xml
+++ b/third_party/android_data_chart/java/res/values/attrs.xml
@@ -11,12 +11,6 @@
<attr name="optimalWidthWeight" format="float" />
</declare-styleable>
- <declare-styleable name="ChartGridView">
- <attr name="primaryDrawable" format="reference" />
- <attr name="secondaryDrawable" format="reference" />
- <attr name="borderDrawable" format="reference" />
- </declare-styleable>
-
<declare-styleable name="ChartNetworkSeriesView">
<attr name="strokeColor" format="color" />
<attr name="fillColor" format="color" />

Powered by Google App Engine
This is Rietveld 408576698