Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1152)

Side by Side Diff: BUILD.gn

Issue 1847583004: Move the fpdfsdk/include/javascript folder (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | fpdfsdk/javascript/JS_Context.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "fpdfsdk/pdfwindow/PWL_Utils.cpp", 774 "fpdfsdk/pdfwindow/PWL_Utils.cpp",
775 "fpdfsdk/pdfwindow/PWL_Utils.h", 775 "fpdfsdk/pdfwindow/PWL_Utils.h",
776 "fpdfsdk/pdfwindow/PWL_Wnd.cpp", 776 "fpdfsdk/pdfwindow/PWL_Wnd.cpp",
777 "fpdfsdk/pdfwindow/PWL_Wnd.h", 777 "fpdfsdk/pdfwindow/PWL_Wnd.h",
778 ] 778 ]
779 configs += [ ":pdfium_config" ] 779 configs += [ ":pdfium_config" ]
780 } 780 }
781 781
782 static_library("javascript") { 782 static_library("javascript") {
783 sources = [ 783 sources = [
784 "fpdfsdk/include/javascript/IJavaScript.h", 784 "fpdfsdk/javascript/ijs_context.h",
785 "fpdfsdk/javascript/ijs_runtime.h",
785 ] 786 ]
786 if (pdf_enable_v8) { 787 if (pdf_enable_v8) {
787 sources += [ 788 sources += [
788 "fpdfsdk/include/jsapi/fxjs_v8.h", 789 "fpdfsdk/include/jsapi/fxjs_v8.h",
789 "fpdfsdk/javascript/Consts.cpp", 790 "fpdfsdk/javascript/Consts.cpp",
790 "fpdfsdk/javascript/Consts.h", 791 "fpdfsdk/javascript/Consts.h",
791 "fpdfsdk/javascript/Document.cpp", 792 "fpdfsdk/javascript/Document.cpp",
792 "fpdfsdk/javascript/Document.h", 793 "fpdfsdk/javascript/Document.h",
793 "fpdfsdk/javascript/Field.cpp", 794 "fpdfsdk/javascript/Field.cpp",
794 "fpdfsdk/javascript/Field.h", 795 "fpdfsdk/javascript/Field.h",
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 "//v8:v8_libplatform", 1671 "//v8:v8_libplatform",
1671 ] 1672 ]
1672 include_dirs += [ 1673 include_dirs += [
1673 "//v8", 1674 "//v8",
1674 "//v8/include", 1675 "//v8/include",
1675 ] 1676 ]
1676 configs += [ "//v8:external_startup_data" ] 1677 configs += [ "//v8:external_startup_data" ]
1677 } 1678 }
1678 configs += [ ":pdfium_config" ] 1679 configs += [ ":pdfium_config" ]
1679 } 1680 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | fpdfsdk/javascript/JS_Context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698