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

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

Issue 1143333002: Revert "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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'run_all_unittests.cc', 562 'run_all_unittests.cc',
563 'view_model_unittest.cc', 563 'view_model_unittest.cc',
564 'view_model_utils_unittest.cc', 564 'view_model_utils_unittest.cc',
565 'view_targeter_unittest.cc', 565 'view_targeter_unittest.cc',
566 'view_unittest.cc', 566 'view_unittest.cc',
567 'widget/native_widget_mac_unittest.mm', 567 'widget/native_widget_mac_unittest.mm',
568 'widget/native_widget_unittest.cc', 568 'widget/native_widget_unittest.cc',
569 'widget/root_view_unittest.cc', 569 'widget/root_view_unittest.cc',
570 'widget/widget_unittest.cc', 570 'widget/widget_unittest.cc',
571 'widget/window_reorderer_unittest.cc', 571 'widget/window_reorderer_unittest.cc',
572 'win/hwnd_message_handler_unittest.cc',
573 'window/custom_frame_view_unittest.cc', 572 'window/custom_frame_view_unittest.cc',
574 'window/dialog_client_view_unittest.cc', 573 'window/dialog_client_view_unittest.cc',
575 'window/dialog_delegate_unittest.cc', 574 'window/dialog_delegate_unittest.cc',
576 ], 575 ],
577 'views_unittests_desktop_sources': [ 576 'views_unittests_desktop_sources': [
578 'ime/input_method_bridge_unittest.cc', 577 'ime/input_method_bridge_unittest.cc',
579 'widget/desktop_widget_unittest.cc', 578 'widget/desktop_widget_unittest.cc',
580 ], 579 ],
581 'views_unittests_aura_sources': [ 580 'views_unittests_aura_sources': [
582 'controls/native/native_view_host_aura_unittest.cc', 581 'controls/native/native_view_host_aura_unittest.cc',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 '../aura/aura.gyp:aura', 929 '../aura/aura.gyp:aura',
931 '../wm/wm.gyp:wm', 930 '../wm/wm.gyp:wm',
932 ], 931 ],
933 }], 932 }],
934 ], 933 ],
935 }, # target_name: macviews_interactive_ui_tests 934 }, # target_name: macviews_interactive_ui_tests
936 ], # targets 935 ], # targets
937 }], 936 }],
938 ], # conditions 937 ], # conditions
939 } 938 }
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