Chromium Code Reviews| Index: cc/cc.gyp |
| diff --git a/cc/cc.gyp b/cc/cc.gyp |
| index 9c10d54ab61df128edca0fdcafe0c666121c2b01..601bd6123e0c916a532768b6981001c30052eed6 100644 |
| --- a/cc/cc.gyp |
| +++ b/cc/cc.gyp |
| @@ -127,6 +127,8 @@ |
| 'quad_sink.h', |
| 'rate_limiter.cc', |
| 'rate_limiter.h', |
| + 'region.cc', |
| + 'region.h', |
| 'render_pass.cc', |
| 'render_pass.h', |
| 'render_pass_draw_quad.cc', |
| @@ -263,8 +265,6 @@ |
| ], |
| 'sources': [ |
| '<@(cc_source_files)', |
| - 'stubs/Region.h', |
| - |
| 'stubs/config.h', |
| ], |
| }, |