Skip to content

Commit

Permalink
Enable the multi_dll build of Chrome in GN on Windows
Browse files Browse the repository at this point in the history
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/1119193002

Cr-Commit-Position: refs/heads/master@{#328055}
  • Loading branch information
brettw authored and Commit bot committed May 2, 2015
1 parent 7122f57 commit 5849f99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/config/chrome_build.gni
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ declare_args() {
# Break chrome.dll into multple pieces based on process type. Only available
# on Windows.
# TODO(brettw) make this work. When it does, the declaration should be:
#is_multi_dll_chrome = is_win && !is_component_build
is_multi_dll_chrome = false
is_multi_dll_chrome = is_win && !is_component_build
}

0 comments on commit 5849f99

Please sign in to comment.