Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |