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

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

Issue 100303005: Ensure that reposting mouse events on Windows posts the message natively via the PostMessage API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'widget/tooltip_manager_win.h', 492 'widget/tooltip_manager_win.h',
493 ], 493 ],
494 'conditions': [ 494 'conditions': [
495 ['OS=="win"', { 495 ['OS=="win"', {
496 'sources/': [ 496 'sources/': [
497 ['include', 'controls/menu/menu_insertion_delegate_win.h'], 497 ['include', 'controls/menu/menu_insertion_delegate_win.h'],
498 ['include', 'controls/menu/native_menu_win.cc'], 498 ['include', 'controls/menu/native_menu_win.cc'],
499 ['include', 'controls/menu/native_menu_win.h'], 499 ['include', 'controls/menu/native_menu_win.h'],
500 ['include', 'corewm/tooltip_win.cc'], 500 ['include', 'corewm/tooltip_win.cc'],
501 ['include', 'corewm/tooltip_win.h'], 501 ['include', 'corewm/tooltip_win.h'],
502 ['include', 'event_utils_win.cc'],
502 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], 503 ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
503 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '], 504 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '],
504 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'], 505 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'],
505 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '], 506 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '],
506 ['include', 'widget/monitor_win.cc'], 507 ['include', 'widget/monitor_win.cc'],
507 ['include', 'widget/monitor_win.h'], 508 ['include', 'widget/monitor_win.h'],
508 ['include', 'win/appbar.cc'], 509 ['include', 'win/appbar.cc'],
509 ['include', 'win/appbar.h'], 510 ['include', 'win/appbar.h'],
510 ], 511 ],
511 }], 512 }],
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 'sources/': [ 1101 'sources/': [
1101 # This is needed because the aura rule strips it from the default 1102 # This is needed because the aura rule strips it from the default
1102 # sources list. 1103 # sources list.
1103 ['include', '^../../content/app/startup_helper_win.cc'], 1104 ['include', '^../../content/app/startup_helper_win.cc'],
1104 ], 1105 ],
1105 }], 1106 }],
1106 ], 1107 ],
1107 }, # target_name: views_examples_with_content_exe 1108 }, # target_name: views_examples_with_content_exe
1108 ], 1109 ],
1109 } 1110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698