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

Unified Diff: gyp/SampleApp.gyp

Issue 1266093003: Remove experimental/PdfViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-03 (Monday) 10:43:56 EDT Created 5 years, 4 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 | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 88d1200cbcab3750d7ebbe54e175c07e20c56a7f..0d8b1b34a946b41e0b8a3f9d0b4d54d52a2884e4 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -7,10 +7,6 @@
'includes': [
'apptype_console.gypi',
],
- 'variables': {
- #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
- 'sample_pdf_file_viewer%': 0,
- },
'targets': [
{
'target_name': 'SampleApp',
@@ -162,21 +158,7 @@
'views_animated.gyp:views_animated',
'xml.gyp:xml',
],
- 'conditions' : [
- [ 'sample_pdf_file_viewer == 1', {
- 'defines': [
- 'SAMPLE_PDF_FILE_VIEWER',
- ],
- 'dependencies': [
- 'pdfviewer_lib.gyp:pdfviewer_lib',
- ],
- 'include_dirs' : [
- '../experimental/PdfViewer/inc',
- ],
- 'sources': [
- '../samplecode/SamplePdfFileViewer.cpp',
- ]
- }],
+ 'conditions' : [
[ 'skia_os == "win"', {
'sources!': [
# require UNIX functions
« no previous file with comments | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698