diff options
author | Oliver Chang <ochang@chromium.org> | 2015-11-12 15:49:08 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-11-12 15:49:08 -0800 |
commit | 4274ea205ca2219f6a4cfc54025284c1aa3b14b8 (patch) | |
tree | 5b4a100068cdce797130cb1b3e4dd63ad2fc5e09 /BUILD.gn | |
parent | 182d129bcee8f7731b9bbfde0064295ad3b37271 (diff) | |
download | pdfium-4274ea205ca2219f6a4cfc54025284c1aa3b14b8.tar.xz |
Fix typos in BUILD.gn.chromium/2566chromium/2565
Accidentally reverted this while rebasing another CL.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1441473004 .
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", |