Fix typos in BUILD.gn. Accidentally reverted this while rebasing another CL. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1441473004 .
diff --git a/BUILD.gn b/BUILD.gn index bc68804..5b5a1b1 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -153,7 +153,7 @@ "testing/fx_string_testhelpers.h", "testing/test_support.cpp", "testing/test_support.h", - 'testing/utils/path_service.cpp', + "testing/utils/path_service.cpp", ] deps = [ "//testing/gmock",