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

Unified Diff: gyp/flags.gyp

Issue 1490113005: 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 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/core/SkString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/flags.gyp
diff --git a/gyp/flags.gyp b/gyp/flags.gyp
index 0fd52b375b18c9c5e69bfcd88c5cf4a0ef1ec2b5..769a7bdb57721d1b35e212b7b41335c52006ae38 100644
--- a/gyp/flags.gyp
+++ b/gyp/flags.gyp
@@ -29,9 +29,15 @@
{
'target_name': 'flags_common',
'type': 'static_library',
+ 'include_dirs': [
+ '../include/gpu',
+ '../src/gpu',
+ ],
'sources': [
'../tools/flags/SkCommonFlags.cpp',
'../tools/flags/SkCommonFlags.h',
+ '../tools/flags/SkCommonFlagsConfig.cpp',
+ '../tools/flags/SkCommonFlagsConfig.h',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
@@ -39,6 +45,8 @@
],
'direct_dependent_settings': {
'include_dirs': [
+ '../include/gpu',
+ '../src/gpu',
'../tools/flags',
],
}
« 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