OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//extensions/shell/app_shell.gni") | 5 import("//extensions/shell/app_shell.gni") |
6 | 6 |
7 # Technically, this directory should not depend on files from src/chrome, but | 7 # Technically, this directory should not depend on files from src/chrome, but |
8 # that's where the VERSION file is. This should probably all be moved to | 8 # that's where the VERSION file is. This should probably all be moved to |
9 # src/build. | 9 # src/build. |
10 import("//chrome/version.gni") | 10 import("//chrome/version.gni") |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 sources += nacl_sources | 176 sources += nacl_sources |
177 } | 177 } |
178 } | 178 } |
179 | 179 |
180 if (is_win) { | 180 if (is_win) { |
181 deps += [ "//base/allocator" ] | 181 deps += [ "//base/allocator" ] |
182 } | 182 } |
183 } | 183 } |
184 | 184 |
185 process_version("version_header") { | 185 process_version("version_header") { |
186 source = "common/version.h.in" | 186 template_file = "common/version.h.in" |
187 output = "$target_gen_dir/common/version.h" | 187 output = "$target_gen_dir/common/version.h" |
188 } | 188 } |
OLD | NEW |