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

Side by Side Diff: ui/views/views.gyp

Issue 10910144: Get mouse events to work with win aura, and make the combobox function in the views examples app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'view_text_utils.cc', 306 'view_text_utils.cc',
307 'view_text_utils.h', 307 'view_text_utils.h',
308 'view_win.cc', 308 'view_win.cc',
309 'views_delegate.h', 309 'views_delegate.h',
310 'widget/aero_tooltip_manager.cc', 310 'widget/aero_tooltip_manager.cc',
311 'widget/aero_tooltip_manager.h', 311 'widget/aero_tooltip_manager.h',
312 'widget/child_window_message_processor.cc', 312 'widget/child_window_message_processor.cc',
313 'widget/child_window_message_processor.h', 313 'widget/child_window_message_processor.h',
314 'widget/default_theme_provider.cc', 314 'widget/default_theme_provider.cc',
315 'widget/default_theme_provider.h', 315 'widget/default_theme_provider.h',
316 'widget/desktop_capture_client.cc',
317 'widget/desktop_capture_client.h',
316 'widget/desktop_native_widget_aura.cc', 318 'widget/desktop_native_widget_aura.cc',
317 'widget/desktop_native_widget_aura.h', 319 'widget/desktop_native_widget_aura.h',
318 'widget/desktop_native_widget_helper_aura.cc', 320 'widget/desktop_native_widget_helper_aura.cc',
319 'widget/desktop_native_widget_helper_aura.h', 321 'widget/desktop_native_widget_helper_aura.h',
320 'widget/desktop_root_window_host.h', 322 'widget/desktop_root_window_host.h',
321 'widget/desktop_root_window_host_linux.cc', 323 'widget/desktop_root_window_host_linux.cc',
322 'widget/desktop_root_window_host_linux.h', 324 'widget/desktop_root_window_host_linux.h',
323 'widget/desktop_root_window_host_win.cc', 325 'widget/desktop_root_window_host_win.cc',
324 'widget/desktop_root_window_host_win.h', 326 'widget/desktop_root_window_host_win.h',
325 'widget/drop_helper.cc', 327 'widget/drop_helper.cc',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'sources/': [ 856 'sources/': [
855 # This is needed because the aura rule strips it from the default 857 # This is needed because the aura rule strips it from the default
856 # sources list. 858 # sources list.
857 ['include', '^../../content/app/startup_helper_win.cc'], 859 ['include', '^../../content/app/startup_helper_win.cc'],
858 ], 860 ],
859 }], 861 }],
860 ], 862 ],
861 }, # target_name: views_examples_with_content_exe 863 }, # target_name: views_examples_with_content_exe
862 ], 864 ],
863 } 865 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698