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

Unified Diff: gyp/ports.gyp

Issue 491733003: HACK NOT FOR COMMIT time font init Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix gyp Created 6 years, 4 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 | « no previous file | src/ports/SkFontMgr_android.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 924c7809ace04ac2ee5f967157a766538bd19cb0..53f948966bf9a86bc0a4f39f9b98005b76098bb0 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -21,8 +21,17 @@
'../src/ports',
'../src/sfnt',
'../src/utils',
+
+ '../include/gpu',
+ '../include/gpu/gl',
+ '../src/gpu',
+ '../src/gpu/gl',
],
'sources': [
+ '../tools/timer/Timer.cpp',
+ '../tools/timer/GpuTimer.cpp',
+ '../tools/timer/SysTimer_posix.cpp',
+
'../src/ports/SkAtomics_sync.h',
'../src/ports/SkAtomics_win.h',
'../src/ports/SkMutex_pthread.h',
« no previous file with comments | « no previous file | src/ports/SkFontMgr_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698