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

Side by Side Diff: ash/ash.gyp

Issue 879653002: Remove --ash-enable-tray-dragging flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/ash_switches.h » ('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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'wm/drag_window_resizer.cc', 501 'wm/drag_window_resizer.cc',
502 'wm/drag_window_resizer.h', 502 'wm/drag_window_resizer.h',
503 'wm/event_client_impl.cc', 503 'wm/event_client_impl.cc',
504 'wm/event_client_impl.h', 504 'wm/event_client_impl.h',
505 'wm/gestures/long_press_affordance_handler.cc', 505 'wm/gestures/long_press_affordance_handler.cc',
506 'wm/gestures/long_press_affordance_handler.h', 506 'wm/gestures/long_press_affordance_handler.h',
507 'wm/gestures/overview_gesture_handler.cc', 507 'wm/gestures/overview_gesture_handler.cc',
508 'wm/gestures/overview_gesture_handler.h', 508 'wm/gestures/overview_gesture_handler.h',
509 'wm/gestures/shelf_gesture_handler.cc', 509 'wm/gestures/shelf_gesture_handler.cc',
510 'wm/gestures/shelf_gesture_handler.h', 510 'wm/gestures/shelf_gesture_handler.h',
511 'wm/gestures/tray_gesture_handler.cc',
512 'wm/gestures/tray_gesture_handler.h',
513 'wm/immersive_fullscreen_controller.cc', 511 'wm/immersive_fullscreen_controller.cc',
514 'wm/immersive_fullscreen_controller.h', 512 'wm/immersive_fullscreen_controller.h',
515 'wm/immersive_revealed_lock.cc', 513 'wm/immersive_revealed_lock.cc',
516 'wm/immersive_revealed_lock.h', 514 'wm/immersive_revealed_lock.h',
517 'wm/lock_layout_manager.cc', 515 'wm/lock_layout_manager.cc',
518 'wm/lock_layout_manager.h', 516 'wm/lock_layout_manager.h',
519 'wm/lock_state_controller.cc', 517 'wm/lock_state_controller.cc',
520 'wm/lock_state_controller.h', 518 'wm/lock_state_controller.h',
521 'wm/lock_state_observer.h', 519 'wm/lock_state_observer.h',
522 'wm/lock_window_state.cc', 520 'wm/lock_window_state.cc',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 '../build/isolate.gypi', 1285 '../build/isolate.gypi',
1288 ], 1286 ],
1289 'sources': [ 1287 'sources': [
1290 'ash_unittests.isolate', 1288 'ash_unittests.isolate',
1291 ], 1289 ],
1292 }, 1290 },
1293 ], 1291 ],
1294 }], 1292 }],
1295 ], 1293 ],
1296 } 1294 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698