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

Side by Side Diff: ui/ui.gyp

Issue 23498059: Remove last dependencies on ui/base from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: last rebase Created 7 years, 2 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
« no previous file with comments | « ui/gfx/win/window_impl.h ('k') | no next file » | 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 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'base/ui_base_switches_util.h', 286 'base/ui_base_switches_util.h',
287 'base/ui_base_types.cc', 287 'base/ui_base_types.cc',
288 'base/ui_base_types.h', 288 'base/ui_base_types.h',
289 'base/ui_export.h', 289 'base/ui_export.h',
290 'base/view_prop.cc', 290 'base/view_prop.cc',
291 'base/view_prop.h', 291 'base/view_prop.h',
292 'base/win/accessibility_ids_win.h', 292 'base/win/accessibility_ids_win.h',
293 'base/win/accessibility_misc_utils.cc', 293 'base/win/accessibility_misc_utils.cc',
294 'base/win/accessibility_misc_utils.h', 294 'base/win/accessibility_misc_utils.h',
295 'base/win/atl_module.h', 295 'base/win/atl_module.h',
296 'events/win/events_win.cc', 296 'base/win/dpi_setup.cc',
297 'base/win/dpi_setup.h',
297 'base/win/extra_sdk_defines.h', 298 'base/win/extra_sdk_defines.h',
298 'base/win/foreground_helper.cc', 299 'base/win/foreground_helper.cc',
299 'base/win/foreground_helper.h', 300 'base/win/foreground_helper.h',
300 'base/win/hidden_window.cc', 301 'base/win/hidden_window.cc',
301 'base/win/hidden_window.h', 302 'base/win/hidden_window.h',
302 'base/win/hwnd_subclass.cc', 303 'base/win/hwnd_subclass.cc',
303 'base/win/hwnd_subclass.h', 304 'base/win/hwnd_subclass.h',
304 'base/win/message_box_win.cc', 305 'base/win/message_box_win.cc',
305 'base/win/message_box_win.h', 306 'base/win/message_box_win.h',
306 'base/win/mouse_wheel_util.cc', 307 'base/win/mouse_wheel_util.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'events/ozone/evdev/key_event_converter_ozone.cc', 366 'events/ozone/evdev/key_event_converter_ozone.cc',
366 'events/ozone/evdev/key_event_converter_ozone.h', 367 'events/ozone/evdev/key_event_converter_ozone.h',
367 'events/ozone/evdev/touch_event_converter_ozone.cc', 368 'events/ozone/evdev/touch_event_converter_ozone.cc',
368 'events/ozone/evdev/touch_event_converter_ozone.h', 369 'events/ozone/evdev/touch_event_converter_ozone.h',
369 'events/ozone/event_converter_ozone.cc', 370 'events/ozone/event_converter_ozone.cc',
370 'events/ozone/event_converter_ozone.h', 371 'events/ozone/event_converter_ozone.h',
371 'events/ozone/event_factory_delegate_ozone.h', 372 'events/ozone/event_factory_delegate_ozone.h',
372 'events/ozone/event_factory_ozone.cc', 373 'events/ozone/event_factory_ozone.cc',
373 'events/ozone/event_factory_ozone.h', 374 'events/ozone/event_factory_ozone.h',
374 'events/ozone/events_ozone.cc', 375 'events/ozone/events_ozone.cc',
376 'events/win/events_win.cc',
375 'events/x/device_data_manager.cc', 377 'events/x/device_data_manager.cc',
376 'events/x/device_data_manager.h', 378 'events/x/device_data_manager.h',
377 'events/x/device_list_cache_x.cc', 379 'events/x/device_list_cache_x.cc',
378 'events/x/device_list_cache_x.h', 380 'events/x/device_list_cache_x.h',
379 'events/x/events_x.cc', 381 'events/x/events_x.cc',
380 'events/x/events_x_utils.cc', 382 'events/x/events_x_utils.cc',
381 'events/x/events_x_utils.h', 383 'events/x/events_x_utils.h',
382 'events/x/touch_factory_x11.cc', 384 'events/x/touch_factory_x11.cc',
383 'events/x/touch_factory_x11.h', 385 'events/x/touch_factory_x11.h',
384 'gfx/android/device_display_info.cc', 386 'gfx/android/device_display_info.cc',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'xcode_settings': { 1110 'xcode_settings': {
1109 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1111 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1110 }, 1112 },
1111 }], 1113 }],
1112 ], 1114 ],
1113 }, 1115 },
1114 ], 1116 ],
1115 }], 1117 }],
1116 ], 1118 ],
1117 } 1119 }
OLDNEW
« no previous file with comments | « ui/gfx/win/window_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698