OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |