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

Unified Diff: chromecast/base/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/app/BUILD.gn ('k') | chromecast/base/component/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/BUILD.gn
diff --git a/chromecast/base/BUILD.gn b/chromecast/base/BUILD.gn
index a757d3b01072f7167f788d336eb120945cfe82b1..08235755870097d6f5aa7df40deeefc62eae642e 100644
--- a/chromecast/base/BUILD.gn
+++ b/chromecast/base/BUILD.gn
@@ -26,7 +26,6 @@ if (is_android) {
assert(cast_product_type >= 0 && cast_product_type <= 3)
}
-# GYP target: chromecast.gyp:cast_base
source_set("base") {
sources = [
"android/dumpstate_writer.cc",
@@ -108,7 +107,6 @@ source_set("init_shlib") {
]
}
-# GYP target: n/a
source_set("test_support") {
sources = [
"scoped_temp_file.cc",
@@ -121,7 +119,6 @@ source_set("test_support") {
]
}
-# GYP target: chromecast_tests.gypi:cast_base_unittests
test("cast_base_unittests") {
sources = [
"bind_to_task_runner_unittest.cc",
@@ -228,7 +225,6 @@ process_version("cast_version") {
}
if (is_android) {
- # GYP target: chromecast.gyp:jni_headers
generate_jni("jni_headers") {
sources = [
"java/src/org/chromium/chromecast/base/ChromecastConfigAndroid.java",
@@ -239,7 +235,6 @@ if (is_android) {
jni_package = "chromecast"
}
- # GYP target: chromecast.gyp:cast_base_java
android_library("base_java") {
java_src_dir = "//chromecast/base/java/src"
java_files = [
« no previous file with comments | « chromecast/app/BUILD.gn ('k') | chromecast/base/component/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698