summaryrefslogtreecommitdiff
path: root/samples/samples.gyp
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2014-06-05 12:45:33 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-06-05 12:50:15 -0700
commitd68f9a3e646555e292a1f184560149e8a3e629ac (patch)
tree4b82855d3fda21008059a5b19a2f1e4a3a932e82 /samples/samples.gyp
parentf0a5576384e6def4f1fe78d6e0b12b0a9d710bf8 (diff)
downloadpdfium-chromium/2035.tar.xz
The GYP target is now called "pdfium" rather than "fpdfsdk". Original pach by Brett Wilson <brettw@chromium.org>
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r--samples/samples.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp
index e576d99ebf..0c8ee93661 100644
--- a/samples/samples.gyp
+++ b/samples/samples.gyp
@@ -6,7 +6,7 @@
'target_defaults': {
'type': 'executable',
'dependencies': [
- '../pdfium.gyp:fpdfsdk',
+ '../pdfium.gyp:pdfium',
],
'include_dirs': ['<(DEPTH)'],
},
@@ -18,4 +18,4 @@
],
},
],
-} \ No newline at end of file
+}