diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 17:03:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 17:03:59 -0700 |
commit | 0bb385b1093740cc03c5d19847819d852aecc4bf (patch) | |
tree | 6ce5be28b3c0a27f8011f98ce45f5f589ed86736 /BUILD.gn | |
parent | bec76925d40d28e6c26ca4bb456368ff5f69a607 (diff) | |
download | pdfium-0bb385b1093740cc03c5d19847819d852aecc4bf.tar.xz |
Move fpdfsdk/fxedit/include to fpdfsdk/fxedit
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2375963006
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -870,12 +870,12 @@ static_library("fxge") { static_library("fxedit") { sources = [ + "fpdfsdk/fxedit/fx_edit.h", "fpdfsdk/fxedit/fxet_ap.cpp", "fpdfsdk/fxedit/fxet_edit.cpp", + "fpdfsdk/fxedit/fxet_edit.h", "fpdfsdk/fxedit/fxet_list.cpp", - "fpdfsdk/fxedit/include/fx_edit.h", - "fpdfsdk/fxedit/include/fxet_edit.h", - "fpdfsdk/fxedit/include/fxet_list.h", + "fpdfsdk/fxedit/fxet_list.h", ] configs += [ ":pdfium_core_config" ] deps = [ |