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

Unified Diff: build/android/lint/AndroidManifest.xml

Issue 86313004: [Android] Add lint as a gyp action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: build/android/lint/AndroidManifest.xml
diff --git a/content/shell/android/java/res/drawable/progress.xml b/build/android/lint/AndroidManifest.xml
similarity index 53%
copy from content/shell/android/java/res/drawable/progress.xml
copy to build/android/lint/AndroidManifest.xml
index 93322b91b6d33c0399e6dfd2474dc5fc754d9e2c..b80541fd1ef18471ad73cb940649db35962f62b0 100644
--- a/content/shell/android/java/res/drawable/progress.xml
+++ b/build/android/lint/AndroidManifest.xml
@@ -6,8 +6,9 @@
found in the LICENSE file.
-->
-<clip xmlns:android="http://schemas.android.com/apk/res/android">
- <shape>
- <solid android:color="@android:color/holo_blue_light" />
- </shape>
-</clip>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.chromium.lint_stub">
+
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
+
+</manifest>

Powered by Google App Engine
This is Rietveld 408576698