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

Side by Side Diff: ui/ui_unittests.gypi

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed aura snapshot circular dependency Created 8 years 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
« content/common/view_messages.h ('K') | « 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'base/cocoa/focus_tracker_unittest.mm', 110 'base/cocoa/focus_tracker_unittest.mm',
111 'base/cocoa/fullscreen_window_manager_unittest.mm', 111 'base/cocoa/fullscreen_window_manager_unittest.mm',
112 'base/dialogs/select_file_dialog_win_unittest.cc', 112 'base/dialogs/select_file_dialog_win_unittest.cc',
113 'base/events/event_dispatcher_unittest.cc', 113 'base/events/event_dispatcher_unittest.cc',
114 'base/events/event_unittest.cc', 114 'base/events/event_unittest.cc',
115 'base/gtk/gtk_expanded_container_unittest.cc', 115 'base/gtk/gtk_expanded_container_unittest.cc',
116 'base/gtk/gtk_im_context_util_unittest.cc', 116 'base/gtk/gtk_im_context_util_unittest.cc',
117 'base/gtk/menu_label_accelerator_util_unittest.cc', 117 'base/gtk/menu_label_accelerator_util_unittest.cc',
118 'base/models/list_model_unittest.cc', 118 'base/models/list_model_unittest.cc',
119 'base/models/tree_node_model_unittest.cc', 119 'base/models/tree_node_model_unittest.cc',
120 'base/snapshot/snapshot_mac_unittest.mm',
120 'base/test/data/resource.h', 121 'base/test/data/resource.h',
121 'base/text/bytes_formatting_unittest.cc', 122 'base/text/bytes_formatting_unittest.cc',
122 'base/text/utf16_indexing_unittest.cc', 123 'base/text/utf16_indexing_unittest.cc',
123 'base/view_prop_unittest.cc', 124 'base/view_prop_unittest.cc',
124 'gfx/blit_unittest.cc', 125 'gfx/blit_unittest.cc',
125 'gfx/canvas_unittest.cc', 126 'gfx/canvas_unittest.cc',
126 'gfx/codec/jpeg_codec_unittest.cc', 127 'gfx/codec/jpeg_codec_unittest.cc',
127 'gfx/color_analysis_unittest.cc', 128 'gfx/color_analysis_unittest.cc',
128 'gfx/font_list_unittest.cc', 129 'gfx/font_list_unittest.cc',
129 'gfx/image/image_mac_unittest.mm', 130 'gfx/image/image_mac_unittest.mm',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'variables': { 291 'variables': {
291 'test_suite_name': 'ui_unittests', 292 'test_suite_name': 'ui_unittests',
292 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 293 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
293 }, 294 },
294 'includes': [ '../build/apk_test.gypi' ], 295 'includes': [ '../build/apk_test.gypi' ],
295 }, 296 },
296 ], 297 ],
297 }], 298 }],
298 ], 299 ],
299 } 300 }
OLDNEW
« content/common/view_messages.h ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698