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

Unified Diff: gyp/gm.gyp

Issue 299663006: Remove pdfviewer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove comment Created 6 years, 7 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 | « gyp/everything.gyp ('k') | gyp/most.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index b727afbd14ee65dcda6f3271dde81746d3a7d18b..44162e219e91ceb8e607d175a40623a5b90f9496 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -58,22 +58,11 @@
'-lcutils',
],
}],
- ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', {
+ ['skia_poppler_enabled', {
'sources': [
'../src/utils/SkPDFRasterizer.cpp',
],
}],
- ['skia_run_pdfviewer_in_gm', {
- 'defines': [
- 'SK_BUILD_NATIVE_PDF_RENDERER',
- ],
- 'include_dirs' : [
- '../experimental/PdfViewer/inc',
- ],
- 'dependencies': [
- 'pdfviewer_lib.gyp:pdfviewer_lib',
- ],
- }],
['skia_poppler_enabled', {
'dependencies': [
'poppler.gyp:*',
« no previous file with comments | « gyp/everything.gyp ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698