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

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') | 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'wm/gestures/shelf_gesture_handler.cc', 298 'wm/gestures/shelf_gesture_handler.cc',
299 'wm/gestures/shelf_gesture_handler.h', 299 'wm/gestures/shelf_gesture_handler.h',
300 'wm/gestures/system_pinch_handler.cc', 300 'wm/gestures/system_pinch_handler.cc',
301 'wm/gestures/system_pinch_handler.h', 301 'wm/gestures/system_pinch_handler.h',
302 'wm/gestures/tray_gesture_handler.cc', 302 'wm/gestures/tray_gesture_handler.cc',
303 'wm/gestures/tray_gesture_handler.h', 303 'wm/gestures/tray_gesture_handler.h',
304 'wm/gestures/two_finger_drag_handler.cc', 304 'wm/gestures/two_finger_drag_handler.cc',
305 'wm/gestures/two_finger_drag_handler.h', 305 'wm/gestures/two_finger_drag_handler.h',
306 'wm/image_cursors.cc', 306 'wm/image_cursors.cc',
307 'wm/image_cursors.h', 307 'wm/image_cursors.h',
308 'wm/image_grid.cc',
309 'wm/image_grid.h',
310 'wm/maximize_bubble_controller.cc', 308 'wm/maximize_bubble_controller.cc',
311 'wm/maximize_bubble_controller.h', 309 'wm/maximize_bubble_controller.h',
312 'wm/overlay_event_filter.cc', 310 'wm/overlay_event_filter.cc',
313 'wm/overlay_event_filter.h', 311 'wm/overlay_event_filter.h',
314 'wm/panel_frame_view.cc', 312 'wm/panel_frame_view.cc',
315 'wm/panel_frame_view.h', 313 'wm/panel_frame_view.h',
316 'wm/panel_layout_manager.cc', 314 'wm/panel_layout_manager.cc',
317 'wm/panel_layout_manager.h', 315 'wm/panel_layout_manager.h',
318 'wm/panel_window_event_filter.cc', 316 'wm/panel_window_event_filter.cc',
319 'wm/panel_window_event_filter.h', 317 'wm/panel_window_event_filter.h',
(...skipping 12 matching lines...) Expand all
332 'wm/screen_dimmer.cc', 330 'wm/screen_dimmer.cc',
333 'wm/screen_dimmer.h', 331 'wm/screen_dimmer.h',
334 'wm/session_state_animator.cc', 332 'wm/session_state_animator.cc',
335 'wm/session_state_animator.h', 333 'wm/session_state_animator.h',
336 'wm/session_state_controller.cc', 334 'wm/session_state_controller.cc',
337 'wm/session_state_controller.h', 335 'wm/session_state_controller.h',
338 'wm/session_state_controller_impl.cc', 336 'wm/session_state_controller_impl.cc',
339 'wm/session_state_controller_impl.h', 337 'wm/session_state_controller_impl.h',
340 'wm/session_state_controller_impl2.cc', 338 'wm/session_state_controller_impl2.cc',
341 'wm/session_state_controller_impl2.h', 339 'wm/session_state_controller_impl2.h',
342 'wm/shadow.cc',
343 'wm/shadow.h',
344 'wm/shadow_controller.cc',
345 'wm/shadow_controller.h',
346 'wm/shadow_types.cc',
347 'wm/shadow_types.h',
348 'wm/shelf_layout_manager.cc', 340 'wm/shelf_layout_manager.cc',
349 'wm/shelf_layout_manager.h', 341 'wm/shelf_layout_manager.h',
350 'wm/shelf_types.h', 342 'wm/shelf_types.h',
351 'wm/stacking_controller.cc', 343 'wm/stacking_controller.cc',
352 'wm/stacking_controller.h', 344 'wm/stacking_controller.h',
353 'wm/status_area_layout_manager.cc', 345 'wm/status_area_layout_manager.cc',
354 'wm/status_area_layout_manager.h', 346 'wm/status_area_layout_manager.h',
355 'wm/system_background_controller.cc', 347 'wm/system_background_controller.cc',
356 'wm/system_background_controller.h', 348 'wm/system_background_controller.h',
357 'wm/system_gesture_event_filter.cc', 349 'wm/system_gesture_event_filter.cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'shell/window_watcher_unittest.cc', 547 'shell/window_watcher_unittest.cc',
556 'system/tray/system_tray_unittest.cc', 548 'system/tray/system_tray_unittest.cc',
557 'system/web_notification/web_notification_tray_unittest.cc', 549 'system/web_notification/web_notification_tray_unittest.cc',
558 'test/ash_unittests.cc', 550 'test/ash_unittests.cc',
559 'tooltips/tooltip_controller_unittest.cc', 551 'tooltips/tooltip_controller_unittest.cc',
560 'wm/activation_controller_unittest.cc', 552 'wm/activation_controller_unittest.cc',
561 'wm/base_layout_manager_unittest.cc', 553 'wm/base_layout_manager_unittest.cc',
562 'wm/cursor_manager_unittest.cc', 554 'wm/cursor_manager_unittest.cc',
563 'wm/custom_frame_view_ash_unittest.cc', 555 'wm/custom_frame_view_ash_unittest.cc',
564 'wm/frame_painter_unittest.cc', 556 'wm/frame_painter_unittest.cc',
565 'wm/image_grid_unittest.cc',
566 'wm/panel_layout_manager_unittest.cc', 557 'wm/panel_layout_manager_unittest.cc',
567 'wm/power_button_controller_unittest.cc', 558 'wm/power_button_controller_unittest.cc',
568 'wm/screen_dimmer_unittest.cc', 559 'wm/screen_dimmer_unittest.cc',
569 'wm/shadow_controller_unittest.cc',
570 'wm/shelf_layout_manager_unittest.cc', 560 'wm/shelf_layout_manager_unittest.cc',
571 'wm/system_gesture_event_filter_unittest.cc', 561 'wm/system_gesture_event_filter_unittest.cc',
572 'wm/system_modal_container_layout_manager_unittest.cc', 562 'wm/system_modal_container_layout_manager_unittest.cc',
573 'wm/toplevel_window_event_handler_unittest.cc', 563 'wm/toplevel_window_event_handler_unittest.cc',
574 'wm/user_activity_detector_unittest.cc', 564 'wm/user_activity_detector_unittest.cc',
575 'wm/video_detector_unittest.cc', 565 'wm/video_detector_unittest.cc',
576 'wm/visibility_controller_unittest.cc', 566 'wm/visibility_controller_unittest.cc',
577 'wm/window_animations_unittest.cc', 567 'wm/window_animations_unittest.cc',
578 'wm/window_cycle_controller_unittest.cc', 568 'wm/window_cycle_controller_unittest.cc',
579 'wm/window_manager_unittest.cc', 569 'wm/window_manager_unittest.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'shell/cocoa/app-Info.plist', 699 'shell/cocoa/app-Info.plist',
710 ], 700 ],
711 'xcode_settings': { 701 'xcode_settings': {
712 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 702 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
713 }, 703 },
714 }], 704 }],
715 ], 705 ],
716 }, 706 },
717 ], 707 ],
718 } 708 }
OLDNEW
« no previous file with comments | « no previous file | ash/dip_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698