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

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

Issue 1123433002: 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_watcher/BUILD.gn ('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")
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698