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

Unified Diff: tools/gn/BUILD.gn

Issue 21983003: Make the Mac build work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dunnow Created 7 years, 4 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 | « no previous file | tools/gn/config_values.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 1dcf8e36da4ef77708189eb205db86a99ee52afb..a674b85102f12e0543fd2d506d3d66a74297fba1 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -5,10 +5,11 @@ static_library("gn_lib") {
"command_desc.cc",
"command_gen.cc",
"command_help.cc",
- "command.cc",
- "command.h",
+ "commands.cc",
+ "commands.h",
"config.cc",
"config.h",
+ "config_values.cc",
"config_values.h",
"config_values_extractors.cc",
"config_values_extractors.h",
« no previous file with comments | « no previous file | tools/gn/config_values.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698