Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1531)

Side by Side Diff: ui/ui_unittests.gypi

Issue 12763002: Move CrTrackingArea from chrome/browser/ui/cocoa to ui/base/cocoa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test in namespace Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 'all_sources': [ 105 'all_sources': [
106 '<@(_common_sources)', 106 '<@(_common_sources)',
107 'base/accelerators/accelerator_manager_unittest.cc', 107 'base/accelerators/accelerator_manager_unittest.cc',
108 'base/clipboard/clipboard_unittest.cc', 108 'base/clipboard/clipboard_unittest.cc',
109 'base/clipboard/custom_data_helper_unittest.cc', 109 'base/clipboard/custom_data_helper_unittest.cc',
110 'base/cocoa/base_view_unittest.mm', 110 'base/cocoa/base_view_unittest.mm',
111 'base/cocoa/events_mac_unittest.mm', 111 'base/cocoa/events_mac_unittest.mm',
112 'base/cocoa/focus_tracker_unittest.mm', 112 'base/cocoa/focus_tracker_unittest.mm',
113 'base/cocoa/fullscreen_window_manager_unittest.mm', 113 'base/cocoa/fullscreen_window_manager_unittest.mm',
114 'base/cocoa/tracking_area_unittest.mm',
114 'base/events/event_dispatcher_unittest.cc', 115 'base/events/event_dispatcher_unittest.cc',
115 'base/events/event_unittest.cc', 116 'base/events/event_unittest.cc',
116 'base/gtk/gtk_expanded_container_unittest.cc', 117 'base/gtk/gtk_expanded_container_unittest.cc',
117 'base/gtk/gtk_im_context_util_unittest.cc', 118 'base/gtk/gtk_im_context_util_unittest.cc',
118 'base/gtk/menu_label_accelerator_util_unittest.cc', 119 'base/gtk/menu_label_accelerator_util_unittest.cc',
119 'base/keycodes/usb_keycode_map_unittest.cc', 120 'base/keycodes/usb_keycode_map_unittest.cc',
120 'base/models/list_model_unittest.cc', 121 'base/models/list_model_unittest.cc',
121 'base/models/list_selection_model_unittest.cc', 122 'base/models/list_selection_model_unittest.cc',
122 'base/models/tree_node_model_unittest.cc', 123 'base/models/tree_node_model_unittest.cc',
123 'base/test/data/resource.h', 124 'base/test/data/resource.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'variables': { 305 'variables': {
305 'test_suite_name': 'ui_unittests', 306 'test_suite_name': 'ui_unittests',
306 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 307 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
307 }, 308 },
308 'includes': [ '../build/apk_test.gypi' ], 309 'includes': [ '../build/apk_test.gypi' ],
309 }, 310 },
310 ], 311 ],
311 }], 312 }],
312 ], 313 ],
313 } 314 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698