diff options
author | Oliver Chang <ochang@chromium.org> | 2015-11-12 22:03:10 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-11-12 22:03:10 -0800 |
commit | d46f1c83038bbe05e5ad072f157b830b03706e8b (patch) | |
tree | d20becf795bd071ae1620264ae59b7148b43293e /BUILD.gn | |
parent | 1fb6e795db802285484e704ca8b9b04ffa06dab5 (diff) | |
download | pdfium-d46f1c83038bbe05e5ad072f157b830b03706e8b.tar.xz |
Merge to XFA: Fix typos in BUILD.gn.
Accidentally reverted this while rebasing another CL.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1441473004 .
(cherry picked from commit 4274ea205ca2219f6a4cfc54025284c1aa3b14b8)
Review URL: https://codereview.chromium.org/1438173003 .
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", |