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

Side by Side Diff: ui/ui.gyp

Issue 24257011: Revert "Revert 224496 "Move ui/base/latency_info* to ui/events"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp bustage 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
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | ui/ui_unittests.gypi » ('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 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'base/gtk/gtk_signal.h', 196 'base/gtk/gtk_signal.h',
197 'base/gtk/gtk_signal_registrar.cc', 197 'base/gtk/gtk_signal_registrar.cc',
198 'base/gtk/gtk_signal_registrar.h', 198 'base/gtk/gtk_signal_registrar.h',
199 'base/gtk/gtk_windowing.cc', 199 'base/gtk/gtk_windowing.cc',
200 'base/gtk/gtk_windowing.h', 200 'base/gtk/gtk_windowing.h',
201 'base/gtk/owned_widget_gtk.cc', 201 'base/gtk/owned_widget_gtk.cc',
202 'base/gtk/owned_widget_gtk.h', 202 'base/gtk/owned_widget_gtk.h',
203 'base/gtk/scoped_region.cc', 203 'base/gtk/scoped_region.cc',
204 'base/gtk/scoped_region.h', 204 'base/gtk/scoped_region.h',
205 'base/hit_test.h', 205 'base/hit_test.h',
206 'base/latency_info.cc',
207 'base/latency_info.h',
208 'base/l10n/l10n_font_util.cc', 206 'base/l10n/l10n_font_util.cc',
209 'base/l10n/l10n_font_util.h', 207 'base/l10n/l10n_font_util.h',
210 'base/l10n/l10n_util.cc', 208 'base/l10n/l10n_util.cc',
211 'base/l10n/l10n_util.h', 209 'base/l10n/l10n_util.h',
212 'base/l10n/l10n_util_android.h', 210 'base/l10n/l10n_util_android.h',
213 'base/l10n/l10n_util_android.cc', 211 'base/l10n/l10n_util_android.cc',
214 'base/l10n/l10n_util_collator.h', 212 'base/l10n/l10n_util_collator.h',
215 'base/l10n/l10n_util_mac.h', 213 'base/l10n/l10n_util_mac.h',
216 'base/l10n/l10n_util_mac.mm', 214 'base/l10n/l10n_util_mac.mm',
217 'base/l10n/l10n_util_plurals.cc', 215 'base/l10n/l10n_util_plurals.cc',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'events/event_conversion_gtk.cc', 358 'events/event_conversion_gtk.cc',
361 'events/event_conversion_gtk.h', 359 'events/event_conversion_gtk.h',
362 'events/event_dispatcher.cc', 360 'events/event_dispatcher.cc',
363 'events/event_dispatcher.h', 361 'events/event_dispatcher.h',
364 'events/event_handler.cc', 362 'events/event_handler.cc',
365 'events/event_handler.h', 363 'events/event_handler.h',
366 'events/event_target.cc', 364 'events/event_target.cc',
367 'events/event_target.h', 365 'events/event_target.h',
368 'events/event_utils.cc', 366 'events/event_utils.cc',
369 'events/event_utils.h', 367 'events/event_utils.h',
368 'events/events_export.h',
370 'events/keycodes/keyboard_code_conversion.cc', 369 'events/keycodes/keyboard_code_conversion.cc',
371 'events/keycodes/keyboard_code_conversion.h', 370 'events/keycodes/keyboard_code_conversion.h',
372 'events/keycodes/keyboard_code_conversion_android.cc', 371 'events/keycodes/keyboard_code_conversion_android.cc',
373 'events/keycodes/keyboard_code_conversion_android.h', 372 'events/keycodes/keyboard_code_conversion_android.h',
374 'events/keycodes/keyboard_code_conversion_gtk.cc', 373 'events/keycodes/keyboard_code_conversion_gtk.cc',
375 'events/keycodes/keyboard_code_conversion_gtk.h', 374 'events/keycodes/keyboard_code_conversion_gtk.h',
376 'events/keycodes/keyboard_code_conversion_mac.h', 375 'events/keycodes/keyboard_code_conversion_mac.h',
377 'events/keycodes/keyboard_code_conversion_mac.mm', 376 'events/keycodes/keyboard_code_conversion_mac.mm',
378 'events/keycodes/keyboard_code_conversion_win.cc', 377 'events/keycodes/keyboard_code_conversion_win.cc',
379 'events/keycodes/keyboard_code_conversion_win.h', 378 'events/keycodes/keyboard_code_conversion_win.h',
380 'events/keycodes/keyboard_code_conversion_x.cc', 379 'events/keycodes/keyboard_code_conversion_x.cc',
381 'events/keycodes/keyboard_code_conversion_x.h', 380 'events/keycodes/keyboard_code_conversion_x.h',
382 'events/keycodes/keyboard_codes.h', 381 'events/keycodes/keyboard_codes.h',
382 'events/latency_info.cc',
383 'events/latency_info.h',
383 'gfx/android/device_display_info.cc', 384 'gfx/android/device_display_info.cc',
384 'gfx/android/device_display_info.h', 385 'gfx/android/device_display_info.h',
385 'gfx/android/java_bitmap.cc', 386 'gfx/android/java_bitmap.cc',
386 'gfx/android/java_bitmap.h', 387 'gfx/android/java_bitmap.h',
387 'gfx/animation/animation.cc', 388 'gfx/animation/animation.cc',
388 'gfx/animation/animation.h', 389 'gfx/animation/animation.h',
389 'gfx/animation/animation_container.cc', 390 'gfx/animation/animation_container.cc',
390 'gfx/animation/animation_container.h', 391 'gfx/animation/animation_container.h',
391 'gfx/animation/animation_container_element.h', 392 'gfx/animation/animation_container_element.h',
392 'gfx/animation/animation_container_observer.h', 393 'gfx/animation/animation_container_observer.h',
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'xcode_settings': { 1099 'xcode_settings': {
1099 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1100 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1100 }, 1101 },
1101 }], 1102 }],
1102 ], 1103 ],
1103 }, 1104 },
1104 ], 1105 ],
1105 }], 1106 }],
1106 ], 1107 ],
1107 } 1108 }
OLDNEW
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698