Chromium Code Reviews| Index: content/common/common.gni |
| diff --git a/content/common/common.gni b/content/common/common.gni |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e37fac269f62e7b81fc3429b217ab256e78d6668 |
| --- /dev/null |
| +++ b/content/common/common.gni |
| @@ -0,0 +1,13 @@ |
| +# 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. |
| + |
| +# This file defines the content common gypi values once so that the result can |
| +# be shared between the public and private GN builds without having to re-parse |
| +# the .gypi. |
|
jam
2014/05/20 06:41:52
with the caveat that i'm not familiar with gn, I s
brettw
2014/05/20 17:20:23
Yes, I made the comment more explicit about this.
|
| +content_common_gypi_values = exec_script( |
| + "//build/gypi_to_gn.py", |
| + [ rebase_path("../content_common.gypi") ], |
| + "scope", |
| + [ "../content_common.gypi" ]) |
| + |