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

Side by Side 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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 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
6 sources = [
7 "gn_helpers.py",
8 "gn_run_binary.py",
9 ]
10 }
OLDNEW
« 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