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

Side by Side Diff: gyp/flags.gyp

Issue 1548683002: Revert of Add config options to run different GPU APIs to dm and nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@commandbuffer-as-api-03-context-factory-glcontext-type
Patch Set: Created 4 years, 12 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') | include/core/SkString.h » ('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 # GYP file to build flag parser 5 # GYP file to build flag parser
6 # 6 #
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'flags', 10 'target_name': 'flags',
(...skipping 11 matching lines...) Expand all
22 ], 22 ],
23 'direct_dependent_settings': { 23 'direct_dependent_settings': {
24 'include_dirs': [ 24 'include_dirs': [
25 '../tools/flags', 25 '../tools/flags',
26 ], 26 ],
27 } 27 }
28 }, 28 },
29 { 29 {
30 'target_name': 'flags_common', 30 'target_name': 'flags_common',
31 'type': 'static_library', 31 'type': 'static_library',
32 'include_dirs': [
33 '../include/gpu',
34 '../src/gpu',
35 ],
36 'sources': [ 32 'sources': [
37 '../tools/flags/SkCommonFlags.cpp', 33 '../tools/flags/SkCommonFlags.cpp',
38 '../tools/flags/SkCommonFlags.h', 34 '../tools/flags/SkCommonFlags.h',
39 '../tools/flags/SkCommonFlagsConfig.cpp',
40 '../tools/flags/SkCommonFlagsConfig.h',
41 ], 35 ],
42 'dependencies': [ 36 'dependencies': [
43 'skia_lib.gyp:skia_lib', 37 'skia_lib.gyp:skia_lib',
44 'flags.gyp:flags', 38 'flags.gyp:flags',
45 ], 39 ],
46 'direct_dependent_settings': { 40 'direct_dependent_settings': {
47 'include_dirs': [ 41 'include_dirs': [
48 '../include/gpu',
49 '../src/gpu',
50 '../tools/flags', 42 '../tools/flags',
51 ], 43 ],
52 } 44 }
53 }, 45 },
54 ], 46 ],
55 } 47 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/core/SkString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698