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

Unified Diff: build/all.gyp

Issue 1395733006: Allow compiling PDFium without V8. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Always build with V8 under GN. Created 5 years, 2 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
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 7e2ea613ff8b06e98c2774bc9157ba3ae8e9b69b..62db1316179ae9171de9d88cb0738ee038d36b70 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -8,7 +8,9 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
- '../pdfium.gyp:*',
+ '../pdfium.gyp:pdfium',
+ '../pdfium.gyp:pdfium_embeddertests',
+ '../pdfium.gyp:pdfium_unittests',
'../samples/samples.gyp:*',
],
}
« no previous file with comments | « BUILD.gn ('k') | fpdfsdk/include/javascript/IJavaScript.h » ('j') | pdfium.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698