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

Unified Diff: build/BUILD.gn

Issue 266613002: Add BUILD.gn for third_party/yasm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix path issues and some option propagation. Created 6 years, 8 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
Index: build/BUILD.gn
diff --git a/build/BUILD.gn b/build/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b651b4152d2176d30081d62b40cf4fb21af9f9a6
--- /dev/null
+++ b/build/BUILD.gn
@@ -0,0 +1,10 @@
+# Copyright 2014 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.
+
+source_set("gn_helper_scripts") {
brettw 2014/05/05 16:46:50 You don't need this target for python files. You c
awong 2014/05/05 19:28:34 Removed and also removed the datadeps. Is GN smar
brettw 2014/05/05 19:31:21 Yes, the script itself will be part of the deps of
brettw 2014/06/10 21:32:31 I only responded to part of this. When you exec a
+ sources = [
+ "gn_helpers.py",
+ "gn_run_binary.py",
+ ]
+}
« no previous file with comments | « BUILD.gn ('k') | build/gn_helper_scripts.gni » ('j') | build/gn_helper_scripts.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698