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

Unified Diff: pdfium.gyp

Issue 1920863003: Roll v8 to 0ff89ea7 and update gyp references (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | samples/samples.gyp » ('j') | 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 9ca615d796619341e057feb386700aa94d61e6d8..48bc82d398e40bd4c9356d9fb8b3a1d9d9ace35f 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -829,10 +829,10 @@
'<(DEPTH)/v8/include',
],
'dependencies': [
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/v8/src/v8.gyp:v8',
],
'export_dependent_settings': [
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ '<(DEPTH)/v8/src/v8.gyp:v8',
],
'sources!': [
'fpdfsdk/javascript/JS_Runtime_Stub.cpp',
@@ -1017,8 +1017,8 @@
'<(DEPTH)/v8/include',
],
'dependencies': [
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
+ '<(DEPTH)/v8/src/v8.gyp:v8',
+ '<(DEPTH)/v8/src/v8.gyp:v8_libplatform',
],
'sources': [
'fpdfsdk/javascript/public_methods_embeddertest.cpp',
@@ -1050,8 +1050,8 @@
'<(DEPTH)/v8/include',
],
'dependencies': [
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
+ '<(DEPTH)/v8/src/v8.gyp:v8',
+ '<(DEPTH)/v8/src/v8.gyp:v8_libplatform',
],
}],
],
« no previous file with comments | « DEPS ('k') | samples/samples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698