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

Unified Diff: gyp/tools.gyp

Issue 1671573002: Create a thermal manager class and wire it in to nanobench behind a flag (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/bench.gyp ('k') | tools/ThermalManager.h » ('j') | tools/ThermalManager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index b585e16541dd7088902189d71d3ff1ad2b2376bd..c7443f7fd6e0c8995b6a1e600e61b365ed07c2f9 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -414,6 +414,19 @@
],
},
{
+ 'target_name': 'thermal_manager',
+ 'type': 'static_library',
+ 'sources': [
+ '../tools/ThermalManager.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '../tools', ],
+ },
+ },
+ {
'target_name': 'test_public_includes',
'type': 'static_library',
# Ensure that our public headers don't have unused params so that clients
« no previous file with comments | « gyp/bench.gyp ('k') | tools/ThermalManager.h » ('j') | tools/ThermalManager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698