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

Unified Diff: ipc/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 | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index a7621bdde4e3a78a5d1a6a16150244576464ce74..8db818ff262319e9398d15ca5c23246b2a20b415 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -231,11 +231,6 @@ if (!is_ios) {
sources += [ "ipc_send_fds_test.cc" ]
}
- # TODO(brettw) hook up Android testing.
- #if (is_android && gtest_target_type == "shared_library") {
- # deps += "/testing/android/native_test.gyp:native_testNative_code"
- #}
-
deps = [
":ipc",
":mojom",
@@ -263,11 +258,6 @@ if (!is_ios) {
"run_all_perftests.cc",
]
- # TODO(brettw) hook up Android testing.
- #if (is_android && gtest_target_type == "shared_library") {
- # deps += "/testing/android/native_test.gyp:native_testNative_code"
- #}
-
deps = [
":ipc",
":test_support",
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698