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

Unified Diff: chromecast/browser/android/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 3 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 | « chromecast/base/component/BUILD.gn ('k') | chromecast/common/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/BUILD.gn
diff --git a/chromecast/browser/android/BUILD.gn b/chromecast/browser/android/BUILD.gn
index fad9818a0b76cd549db40fa3685006beee5699dd..358c11f960c59633e88c8b9619223c2d4a57f201 100644
--- a/chromecast/browser/android/BUILD.gn
+++ b/chromecast/browser/android/BUILD.gn
@@ -6,20 +6,17 @@ import("//build/config/android/rules.gni")
assert(is_android)
-# GYP target: chromecast.gyp:cast_shell_manifest
jinja_template("cast_shell_manifest") {
input = "apk/AndroidManifest.xml.jinja2"
output = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
}
-# GYP target: n/a
android_resources("cast_shell_android_resources") {
android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
android_manifest_dep = ":cast_shell_manifest"
resource_dirs = [ "//chromecast/browser/android/apk/res" ]
}
-# GYP target: chromecast.gyp:cast_shell_java
android_library("cast_shell_java") {
java_src_dir = "//chromecast/browser/android/apk/src"
java_files = [
« no previous file with comments | « chromecast/base/component/BUILD.gn ('k') | chromecast/common/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698