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

Side by Side Diff: ui/ui.gyp

Issue 16466003: Event handling support for ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: additional fixes Created 7 years, 6 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 | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'base/models/simple_menu_model.cc', 266 'base/models/simple_menu_model.cc',
267 'base/models/simple_menu_model.h', 267 'base/models/simple_menu_model.h',
268 'base/models/table_model.cc', 268 'base/models/table_model.cc',
269 'base/models/table_model.h', 269 'base/models/table_model.h',
270 'base/models/table_model_observer.h', 270 'base/models/table_model_observer.h',
271 'base/models/tree_model.cc', 271 'base/models/tree_model.cc',
272 'base/models/tree_model.h', 272 'base/models/tree_model.h',
273 'base/models/tree_node_iterator.h', 273 'base/models/tree_node_iterator.h',
274 'base/models/tree_node_model.h', 274 'base/models/tree_node_model.h',
275 'base/ozone/events_ozone.cc', 275 'base/ozone/events_ozone.cc',
276 'base/ozone/event_factory_ozone.cc',
277 'base/ozone/event_factory_ozone.h',
278 'base/ozone/event_converter_ozone.cc',
279 'base/ozone/event_converter_ozone.h',
280 'base/ozone/events_ozone.cc',
281 'base/ozone/key_event_converter_ozone.cc',
282 'base/ozone/key_event_converter_ozone.h',
276 'base/ozone/surface_factory_ozone.cc', 283 'base/ozone/surface_factory_ozone.cc',
277 'base/ozone/surface_factory_ozone.h', 284 'base/ozone/surface_factory_ozone.h',
285 'base/ozone/touch_event_converter_ozone.cc',
286 'base/ozone/touch_event_converter_ozone.h',
278 'base/range/range.cc', 287 'base/range/range.cc',
279 'base/range/range.h', 288 'base/range/range.h',
280 'base/range/range_mac.mm', 289 'base/range/range_mac.mm',
281 'base/range/range_win.cc', 290 'base/range/range_win.cc',
282 'base/resource/data_pack.cc', 291 'base/resource/data_pack.cc',
283 'base/resource/data_pack.h', 292 'base/resource/data_pack.h',
284 'base/resource/resource_bundle.cc', 293 'base/resource/resource_bundle.cc',
285 'base/resource/resource_bundle.h', 294 'base/resource/resource_bundle.h',
286 'base/resource/resource_bundle_android.cc', 295 'base/resource/resource_bundle_android.cc',
287 'base/resource/resource_bundle_auralinux.cc', 296 'base/resource/resource_bundle_auralinux.cc',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 'xcode_settings': { 1012 'xcode_settings': {
1004 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1013 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1005 }, 1014 },
1006 }], 1015 }],
1007 ], 1016 ],
1008 }, 1017 },
1009 ], 1018 ],
1010 }], 1019 }],
1011 ], 1020 ],
1012 } 1021 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698