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

Side by Side Diff: ash/ash.gyp

Issue 10829003: Move the keyboard overlay view to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'wm/dialog_frame_view.cc', 234 'wm/dialog_frame_view.cc',
235 'wm/dialog_frame_view.h', 235 'wm/dialog_frame_view.h',
236 'wm/event_client_impl.cc', 236 'wm/event_client_impl.cc',
237 'wm/event_client_impl.h', 237 'wm/event_client_impl.h',
238 'wm/event_rewriter_event_filter.cc', 238 'wm/event_rewriter_event_filter.cc',
239 'wm/event_rewriter_event_filter.h', 239 'wm/event_rewriter_event_filter.h',
240 'wm/frame_painter.cc', 240 'wm/frame_painter.cc',
241 'wm/frame_painter.h', 241 'wm/frame_painter.h',
242 'wm/image_grid.cc', 242 'wm/image_grid.cc',
243 'wm/image_grid.h', 243 'wm/image_grid.h',
244 'wm/keyboard_overlay_delegate.cc',
245 'wm/keyboard_overlay_delegate.h',
246 'wm/keyboard_overlay_view.cc',
247 'wm/keyboard_overlay_view.h',
244 'wm/panel_frame_view.cc', 248 'wm/panel_frame_view.cc',
245 'wm/panel_frame_view.h', 249 'wm/panel_frame_view.h',
246 'wm/panel_layout_manager.cc', 250 'wm/panel_layout_manager.cc',
247 'wm/panel_layout_manager.h', 251 'wm/panel_layout_manager.h',
248 'wm/panel_window_event_filter.cc', 252 'wm/panel_window_event_filter.cc',
249 'wm/panel_window_event_filter.h', 253 'wm/panel_window_event_filter.h',
250 'wm/partial_screenshot_event_filter.cc', 254 'wm/partial_screenshot_event_filter.cc',
251 'wm/partial_screenshot_event_filter.h', 255 'wm/partial_screenshot_event_filter.h',
252 'wm/partial_screenshot_view.cc', 256 'wm/partial_screenshot_view.cc',
253 'wm/partial_screenshot_view.h', 257 'wm/partial_screenshot_view.h',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'shell/cocoa/app-Info.plist', 602 'shell/cocoa/app-Info.plist',
599 ], 603 ],
600 'xcode_settings': { 604 'xcode_settings': {
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
602 }, 606 },
603 }], 607 }],
604 ], 608 ],
605 }, 609 },
606 ], 610 ],
607 } 611 }
OLDNEW
« no previous file with comments | « ash/DEPS ('k') | ash/ash_strings.grd » ('j') | ash/wm/keyboard_overlay_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698