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

Unified Diff: base/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 | « BUILD.gn ('k') | base/allocator/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d07e10b8bc4e73f2f3a060dca33201f4efcdff38..bc0d096b44abbcd495cb06044f3b29e65e9c7793 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -5,7 +5,6 @@
import("//build/config/ui.gni")
component("base") {
- external = true
sources = [
"../build/build_config.h",
"third_party/dmg_fp/dmg_fp.h",
@@ -843,7 +842,6 @@ component("base") {
# library. Note that this library cannot depend on base because base depends on
# base_static.
static_library("base_static") {
- external = true
sources = [
"base_switches.cc",
"base_switches.h",
@@ -853,7 +851,6 @@ static_library("base_static") {
}
component("base_i18n") {
- external = true
sources = [
"i18n/base_i18n_export.h",
"i18n/bidi_line_iterator.cc",
« no previous file with comments | « BUILD.gn ('k') | base/allocator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698