Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Side by Side Diff: chrome/common/BUILD.gn

Issue 1117063004: Revert of Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_repack_locales.gni ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_locales.gni ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698