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

Side by Side Diff: gyp/FileReaderApp.gyp

Issue 1568883003: remove SkGPipe (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | « dm/DMSrcSink.cpp ('k') | gyp/SampleApp.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'FileReaderApp', 8 'target_name': 'FileReaderApp',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle' : 1, 10 'mac_bundle' : 1,
11 11
12 'include_dirs' : [ 12 'include_dirs' : [
13 '../include/pipe',
14 '../experimental/FileReaderApp', 13 '../experimental/FileReaderApp',
15 '../experimental/SimpleCocoaApp', 14 '../experimental/SimpleCocoaApp',
16 ], 15 ],
17 'sources': [ 16 'sources': [
18 '../experimental/FileReaderApp/ReaderView.cpp', 17 '../experimental/FileReaderApp/ReaderView.cpp',
19 '../src/pipe/SkGPipeRead.cpp',
20 ], 18 ],
21 'sources!': [ 19 'sources!': [
22 '../src/utils/mac/SkOSWindow_Mac.cpp', 20 '../src/utils/mac/SkOSWindow_Mac.cpp',
23 ], 21 ],
24 'dependencies': [ 22 'dependencies': [
25 'skia_lib.gyp:skia_lib', 23 'skia_lib.gyp:skia_lib',
26 'views.gyp:views', 24 'views.gyp:views',
27 'xml.gyp:xml', 25 'xml.gyp:xml',
28 ], 26 ],
29 'conditions' : [ 27 'conditions' : [
(...skipping 30 matching lines...) Expand all
60 }, 58 },
61 'mac_bundle_resources' : [ 59 'mac_bundle_resources' : [
62 '../experimental/FileReaderApp/English.lproj/InfoPlist.strings', 60 '../experimental/FileReaderApp/English.lproj/InfoPlist.strings',
63 '../experimental/FileReaderApp/English.lproj/MainMenu.xib', 61 '../experimental/FileReaderApp/English.lproj/MainMenu.xib',
64 ], 62 ],
65 }], 63 }],
66 ], 64 ],
67 }, 65 },
68 ], 66 ],
69 } 67 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | gyp/SampleApp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698