Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index e303669310cf49fc88fa34f229655d623b31a96f..9bcda35543b2a8c844a0d1a12d0cddff0f0b386c 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -435,6 +435,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 |