commit | 2b2364bb2c6fbb88e6a4550abeb9141bc7cb949c | [log] [tgz] |
---|---|---|
author | brettw <[email protected]> | Fri May 01 22:36:23 2015 |
committer | Commit bot <[email protected]> | Fri May 01 22:36:58 2015 |
tree | f9a32a6b8de3cd777ba9078cebd63de62142fe5e | |
parent | 7fe661b47213d343058810597851e30eeb68ad8b [diff] [blame] |
Add a GN flag for the Windows multi-dll build. The first pass of moving the other Chrome-specific build flags out of the root build config file and into the new one. This requires both ffmpeg and Blink changes to finish landing. Originally landed as https://codereview.chromium.org/1120803003/ [email protected] [email protected] (widevine) CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1123433002 Cr-Commit-Position: refs/heads/master@{#327998}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index 9bb4270..fc384b76 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//build/config/chrome_build.gni") import("//build/config/crypto.gni") import("//build/config/features.gni") import("//build/config/ui.gni")