[go: nahoru, domu]

content: Port content_shell_crash_service target to GN build.

This is necessary because it is one of the dependencies of the
'blink_tests' group that should be built.

BUG=483171
R=avi@chromium.org,dpranke@chromium.org

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/1138653004

Cr-Commit-Position: refs/heads/master@{#330164}
diff --git a/BUILD.gn b/BUILD.gn
index 021b1c7..5153efe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -750,8 +750,8 @@
 
     if (is_win) {
       deps += [
+        "//content/shell:crash_service",
         "//content/shell:layout_test_helper",
-        #'../content/content_shell_and_tests.gyp:content_shell_crash_service', TODO(GYP)
       ]
     }