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

Side by Side Diff: ui/chromeos/ui_chromeos.gyp

Issue 2007083002: Validate that ui::Event::time_stamp comes from the same clock as TimeTicks::Now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@453559-use-timeticks-ui-event
Patch Set: Address feedback Created 4 years, 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../../chromeos/chromeos.gyp:chromeos', 50 '../../chromeos/chromeos.gyp:chromeos',
51 '../../chromeos/chromeos.gyp:power_manager_proto', 51 '../../chromeos/chromeos.gyp:power_manager_proto',
52 '../../components/components.gyp:device_event_log_component', 52 '../../components/components.gyp:device_event_log_component',
53 '../../components/components.gyp:onc_component', 53 '../../components/components.gyp:onc_component',
54 '../../skia/skia.gyp:skia', 54 '../../skia/skia.gyp:skia',
55 '../aura/aura.gyp:aura', 55 '../aura/aura.gyp:aura',
56 '../base/ime/ui_base_ime.gyp:ui_base_ime', 56 '../base/ime/ui_base_ime.gyp:ui_base_ime',
57 '../base/ui_base.gyp:ui_base', 57 '../base/ui_base.gyp:ui_base',
58 '../display/display.gyp:display', 58 '../display/display.gyp:display',
59 '../events/events.gyp:events', 59 '../events/events.gyp:events',
60 '../events/events.gyp:events_base',
60 '../events/events.gyp:gesture_detection', 61 '../events/events.gyp:gesture_detection',
61 '../gfx/gfx.gyp:gfx', 62 '../gfx/gfx.gyp:gfx',
62 '../gfx/gfx.gyp:gfx_geometry', 63 '../gfx/gfx.gyp:gfx_geometry',
63 '../message_center/message_center.gyp:message_center', 64 '../message_center/message_center.gyp:message_center',
64 '../views/views.gyp:views', 65 '../views/views.gyp:views',
65 '../wm/wm.gyp:wm', 66 '../wm/wm.gyp:wm',
66 'ui_chromeos_resources', 67 'ui_chromeos_resources',
67 'ui_chromeos_strings', 68 'ui_chromeos_strings',
68 ], 69 ],
69 'defines': [ 70 'defines': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 '../chromeos/ime/candidate_window_view_unittest.cc', 131 '../chromeos/ime/candidate_window_view_unittest.cc',
131 '../chromeos/ime/input_method_menu_item_unittest.cc', 132 '../chromeos/ime/input_method_menu_item_unittest.cc',
132 '../chromeos/ime/input_method_menu_manager_unittest.cc', 133 '../chromeos/ime/input_method_menu_manager_unittest.cc',
133 '../chromeos/network/network_state_notifier_unittest.cc', 134 '../chromeos/network/network_state_notifier_unittest.cc',
134 '../chromeos/touch_exploration_controller_unittest.cc', 135 '../chromeos/touch_exploration_controller_unittest.cc',
135 'run_all_unittests.cc', 136 'run_all_unittests.cc',
136 ], 137 ],
137 }, # target_name: ui_chromeos_unittests 138 }, # target_name: ui_chromeos_unittests
138 ], 139 ],
139 } 140 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac_unittest.mm ('k') | ui/events/base_event_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698