Chromium Code Reviews| 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", |
| + ] |
| +} |