| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'network/network_list.h', | 88 'network/network_list.h', |
| 89 'network/network_list_delegate.h', | 89 'network/network_list_delegate.h', |
| 90 'network/network_state_notifier.cc', | 90 'network/network_state_notifier.cc', |
| 91 'network/network_state_notifier.h', | 91 'network/network_state_notifier.h', |
| 92 'touch_exploration_controller.cc', | 92 'touch_exploration_controller.cc', |
| 93 'touch_exploration_controller.h', | 93 'touch_exploration_controller.h', |
| 94 'user_activity_power_manager_notifier.cc', | 94 'user_activity_power_manager_notifier.cc', |
| 95 'user_activity_power_manager_notifier.h', | 95 'user_activity_power_manager_notifier.h', |
| 96 ], | 96 ], |
| 97 }, # target_name: ui_chromeos | 97 }, # target_name: ui_chromeos |
| 98 { |
| 99 'target_name': 'ui_chromeos_unittests', |
| 100 'type': '<(gtest_target_type)', |
| 101 'dependencies': [ |
| 102 '../../base/base.gyp:test_support_base', |
| 103 '../../chromeos/chromeos.gyp:chromeos', |
| 104 '../../skia/skia.gyp:skia', |
| 105 '../../testing/gtest.gyp:gtest', |
| 106 '../aura/aura.gyp:aura_test_support', |
| 107 '../compositor/compositor.gyp:compositor', |
| 108 '../message_center/message_center.gyp:message_center', |
| 109 '../resources/ui_resources.gyp:ui_test_pak', |
| 110 '../views/views.gyp:views', |
| 111 '../views/views.gyp:views_test_support', |
| 112 'ui_chromeos', |
| 113 ], |
| 114 'sources': [ |
| 115 '../chromeos/ime/candidate_view_unittest.cc', |
| 116 '../chromeos/ime/candidate_window_view_unittest.cc', |
| 117 '../chromeos/ime/input_method_menu_item_unittest.cc', |
| 118 '../chromeos/ime/input_method_menu_manager_unittest.cc', |
| 119 '../chromeos/network/network_state_notifier_unittest.cc', |
| 120 '../chromeos/touch_exploration_controller_unittest.cc', |
| 121 'run_all_unittests.cc', |
| 122 ], |
| 123 }, # target_name: ui_chromeos_unittests |
| 98 ], | 124 ], |
| 99 } | 125 } |
| OLD | NEW |