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

Side by Side Diff: ui/message_center/message_center.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
« no previous file with comments | « ui/events/x/events_x_utils.cc ('k') | ui/views/controls/textfield/textfield.cc » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ['OS=="win"', { 123 ['OS=="win"', {
124 'dependencies': [ 124 'dependencies': [
125 '../aura/aura.gyp:aura', 125 '../aura/aura.gyp:aura',
126 ], 126 ],
127 }], 127 }],
128 # On Mac, toolkit-views builds still use the Cocoa UI. Keep this in sync 128 # On Mac, toolkit-views builds still use the Cocoa UI. Keep this in sync
129 # with message_center_unittests below. 129 # with message_center_unittests below.
130 ['toolkit_views==1 and OS!="mac"', { 130 ['toolkit_views==1 and OS!="mac"', {
131 'dependencies': [ 131 'dependencies': [
132 '../events/events.gyp:events', 132 '../events/events.gyp:events',
133 '../events/events.gyp:events_base',
133 '../views/views.gyp:views', 134 '../views/views.gyp:views',
134 '../compositor/compositor.gyp:compositor', 135 '../compositor/compositor.gyp:compositor',
135 ], 136 ],
136 }, { 137 }, {
137 'sources/': [ 138 'sources/': [
138 ['exclude', 'views/'], 139 ['exclude', 'views/'],
139 ['exclude', '_views\\.(h|cc)$'], 140 ['exclude', '_views\\.(h|cc)$'],
140 ], 141 ],
141 }], 142 }],
142 # iOS disables notifications altogether, Android implements its own 143 # iOS disables notifications altogether, Android implements its own
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'dependencies': [ 266 'dependencies': [
266 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 267 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
267 ], 268 ],
268 }], 269 }],
269 ], 270 ],
270 }, 271 },
271 ], 272 ],
272 }], 273 }],
273 ], 274 ],
274 } 275 }
OLDNEW
« no previous file with comments | « ui/events/x/events_x_utils.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698