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

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
« no previous file with comments | « ui/views/controls/menu/menu_host.cc ('k') | ui/views/widget/desktop_capture_client.h » ('j') | 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 '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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 ['exclude', 'controls/menu/*'], 417 ['exclude', 'controls/menu/*'],
416 ['exclude', 'controls/scrollbar/*'], 418 ['exclude', 'controls/scrollbar/*'],
417 ['exclude', 'focus/accelerator_handler_aura.cc'], 419 ['exclude', 'focus/accelerator_handler_aura.cc'],
418 ['exclude', 'widget/tooltip_manager_views.cc'], 420 ['exclude', 'widget/tooltip_manager_views.cc'],
419 ], 421 ],
420 }], 422 }],
421 ['OS=="win"', { 423 ['OS=="win"', {
422 'sources/': [ 424 'sources/': [
423 ['include', 'widget/desktop_root_window_host_win.cc'], 425 ['include', 'widget/desktop_root_window_host_win.cc'],
424 ['include', 'widget/desktop_root_window_host_win.h'], 426 ['include', 'widget/desktop_root_window_host_win.h'],
427 ['include', 'widget/desktop_capture_client.cc'],
428 ['include', 'widget/desktop_capture_client.h'],
425 ], 429 ],
426 }], 430 }],
427 ], 431 ],
428 }], 432 }],
429 ['chromeos==1', { 433 ['chromeos==1 or use_aura==0', {
430 'sources!': [ 434 'sources!': [
431 'widget/desktop_root_window_host.h', 435 'widget/desktop_root_window_host.h',
432 'widget/desktop_root_window_host_linux.cc', 436 'widget/desktop_root_window_host_linux.cc',
433 'widget/desktop_root_window_host_linux.h', 437 'widget/desktop_root_window_host_linux.h',
434 'widget/desktop_native_widget_aura.cc', 438 'widget/desktop_native_widget_aura.cc',
435 'widget/desktop_native_widget_aura.h', 439 'widget/desktop_native_widget_aura.h',
436 ],
437 }],
438 ['use_aura==0', {
439 'sources!': [
440 'widget/tooltip_manager_views.cc',
441 'widget/desktop_root_window_host.h',
442 'widget/desktop_root_window_host_linux.cc',
443 'widget/desktop_root_window_host_linux.h',
444 'widget/desktop_root_window_host_win.cc', 440 'widget/desktop_root_window_host_win.cc',
445 'widget/desktop_root_window_host_win.h', 441 'widget/desktop_root_window_host_win.h',
446 'widget/desktop_native_widget_aura.cc', 442 'widget/desktop_capture_client.cc',
447 'widget/desktop_native_widget_aura.h', 443 'widget/desktop_capture_client.h',
448 ], 444 ],
449 'sources/': [ 445 'sources/': [
450 ['exclude', 'widget/desktop_root_window_host_win.cc'], 446 ['exclude', 'widget/desktop_root_window_host_win.cc'],
451 ['exclude', 'widget/desktop_root_window_host_win.h'], 447 ['exclude', 'widget/desktop_root_window_host_win.h'],
452 ], 448 ],
453 }], 449 }],
450 ['use_aura==0', {
451 'sources!': [
452 'widget/tooltip_manager_views.cc',
453 ],
454 }],
454 ['use_aura==0 and OS=="win"', { 455 ['use_aura==0 and OS=="win"', {
455 'sources!': [ 456 'sources!': [
456 'controls/menu/menu_config_views.cc', 457 'controls/menu/menu_config_views.cc',
457 'controls/menu/menu_item_view_views.cc', 458 'controls/menu/menu_item_view_views.cc',
458 'controls/menu/menu_separator_views.cc', 459 'controls/menu/menu_separator_views.cc',
459 'controls/table/group_table_view_views.cc', 460 'controls/table/group_table_view_views.cc',
460 'controls/table/group_table_view_views.h', 461 'controls/table/group_table_view_views.h',
461 'controls/table/table_view_views.cc', 462 'controls/table/table_view_views.cc',
462 'controls/table/table_view_views.h', 463 'controls/table/table_view_views.h',
463 'controls/tree/tree_view_views.cc', 464 'controls/tree/tree_view_views.cc',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'sources/': [ 855 'sources/': [
855 # This is needed because the aura rule strips it from the default 856 # This is needed because the aura rule strips it from the default
856 # sources list. 857 # sources list.
857 ['include', '^../../content/app/startup_helper_win.cc'], 858 ['include', '^../../content/app/startup_helper_win.cc'],
858 ], 859 ],
859 }], 860 }],
860 ], 861 ],
861 }, # target_name: views_examples_with_content_exe 862 }, # target_name: views_examples_with_content_exe
862 ], 863 ],
863 } 864 }
OLDNEW
« no previous file with comments | « ui/views/controls/menu/menu_host.cc ('k') | ui/views/widget/desktop_capture_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698