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

Unified Diff: chromecast/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 | « build/secondary/third_party/android_tools/BUILD.gn ('k') | chromecast/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index c2b75b28b998d6cc3a7d71d8c8547826d952104e..f3f72abff544979adb7dbe4019ba533e2e73e477 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -352,7 +352,6 @@ repack("cast_shell_pak") {
}
}
-# GYP target: chromecast_locales.gyp:chromecast_locales_pak
action("chromecast_locales_pak") {
script = "//chromecast/tools/build/chromecast_repack_locales.py"
@@ -411,7 +410,6 @@ buildflag_header("chromecast_features") {
}
if (is_android) {
- # GYP target: chromecast.gyp:cast_shell_icudata
android_assets("cast_shell_apk_assets") {
assert(v8_use_external_startup_data)
@@ -427,7 +425,6 @@ if (is_android) {
disable_compression = true
}
- # GYP target: chromecast.gyp:cast_shell_apk
android_apk("cast_shell_apk") {
apk_name = "CastShell"
android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | chromecast/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698