Chromium Code Reviews| Index: views/views.gyp |
| diff --git a/views/views.gyp b/views/views.gyp |
| index 19b1e4a068bcd6f71bff2d13d5687b88bffa324e..2846a2193628185799c921a49474c00695f21baf 100644 |
| --- a/views/views.gyp |
| +++ b/views/views.gyp |
| @@ -40,6 +40,7 @@ |
| '../base/base.gyp:base_i18n', |
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| '../build/temp_gyp/googleurl.gyp:googleurl', |
| + '../chrome/chrome.gyp:common_constants', |
|
sky
2011/11/15 16:54:44
This isn't right. Why do we need this?
Gajen
2011/11/16 15:08:41
Done.
Not needed after Removal of chrome_switches.
|
| '../net/net.gyp:net', |
| '../skia/skia.gyp:skia', |
| '../third_party/icu/icu.gyp:icui18n', |
| @@ -330,6 +331,8 @@ |
| 'repeat_controller.h', |
| 'touchui/gesture_manager.cc', |
| 'touchui/gesture_manager.h', |
| + 'touchui/gesture_recognizer.cc', |
| + 'touchui/gesture_recognizer.h', |
| 'touchui/touch_selection_controller.cc', |
| 'touchui/touch_selection_controller.h', |
| 'touchui/touch_selection_controller_impl.cc', |