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

Unified Diff: gyp/tests.gyp

Issue 371853005: Move threadpool code from include/utils to tools/threadpool. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp Created 6 years, 5 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/public_headers.gypi ('k') | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gyp
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 155207ed6f38703360ecf7c448f9ce9022b32e77..a11ad66b5ac428f78eb824f06fba314de30027f6 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -11,7 +11,10 @@
'pathops_unittest.gypi',
'tests.gypi',
],
- 'dependencies': [ 'tools.gyp:crash_handler' ],
+ 'dependencies': [
+ 'tools.gyp:crash_handler',
+ 'tools.gyp:threadpool',
+ ],
'sources': [
'../tests/skia_test.cpp',
],
« no previous file with comments | « gyp/public_headers.gypi ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698