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

Side by Side Diff: gyp/sk_tool_utils.gyp

Issue 348623006: Add GYP target for sk_tool_utils.* component. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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/gm.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 Google Inc.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'sk_tool_utils',
mtklein 2014/06/20 01:05:24 Can this also not go in tools.gyp?
tfarina 2014/06/20 02:37:37 No, it creates a circular dependency. tools.gyp al
9 'type': 'static_library',
10 'sources': [
11 '../tools/sk_tool_utils.cpp',
12 '../tools/sk_tool_utils.h',
13 ],
14 'dependencies': [
15 'skia_lib.gyp:skia_lib',
16 ],
17 'direct_dependent_settings': {
18 'include_dirs': [
19 '../tools/',
20 ],
21 },
22 },
23 ]
24 }
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698