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

Side by Side Diff: gyp/resources.gyp

Issue 344213003: Move BenchTimer to tools as Timer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixes 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
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': 'resources',
9 'type': 'static_library',
10 'sources': [
11 '../tools/Resources.cpp',
12 '../tools/Resources.h',
13 ],
14 'dependencies': [
15 'flags.gyp:flags',
16 'skia_lib.gyp:skia_lib',
17 ],
18 'direct_dependent_settings': {
19 'include_dirs': [
20 '../tools/',
21 ],
22 },
23 },
24 ]
25 }
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/skia_launcher.gyp » ('j') | tools/timer/GpuTimer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698