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

Unified Diff: pdfium.gyp

Issue 374123002: Hook up the default v8::Platform implementation to pdfium (Closed) Base URL: https://pdfium.googlesource.com/pdfium/@master
Patch Set: Created 6 years, 5 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/include/jsapi/fxjs_v8.h ('K') | « fpdfsdk/src/javascript/JS_Runtime.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 34d69594308025d2032f6325acddd31afba37cdf..0bf850b7cf15ecb974a522b9fbadac8208908e0e 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -760,9 +760,11 @@
'type': 'static_library',
'include_dirs': [
'<(DEPTH)/v8/include',
+ '<(DEPTH)/v8',
],
'dependencies': [
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
],
'export_dependent_settings': [
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
@@ -824,6 +826,7 @@
],
'include_dirs': [
'<(DEPTH)/v8/include',
+ '<(DEPTH)/v8',
],
'ldflags': [ '-L<(PRODUCT_DIR)',],
'sources': [
« fpdfsdk/include/jsapi/fxjs_v8.h ('K') | « fpdfsdk/src/javascript/JS_Runtime.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698