| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index e72e5bee725a17b5692be7d4dd395823ee794cb1..0faf72b62f4ea3895c3a8b09b24fb488291e391d 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -35,6 +35,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',
|
| '../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',
|
|
|