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

Side by Side Diff: samples/samples.gyp

Issue 901313002: Fix build of pdfium_diff (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « samples/image_diff_png.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'type': 'executable', 7 'type': 'executable',
8 'dependencies': [ 8 'dependencies': [
9 '../pdfium.gyp:pdfium', 9 '../pdfium.gyp:pdfium',
10 ], 10 ],
11 'include_dirs': ['<(DEPTH)'], 11 'include_dirs': ['<(DEPTH)'],
12 }, 12 },
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'pdfium_test', 15 'target_name': 'pdfium_test',
16 'sources': [ 16 'sources': [
17 'pdfium_test.cc', 17 'pdfium_test.cc',
18 'image_diff_png.cc', 18 'image_diff_png.cc',
19 ], 19 ],
20 }, 20 },
21 { 21 {
22 'target_name': 'pdfium_diff', 22 'target_name': 'pdfium_diff',
23 'type': 'executable', 23 'type': 'executable',
24 'variables': { 'enable_wexit_time_destructors': 1, }, 24 'variables': { 'enable_wexit_time_destructors': 1, },
25 'dependencies': [ 25 'dependencies': [
26 '../pdfium.gyp:fxcodec', 26 '../pdfium.gyp:fxcodec',
27 '../third_party/third_party.gyp:safemath', 27 '../third_party/third_party.gyp:pdfium_base',
28 ], 28 ],
29 'include_dirs': [ 29 'include_dirs': [
30 '../../', 30 '../../',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'image_diff.cc', 33 'image_diff.cc',
34 'image_diff_png.h', 34 'image_diff_png.h',
35 'image_diff_png.cc', 35 'image_diff_png.cc',
36 ], 36 ],
37 }, 37 },
38 ], 38 ],
39 } 39 }
OLDNEW
« no previous file with comments | « samples/image_diff_png.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698