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

Side by Side Diff: ash/ash.gyp

Issue 11275296: Move shadow code to views\corewm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | « no previous file | ash/dip_unittest.cc » ('j') | ui/views/corewm/shadow_controller_unittest.cc » ('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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'wm/gestures/shelf_gesture_handler.cc', 294 'wm/gestures/shelf_gesture_handler.cc',
295 'wm/gestures/shelf_gesture_handler.h', 295 'wm/gestures/shelf_gesture_handler.h',
296 'wm/gestures/system_pinch_handler.cc', 296 'wm/gestures/system_pinch_handler.cc',
297 'wm/gestures/system_pinch_handler.h', 297 'wm/gestures/system_pinch_handler.h',
298 'wm/gestures/tray_gesture_handler.cc', 298 'wm/gestures/tray_gesture_handler.cc',
299 'wm/gestures/tray_gesture_handler.h', 299 'wm/gestures/tray_gesture_handler.h',
300 'wm/gestures/two_finger_drag_handler.cc', 300 'wm/gestures/two_finger_drag_handler.cc',
301 'wm/gestures/two_finger_drag_handler.h', 301 'wm/gestures/two_finger_drag_handler.h',
302 'wm/image_cursors.cc', 302 'wm/image_cursors.cc',
303 'wm/image_cursors.h', 303 'wm/image_cursors.h',
304 'wm/image_grid.cc',
305 'wm/image_grid.h',
306 'wm/maximize_bubble_controller.cc', 304 'wm/maximize_bubble_controller.cc',
307 'wm/maximize_bubble_controller.h', 305 'wm/maximize_bubble_controller.h',
308 'wm/overlay_event_filter.cc', 306 'wm/overlay_event_filter.cc',
309 'wm/overlay_event_filter.h', 307 'wm/overlay_event_filter.h',
310 'wm/panel_frame_view.cc', 308 'wm/panel_frame_view.cc',
311 'wm/panel_frame_view.h', 309 'wm/panel_frame_view.h',
312 'wm/panel_layout_manager.cc', 310 'wm/panel_layout_manager.cc',
313 'wm/panel_layout_manager.h', 311 'wm/panel_layout_manager.h',
314 'wm/panel_window_event_filter.cc', 312 'wm/panel_window_event_filter.cc',
315 'wm/panel_window_event_filter.h', 313 'wm/panel_window_event_filter.h',
(...skipping 12 matching lines...) Expand all
328 'wm/screen_dimmer.cc', 326 'wm/screen_dimmer.cc',
329 'wm/screen_dimmer.h', 327 'wm/screen_dimmer.h',
330 'wm/session_state_animator.cc', 328 'wm/session_state_animator.cc',
331 'wm/session_state_animator.h', 329 'wm/session_state_animator.h',
332 'wm/session_state_controller.cc', 330 'wm/session_state_controller.cc',
333 'wm/session_state_controller.h', 331 'wm/session_state_controller.h',
334 'wm/session_state_controller_impl.cc', 332 'wm/session_state_controller_impl.cc',
335 'wm/session_state_controller_impl.h', 333 'wm/session_state_controller_impl.h',
336 'wm/session_state_controller_impl2.cc', 334 'wm/session_state_controller_impl2.cc',
337 'wm/session_state_controller_impl2.h', 335 'wm/session_state_controller_impl2.h',
338 'wm/shadow.cc',
339 'wm/shadow.h',
340 'wm/shadow_controller.cc',
341 'wm/shadow_controller.h',
342 'wm/shadow_types.cc',
343 'wm/shadow_types.h',
344 'wm/shelf_layout_manager.cc', 336 'wm/shelf_layout_manager.cc',
345 'wm/shelf_layout_manager.h', 337 'wm/shelf_layout_manager.h',
346 'wm/shelf_types.h', 338 'wm/shelf_types.h',
347 'wm/stacking_controller.cc', 339 'wm/stacking_controller.cc',
348 'wm/stacking_controller.h', 340 'wm/stacking_controller.h',
349 'wm/status_area_layout_manager.cc', 341 'wm/status_area_layout_manager.cc',
350 'wm/status_area_layout_manager.h', 342 'wm/status_area_layout_manager.h',
351 'wm/system_background_controller.cc', 343 'wm/system_background_controller.cc',
352 'wm/system_background_controller.h', 344 'wm/system_background_controller.h',
353 'wm/system_gesture_event_filter.cc', 345 'wm/system_gesture_event_filter.cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'shell/window_watcher.cc', 543 'shell/window_watcher.cc',
552 'shell/window_watcher_unittest.cc', 544 'shell/window_watcher_unittest.cc',
553 'system/tray/system_tray_unittest.cc', 545 'system/tray/system_tray_unittest.cc',
554 'system/web_notification/web_notification_tray_unittest.cc', 546 'system/web_notification/web_notification_tray_unittest.cc',
555 'tooltips/tooltip_controller_unittest.cc', 547 'tooltips/tooltip_controller_unittest.cc',
556 'wm/activation_controller_unittest.cc', 548 'wm/activation_controller_unittest.cc',
557 'wm/base_layout_manager_unittest.cc', 549 'wm/base_layout_manager_unittest.cc',
558 'wm/cursor_manager_unittest.cc', 550 'wm/cursor_manager_unittest.cc',
559 'wm/custom_frame_view_ash_unittest.cc', 551 'wm/custom_frame_view_ash_unittest.cc',
560 'wm/frame_painter_unittest.cc', 552 'wm/frame_painter_unittest.cc',
561 'wm/image_grid_unittest.cc',
562 'wm/panel_layout_manager_unittest.cc', 553 'wm/panel_layout_manager_unittest.cc',
563 'wm/power_button_controller_unittest.cc', 554 'wm/power_button_controller_unittest.cc',
564 'wm/screen_dimmer_unittest.cc', 555 'wm/screen_dimmer_unittest.cc',
565 'wm/shadow_controller_unittest.cc',
566 'wm/shelf_layout_manager_unittest.cc', 556 'wm/shelf_layout_manager_unittest.cc',
567 'wm/system_gesture_event_filter_unittest.cc', 557 'wm/system_gesture_event_filter_unittest.cc',
568 'wm/system_modal_container_layout_manager_unittest.cc', 558 'wm/system_modal_container_layout_manager_unittest.cc',
569 'wm/toplevel_window_event_handler_unittest.cc', 559 'wm/toplevel_window_event_handler_unittest.cc',
570 'wm/user_activity_detector_unittest.cc', 560 'wm/user_activity_detector_unittest.cc',
571 'wm/video_detector_unittest.cc', 561 'wm/video_detector_unittest.cc',
572 'wm/visibility_controller_unittest.cc', 562 'wm/visibility_controller_unittest.cc',
573 'wm/window_animations_unittest.cc', 563 'wm/window_animations_unittest.cc',
574 'wm/window_cycle_controller_unittest.cc', 564 'wm/window_cycle_controller_unittest.cc',
575 'wm/window_manager_unittest.cc', 565 'wm/window_manager_unittest.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'shell/cocoa/app-Info.plist', 695 'shell/cocoa/app-Info.plist',
706 ], 696 ],
707 'xcode_settings': { 697 'xcode_settings': {
708 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 698 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
709 }, 699 },
710 }], 700 }],
711 ], 701 ],
712 }, 702 },
713 ], 703 ],
714 } 704 }
OLDNEW
« no previous file with comments | « no previous file | ash/dip_unittest.cc » ('j') | ui/views/corewm/shadow_controller_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698