From 435546810a7c48f09889c00600ad344850b71f95 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 29 Sep 2016 17:29:48 -0700 Subject: Move fxjs/include to fxjs BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2380713005 --- BUILD.gn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 3b872fe7c5..f2015c3d11 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1010,7 +1010,7 @@ if (pdf_enable_v8) { static_library("fxjs") { sources = [ "fxjs/fxjs_v8.cpp", - "fxjs/include/fxjs_v8.h", + "fxjs/fxjs_v8.h", ] configs += [ ":pdfium_core_config" ] deps = [ @@ -1029,18 +1029,18 @@ if (pdf_enable_v8) { if (pdf_enable_xfa) { sources += [ "fxjs/cfxjse_arguments.cpp", + "fxjs/cfxjse_arguments.h", "fxjs/cfxjse_class.cpp", + "fxjs/cfxjse_class.h", "fxjs/cfxjse_context.cpp", + "fxjs/cfxjse_context.h", "fxjs/cfxjse_isolatetracker.cpp", "fxjs/cfxjse_isolatetracker.h", "fxjs/cfxjse_runtimedata.cpp", "fxjs/cfxjse_runtimedata.h", "fxjs/cfxjse_value.cpp", - "fxjs/include/cfxjse_arguments.h", - "fxjs/include/cfxjse_class.h", - "fxjs/include/cfxjse_context.h", - "fxjs/include/cfxjse_value.h", - "fxjs/include/fxjse.h", + "fxjs/cfxjse_value.h", + "fxjs/fxjse.h", ] } } -- cgit v1.2.3