diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-10 16:11:42 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-10 16:11:42 -0800 |
commit | 211cab5b58151f09fbeafe2b18da77b63664c39d (patch) | |
tree | bac95161610f84c2c865ffc3657114ec91d5a111 /BUILD.gn | |
parent | 7d4c74d1b96d82681d49519c129262a1568e87d4 (diff) | |
download | pdfium-211cab5b58151f09fbeafe2b18da77b63664c39d.tar.xz |
Fix typos in BUILD.gn.chromium/2563chromium/2562chromium/2561
TBR=weili@chromium.org
Review URL: https://codereview.chromium.org/1419763005 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ source_set("test_support") { "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", |