diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-10 16:18:38 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-10 16:18:38 -0800 |
commit | 6a37bfaf09bc209c2da48aecf170d898e56347fa (patch) | |
tree | e2f70d6ca6f37d68aac4a0696a8aad97878d043f /BUILD.gn | |
parent | 4237aedc2efb0e7a8479148592af349addf86a89 (diff) | |
download | pdfium-6a37bfaf09bc209c2da48aecf170d898e56347fa.tar.xz |
Merge to XFA: Fix typos in BUILD.gn.
TBR=weili@chromium.org
Review URL: https://codereview.chromium.org/1419763005 .
(cherry picked from commit 211cab5b58151f09fbeafe2b18da77b63664c39d)
Review URL: https://codereview.chromium.org/1407413016 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,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", |