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

Side by Side Diff: ui/ui.gyp

Issue 17049002: Revert "Merge CMTEventData and ValuatorTracker" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « ui/base/x/x11_util.cc ('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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'base/win/touch_input.cc', 375 'base/win/touch_input.cc',
376 'base/win/touch_input.h', 376 'base/win/touch_input.h',
377 'base/win/window_impl.cc', 377 'base/win/window_impl.cc',
378 'base/win/window_impl.h', 378 'base/win/window_impl.h',
379 'base/window_open_disposition.cc', 379 'base/window_open_disposition.cc',
380 'base/window_open_disposition.h', 380 'base/window_open_disposition.h',
381 'base/work_area_watcher_observer.h', 381 'base/work_area_watcher_observer.h',
382 'base/x/active_window_watcher_x.cc', 382 'base/x/active_window_watcher_x.cc',
383 'base/x/active_window_watcher_x.h', 383 'base/x/active_window_watcher_x.h',
384 'base/x/active_window_watcher_x_observer.h', 384 'base/x/active_window_watcher_x_observer.h',
385 'base/x/device_data_manager.cc',
386 'base/x/device_data_manager.h',
387 'base/x/device_list_cache_x.cc', 385 'base/x/device_list_cache_x.cc',
388 'base/x/device_list_cache_x.h', 386 'base/x/device_list_cache_x.h',
389 'base/x/events_x.cc', 387 'base/x/events_x.cc',
390 'base/x/root_window_property_watcher_x.cc', 388 'base/x/root_window_property_watcher_x.cc',
391 'base/x/root_window_property_watcher_x.h', 389 'base/x/root_window_property_watcher_x.h',
392 'base/x/selection_owner.cc', 390 'base/x/selection_owner.cc',
393 'base/x/selection_owner.h', 391 'base/x/selection_owner.h',
394 'base/x/selection_requestor.cc', 392 'base/x/selection_requestor.cc',
395 'base/x/selection_requestor.h', 393 'base/x/selection_requestor.h',
396 'base/x/selection_utils.cc', 394 'base/x/selection_utils.cc',
397 'base/x/selection_utils.h', 395 'base/x/selection_utils.h',
396 'base/x/valuators.cc',
397 'base/x/valuators.h',
398 'base/x/work_area_watcher_x.cc', 398 'base/x/work_area_watcher_x.cc',
399 'base/x/work_area_watcher_x.h', 399 'base/x/work_area_watcher_x.h',
400 'base/x/x11_atom_cache.cc', 400 'base/x/x11_atom_cache.cc',
401 'base/x/x11_atom_cache.h', 401 'base/x/x11_atom_cache.h',
402 'base/x/x11_util.cc', 402 'base/x/x11_util.cc',
403 'base/x/x11_util.h', 403 'base/x/x11_util.h',
404 'base/x/x11_util_internal.h', 404 'base/x/x11_util_internal.h',
405 'gfx/android/device_display_info.cc', 405 'gfx/android/device_display_info.cc',
406 'gfx/android/device_display_info.h', 406 'gfx/android/device_display_info.h',
407 'gfx/android/java_bitmap.cc', 407 'gfx/android/java_bitmap.cc',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 'xcode_settings': { 1024 'xcode_settings': {
1025 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1025 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1026 }, 1026 },
1027 }], 1027 }],
1028 ], 1028 ],
1029 }, 1029 },
1030 ], 1030 ],
1031 }], 1031 }],
1032 ], 1032 ],
1033 } 1033 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698