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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'wm/maximize_mode/workspace_backdrop_delegate.h', | 537 'wm/maximize_mode/workspace_backdrop_delegate.h', |
538 'wm/mru_window_tracker.cc', | 538 'wm/mru_window_tracker.cc', |
539 'wm/mru_window_tracker.h', | 539 'wm/mru_window_tracker.h', |
540 'wm/overlay_event_filter.cc', | 540 'wm/overlay_event_filter.cc', |
541 'wm/overlay_event_filter.h', | 541 'wm/overlay_event_filter.h', |
542 'wm/overview/overview_animation_type.h', | 542 'wm/overview/overview_animation_type.h', |
543 'wm/overview/scoped_overview_animation_settings.h', | 543 'wm/overview/scoped_overview_animation_settings.h', |
544 'wm/overview/scoped_overview_animation_settings.cc', | 544 'wm/overview/scoped_overview_animation_settings.cc', |
545 'wm/overview/scoped_transform_overview_window.cc', | 545 'wm/overview/scoped_transform_overview_window.cc', |
546 'wm/overview/scoped_transform_overview_window.h', | 546 'wm/overview/scoped_transform_overview_window.h', |
547 'wm/overview/scoped_window_copy.cc', | |
548 'wm/overview/scoped_window_copy.h', | |
549 'wm/overview/window_grid.cc', | 547 'wm/overview/window_grid.cc', |
550 'wm/overview/window_grid.h', | 548 'wm/overview/window_grid.h', |
551 'wm/overview/window_selector.cc', | 549 'wm/overview/window_selector.cc', |
552 'wm/overview/window_selector.h', | 550 'wm/overview/window_selector.h', |
553 'wm/window_cycle_controller.cc', | 551 'wm/window_cycle_controller.cc', |
554 'wm/window_cycle_controller.h', | 552 'wm/window_cycle_controller.h', |
555 'wm/window_cycle_list.cc', | 553 'wm/window_cycle_list.cc', |
556 'wm/window_cycle_list.h', | 554 'wm/window_cycle_list.h', |
557 'wm/overview/transparent_activate_window_button.cc', | 555 'wm/overview/transparent_activate_window_button.cc', |
558 'wm/overview/transparent_activate_window_button.h', | 556 'wm/overview/transparent_activate_window_button.h', |
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1282 '../build/isolate.gypi', | 1280 '../build/isolate.gypi', |
1283 ], | 1281 ], |
1284 'sources': [ | 1282 'sources': [ |
1285 'ash_unittests.isolate', | 1283 'ash_unittests.isolate', |
1286 ], | 1284 ], |
1287 }, | 1285 }, |
1288 ], | 1286 ], |
1289 }], | 1287 }], |
1290 ], | 1288 ], |
1291 } | 1289 } |
OLD | NEW |