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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | fpdfsdk/javascript/JS_Context.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a21c0da26360cca57677ba258301126d77ae0eb4..406ebc5df56bbe46f5ad02b7c368c2afc95cf994 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -781,7 +781,8 @@ static_library("pdfwindow") {
static_library("javascript") {
sources = [
- "fpdfsdk/include/javascript/IJavaScript.h",
+ "fpdfsdk/javascript/ijs_context.h",
+ "fpdfsdk/javascript/ijs_runtime.h",
]
if (pdf_enable_v8) {
sources += [
« 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