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

Unified Diff: tools/gn/BUILD.gn

Issue 26561005: GYP generator for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/args.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 9ff408171806d6b8727d1d15a330800e9bae8bdd..3cbb7ff692c380443b0c112d4f279889cdf5a99b 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -1,3 +1,9 @@
+# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+gyp_file = "gn.gyp"
+
static_library("gn_lib") {
sources = [
"args.cc",
@@ -46,6 +52,12 @@ static_library("gn_lib") {
"function_write_file.cc",
"group_target_generator.cc",
"group_target_generator.h",
+ "gyp_binary_target_writer.cc",
+ "gyp_binary_target_writer.h",
+ "gyp_helper.cc",
+ "gyp_helper.h",
+ "gyp_target_writer.cc",
+ "gyp_target_writer.h",
"import_manager.cc",
"import_manager.h",
"input_conversion.cc",
« no previous file with comments | « no previous file | tools/gn/args.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698