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

Unified Diff: tools/gn/secondary/ipc/BUILD.gn

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « tools/gn/secondary/crypto/BUILD.gn ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/ipc/BUILD.gn
diff --git a/tools/gn/secondary/ipc/BUILD.gn b/tools/gn/secondary/ipc/BUILD.gn
index ae3897a8a96235f60b9705adacaa90da5c0ace4b..15143a72f8bfbe1d76bd709d7efbed3fe667c69e 100644
--- a/tools/gn/secondary/ipc/BUILD.gn
+++ b/tools/gn/secondary/ipc/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
component("ipc") {
- external = true
sources = [
"file_descriptor_set_posix.cc",
"file_descriptor_set_posix.h",
@@ -80,7 +79,6 @@ component("ipc") {
}
test("ipc_tests") {
- external = true
sources = [
"file_descriptor_set_posix_unittest.cc",
"ipc_channel_posix_unittest.cc",
@@ -123,7 +121,6 @@ test("ipc_tests") {
}
test("ipc_perftests") {
- external = true
sources = [
"ipc_perftests.cc",
"ipc_test_base.cc",
@@ -152,7 +149,6 @@ test("ipc_perftests") {
}
static_library("test_support_ipc") {
- external = true
sources = [
"ipc_multiprocess_test.cc",
"ipc_multiprocess_test.h",
« no previous file with comments | « tools/gn/secondary/crypto/BUILD.gn ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698