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

Unified Diff: pdfium.gyp

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
« fpdfsdk/javascript/JS_Runtime.h ('K') | « fpdfsdk/javascript/util.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 06f960b1d4b4952736e14183346c2d6c5bf3727d..f7ac46204bc2d284a64ac4c8cc15ae63d01c452c 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -795,7 +795,8 @@
'target_name': 'javascript',
'type': 'static_library',
'sources': [
- 'fpdfsdk/include/javascript/IJavaScript.h',
+ 'fpdfsdk/javascript/ijs_context.h',
+ 'fpdfsdk/javascript/ijs_runtime.h',
'fpdfsdk/javascript/JS_Runtime_Stub.cpp',
],
'conditions': [
« fpdfsdk/javascript/JS_Runtime.h ('K') | « fpdfsdk/javascript/util.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698