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

Side by Side Diff: ash/ash.gyp

Issue 240333007: wip: Second crack at implementing the touch exploration mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't extend DisplayController::Observer - TouchExplorationController is owned by the root window (… Created 6 years, 8 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 | « no previous file | ash/root_window_controller.h » ('j') | ash/root_window_controller.h » ('J')
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'system/user/user_card_view.cc', 509 'system/user/user_card_view.cc',
510 'system/user/user_card_view.h', 510 'system/user/user_card_view.h',
511 'system/user/user_view.cc', 511 'system/user/user_view.cc',
512 'system/user/user_view.h', 512 'system/user/user_view.h',
513 'system/web_notification/web_notification_tray.cc', 513 'system/web_notification/web_notification_tray.cc',
514 'system/web_notification/web_notification_tray.h', 514 'system/web_notification/web_notification_tray.h',
515 'system/win/audio/tray_audio_delegate_win.cc', 515 'system/win/audio/tray_audio_delegate_win.cc',
516 'system/win/audio/tray_audio_delegate_win.h', 516 'system/win/audio/tray_audio_delegate_win.h',
517 'system/win/audio/tray_audio_win.cc', 517 'system/win/audio/tray_audio_win.cc',
518 'system/win/audio/tray_audio_win.h', 518 'system/win/audio/tray_audio_win.h',
519 'touch/touch_exploration_controller.cc',
520 'touch/touch_exploration_controller.h',
519 'touch/touch_hud_debug.cc', 521 'touch/touch_hud_debug.cc',
520 'touch/touch_hud_debug.h', 522 'touch/touch_hud_debug.h',
521 'touch/touch_hud_projection.cc', 523 'touch/touch_hud_projection.cc',
522 'touch/touch_hud_projection.h', 524 'touch/touch_hud_projection.h',
523 'touch/touch_observer_hud.cc', 525 'touch/touch_observer_hud.cc',
524 'touch/touch_observer_hud.h', 526 'touch/touch_observer_hud.h',
525 'touch/touch_uma.cc', 527 'touch/touch_uma.cc',
526 'touch/touch_uma.h', 528 'touch/touch_uma.h',
527 'volume_control_delegate.h', 529 'volume_control_delegate.h',
528 'wm/app_list_controller.cc', 530 'wm/app_list_controller.cc',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 }], 1178 }],
1177 ['chromeos==1', { 1179 ['chromeos==1', {
1178 'dependencies': [ 1180 'dependencies': [
1179 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1181 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1180 ], 1182 ],
1181 }], 1183 }],
1182 ], 1184 ],
1183 }, 1185 },
1184 ], 1186 ],
1185 } 1187 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.h » ('j') | ash/root_window_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698