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("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
6 | 6 |
7 gypi_values = exec_script("//build/gypi_to_gn.py", | 7 gypi_values = exec_script("//build/gypi_to_gn.py", |
8 [ rebase_path("../chrome_common.gypi") ], | 8 [ rebase_path("../chrome_common.gypi") ], |
9 "scope", | 9 "scope", |
10 [ "../chrome_common.gypi" ]) | 10 [ "../chrome_common.gypi" ]) |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 "env_vars.h", | 270 "env_vars.h", |
271 "net/test_server_locations.cc", | 271 "net/test_server_locations.cc", |
272 "net/test_server_locations.h", | 272 "net/test_server_locations.h", |
273 "pref_font_script_names-inl.h", | 273 "pref_font_script_names-inl.h", |
274 "pref_font_webkit_names.h", | 274 "pref_font_webkit_names.h", |
275 "pref_names.cc", | 275 "pref_names.cc", |
276 "pref_names.h", | 276 "pref_names.h", |
277 "widevine_cdm_constants.cc", | 277 "widevine_cdm_constants.cc", |
278 "widevine_cdm_constants.h", | 278 "widevine_cdm_constants.h", |
279 ] | 279 ] |
| 280 sources += get_target_outputs(":make_chrome_version") |
280 | 281 |
281 deps = [ | 282 deps = [ |
282 ":make_chrome_version", | 283 ":make_chrome_version", |
283 "//base", | 284 "//base", |
284 "//base/third_party/dynamic_annotations", | 285 "//base/third_party/dynamic_annotations", |
285 "//components/bookmarks/common", | 286 "//components/bookmarks/common", |
286 "//third_party/widevine/cdm:version_h", | 287 "//third_party/widevine/cdm:version_h", |
287 ] | 288 ] |
288 | 289 |
289 if (enable_nacl) { | 290 if (enable_nacl) { |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 "mac/app_mode_chrome_locator.mm", | 330 "mac/app_mode_chrome_locator.mm", |
330 "mac/app_mode_common.h", | 331 "mac/app_mode_common.h", |
331 "mac/app_mode_common.mm", | 332 "mac/app_mode_common.mm", |
332 ] | 333 ] |
333 | 334 |
334 deps = [ | 335 deps = [ |
335 ":constants", | 336 ":constants", |
336 "//base", | 337 "//base", |
337 ] | 338 ] |
338 } | 339 } |
OLD | NEW |