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

Unified Diff: build/all.gyp

Issue 1502343007: XFA: Hide xfa targets in gyp (similar to GN) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years 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 | pdfium.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 62db1316179ae9171de9d88cb0738ee038d36b70..7e2ea613ff8b06e98c2774bc9157ba3ae8e9b69b 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -8,9 +8,7 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
- '../pdfium.gyp:pdfium',
- '../pdfium.gyp:pdfium_embeddertests',
- '../pdfium.gyp:pdfium_unittests',
+ '../pdfium.gyp:*',
'../samples/samples.gyp:*',
],
}
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698