diff options
author | dpranke <dpranke@chromium.org> | 2015-04-29 11:01:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-29 18:01:51 +0000 |
commit | db5a56c70e825e9d7492b4e05827d315349ff23d (patch) | |
tree | 63549f5218dcbc87c1b6ab09b260d5195148ef9d /build | |
parent | 2574b1b13231fc8348389716ac5630d9f853a1a5 (diff) | |
download | chromium_src-db5a56c70e825e9d7492b4e05827d315349ff23d.zip chromium_src-db5a56c70e825e9d7492b4e05827d315349ff23d.tar.gz chromium_src-db5a56c70e825e9d7492b4e05827d315349ff23d.tar.bz2 |
Build crash_service in Win GN builds.
R=scottmg@chromium.org, mark@chromium.org
BUG=354261
CQ_EXTRA_TRYBOTS=tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg,win_chromium_gn_x64_rel,win_chromium_gn_x64_dbg
Review URL: https://codereview.chromium.org/1115533002
Cr-Commit-Position: refs/heads/master@{#327521}
Diffstat (limited to 'build')
-rw-r--r-- | build/gn_migration.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi index c18b312..f2f5314 100644 --- a/build/gn_migration.gypi +++ b/build/gn_migration.gypi @@ -464,6 +464,7 @@ ['OS=="win"', { 'dependencies': [ '../base/base.gyp:pe_image_test', + '../chrome/chrome.gyp:crash_service', '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', '../chrome_elf/chrome_elf.gyp:dll_hash_main', '../components/components.gyp:wifi_test', @@ -610,7 +611,6 @@ '../chrome/chrome.gyp:app_installer', '../chrome/chrome.gyp:app_installer_unittests', '../chrome/chrome.gyp:app_shim', - '../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:gcapi_dll', '../chrome/chrome.gyp:gcapi_test', '../chrome/chrome.gyp:installer_util_unittests', |