| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index bee4778ee8fc5c0ef7f1c689f1b8c729432cf9cb..8aa39c14d0e22c2e55ae57fa5d248696f342c6a8 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -412,6 +412,7 @@
|
| 'shelf/app_list_button.h',
|
| 'shelf/app_list_shelf_item_delegate.cc',
|
| 'shelf/app_list_shelf_item_delegate.h',
|
| + 'shelf/ink_drop_button_listener.h',
|
| 'shelf/overflow_bubble.cc',
|
| 'shelf/overflow_bubble.h',
|
| 'shelf/overflow_bubble_view.cc',
|
| @@ -1248,6 +1249,7 @@
|
| '../content/content.gyp:content_browser',
|
| '../content/content_shell_and_tests.gyp:test_support_content',
|
| '../skia/skia.gyp:skia',
|
| + '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
|
|