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

Unified Diff: remoting/remoting.gyp

Issue 7491070: Switch over to using SkRegions to calculate dirty areas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up comments Created 9 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 2369896d2ff59ec6c9f793e71836d62bba8f7a5c..3f4071d3a678e2b756708009f48fd3d6dff87288 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -95,6 +95,8 @@
],
'include_dirs': [
'..', # Root of Chrome checkout
+ '../skia/config',
+ '../third_party/skia/include/config',
Wez 2011/08/08 20:49:34 Do we need these if our targets have appropriate S
dmac 2011/08/10 20:30:36 Tightened up the includes properly.
],
},
@@ -330,7 +332,6 @@
'base/task_thread_proxy.h',
'base/tracer.cc',
'base/tracer.h',
- 'base/types.h',
'base/util.cc',
'base/util.h',
],

Powered by Google App Engine
This is Rietveld 408576698