| Index: ui/base/ui_base_tests.gyp
|
| diff --git a/ui/base/ui_base_tests.gyp b/ui/base/ui_base_tests.gyp
|
| index 287761d4746cbc06a349ec132f57e50390acb789..dc40b4eb2c0c7e18b6db390e4927f275c57da1fe 100644
|
| --- a/ui/base/ui_base_tests.gyp
|
| +++ b/ui/base/ui_base_tests.gyp
|
| @@ -64,6 +64,7 @@
|
| 'cocoa/nsview_additions_unittest.mm',
|
| 'cocoa/tracking_area_unittest.mm',
|
| 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
|
| + 'ime/android/cursor_anchor_info_controller_unittest.cc',
|
| 'ime/candidate_window_unittest.cc',
|
| 'ime/chromeos/character_composer_unittest.cc',
|
| 'ime/composition_text_util_pango_unittest.cc',
|
| @@ -140,6 +141,7 @@
|
| }],
|
| ['OS == "android"', {
|
| 'dependencies': [
|
| + '../../cc/cc.gyp:cc',
|
| '../../testing/android/native_test.gyp:native_test_native_code',
|
| ],
|
| 'sources!': [
|
|
|