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

Side by Side Diff: gyp/viewer.gyp

Issue 2205903004: GN: get echo-headers sources via exec_script (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: still needed for Mac Created 4 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 unified diff | Download patch
« no previous file with comments | « gyp/tools.gyp ('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 2016 Google Inc. 1 # Copyright 2016 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 # GYP file to build performance testbench. 5 # GYP file to build performance testbench.
6 # 6 #
7 { 7 {
8 'includes': [ 8 'includes': [
9 'apptype_console.gypi', 9 'apptype_console.gypi',
10 ], 10 ],
(...skipping 13 matching lines...) Expand all
24 '../src/effects', 24 '../src/effects',
25 '../src/gpu', 25 '../src/gpu',
26 '../src/image', 26 '../src/image',
27 '../src/images', 27 '../src/images',
28 '../src/pathops', 28 '../src/pathops',
29 '../src/views/unix', 29 '../src/views/unix',
30 '../tools/timer', 30 '../tools/timer',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 '../gm/gm.cpp', 33 '../gm/gm.cpp',
34 '<!@(python find.py ../tools/viewer "*.cpp")', 34 '<!@(python find.py "*.cpp" ../tools/viewer)',
35 35
36 # views (subset of files for the Android build) 36 # views (subset of files for the Android build)
37 '../src/views/SkEvent.cpp', 37 '../src/views/SkEvent.cpp',
38 '../src/views/SkEventSink.cpp', 38 '../src/views/SkEventSink.cpp',
39 '../src/views/SkOSMenu.cpp', 39 '../src/views/SkOSMenu.cpp',
40 '../src/views/SkTagList.cpp', 40 '../src/views/SkTagList.cpp',
41 '../src/views/SkTagList.h', 41 '../src/views/SkTagList.h',
42 '../src/views/SkTouchGesture.cpp', 42 '../src/views/SkTouchGesture.cpp',
43 '../src/views/SkView.cpp', 43 '../src/views/SkView.cpp',
44 '../src/views/SkViewPriv.cpp', 44 '../src/views/SkViewPriv.cpp',
45 '../src/views/SkViewPriv.h', 45 '../src/views/SkViewPriv.h',
46 '../src/views/unix/keysym2ucs.c', 46 '../src/views/unix/keysym2ucs.c',
47 ], 47 ],
48 'sources!': [ 48 'sources!': [
49 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile 49 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile
50 '../samplecode/SampleFontCache.cpp', #relies on pthread.h 50 '../samplecode/SampleFontCache.cpp', #relies on pthread.h
51 ], 51 ],
52 'dependencies': [ 52 'dependencies': [
53 'flags.gyp:flags', 53 'flags.gyp:flags',
54 'gputest.gyp:skgputest', 54 'gputest.gyp:skgputest',
55 'jsoncpp.gyp:jsoncpp', 55 'jsoncpp.gyp:jsoncpp',
56 'skia_lib.gyp:skia_lib', 56 'skia_lib.gyp:skia_lib',
57 'tools.gyp:crash_handler', 57 'tools.gyp:crash_handler',
58 'tools.gyp:proc_stats', 58 'tools.gyp:proc_stats',
59 'tools.gyp:resources', 59 'tools.gyp:resources',
60 'tools.gyp:sk_tool_utils', 60 'tools.gyp:sk_tool_utils',
61 'tools.gyp:timer', 61 'tools.gyp:timer',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ], 106 ],
107 }], 107 }],
108 ['skia_vulkan == 0', { 108 ['skia_vulkan == 0', {
109 'sources/': [ ['exclude', 'Vulkan'] 109 'sources/': [ ['exclude', 'Vulkan']
110 ], 110 ],
111 }], 111 }],
112 ], 112 ],
113 }, 113 },
114 ], 114 ],
115 } 115 }
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698