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

Side by Side Diff: gyp/gm.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove old code. Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « gyp/effects.gyp ('k') | gyp/gpu.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 # GYP file to build the "gm" (golden master) executable. 1 # GYP file to build the "gm" (golden master) executable.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gm_expectations', 8 'target_name': 'gm_expectations',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs' : [ 10 'include_dirs' : [
11 '../include/core/',
12 '../src/utils/', 11 '../src/utils/',
13 ], 12 ],
14 'sources': [ 13 'sources': [
15 '../gm/gm_expectations.h', 14 '../gm/gm_expectations.h',
16 '../gm/gm_expectations.cpp', 15 '../gm/gm_expectations.cpp',
17 ], 16 ],
18 'dependencies': [ 17 'dependencies': [
19 'skia_lib.gyp:skia_lib', 18 'skia_lib.gyp:skia_lib',
20 'jsoncpp.gyp:jsoncpp', 19 'jsoncpp.gyp:jsoncpp',
21 ], 20 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 ], 87 ],
89 }, 88 },
90 ], 89 ],
91 } 90 }
92 91
93 # Local Variables: 92 # Local Variables:
94 # tab-width:2 93 # tab-width:2
95 # indent-tabs-mode:nil 94 # indent-tabs-mode:nil
96 # End: 95 # End:
97 # vim: set expandtab tabstop=2 shiftwidth=2: 96 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gyp ('k') | gyp/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698