| 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") | |
| 281 | 280 |
| 282 deps = [ | 281 deps = [ |
| 283 ":make_chrome_version", | 282 ":make_chrome_version", |
| 284 "//base", | 283 "//base", |
| 285 "//base/third_party/dynamic_annotations", | 284 "//base/third_party/dynamic_annotations", |
| 286 "//components/bookmarks/common", | 285 "//components/bookmarks/common", |
| 287 "//third_party/widevine/cdm:version_h", | 286 "//third_party/widevine/cdm:version_h", |
| 288 ] | 287 ] |
| 289 | 288 |
| 290 if (enable_nacl) { | 289 if (enable_nacl) { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "mac/app_mode_chrome_locator.mm", | 329 "mac/app_mode_chrome_locator.mm", |
| 331 "mac/app_mode_common.h", | 330 "mac/app_mode_common.h", |
| 332 "mac/app_mode_common.mm", | 331 "mac/app_mode_common.mm", |
| 333 ] | 332 ] |
| 334 | 333 |
| 335 deps = [ | 334 deps = [ |
| 336 ":constants", | 335 ":constants", |
| 337 "//base", | 336 "//base", |
| 338 ] | 337 ] |
| 339 } | 338 } |
| OLD | NEW |