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

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

Issue 1143283002: Revert of Correctly release the touch events on Lenovo Horizon device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | ui/views/win/hwnd_message_handler.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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'run_all_unittests.cc', 560 'run_all_unittests.cc',
561 'view_model_unittest.cc', 561 'view_model_unittest.cc',
562 'view_model_utils_unittest.cc', 562 'view_model_utils_unittest.cc',
563 'view_targeter_unittest.cc', 563 'view_targeter_unittest.cc',
564 'view_unittest.cc', 564 'view_unittest.cc',
565 'widget/native_widget_mac_unittest.mm', 565 'widget/native_widget_mac_unittest.mm',
566 'widget/native_widget_unittest.cc', 566 'widget/native_widget_unittest.cc',
567 'widget/root_view_unittest.cc', 567 'widget/root_view_unittest.cc',
568 'widget/widget_unittest.cc', 568 'widget/widget_unittest.cc',
569 'widget/window_reorderer_unittest.cc', 569 'widget/window_reorderer_unittest.cc',
570 'win/hwnd_message_handler_unittest.cc',
571 'window/custom_frame_view_unittest.cc', 570 'window/custom_frame_view_unittest.cc',
572 'window/dialog_client_view_unittest.cc', 571 'window/dialog_client_view_unittest.cc',
573 'window/dialog_delegate_unittest.cc', 572 'window/dialog_delegate_unittest.cc',
574 ], 573 ],
575 'views_unittests_desktop_sources': [ 574 'views_unittests_desktop_sources': [
576 'ime/input_method_bridge_unittest.cc', 575 'ime/input_method_bridge_unittest.cc',
577 'widget/desktop_widget_unittest.cc', 576 'widget/desktop_widget_unittest.cc',
578 ], 577 ],
579 'views_unittests_aura_sources': [ 578 'views_unittests_aura_sources': [
580 'controls/native/native_view_host_aura_unittest.cc', 579 'controls/native/native_view_host_aura_unittest.cc',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 '../aura/aura.gyp:aura', 926 '../aura/aura.gyp:aura',
928 '../wm/wm.gyp:wm', 927 '../wm/wm.gyp:wm',
929 ], 928 ],
930 }], 929 }],
931 ], 930 ],
932 }, # target_name: macviews_interactive_ui_tests 931 }, # target_name: macviews_interactive_ui_tests
933 ], # targets 932 ], # targets
934 }], 933 }],
935 ], # conditions 934 ], # conditions
936 } 935 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698