Chromium Code Reviews| 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', |
| ], |