| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 'utility/partial_screenshot_controller.h', | 516 'utility/partial_screenshot_controller.h', |
| 517 'virtual_keyboard_controller.cc', | 517 'virtual_keyboard_controller.cc', |
| 518 'virtual_keyboard_controller.h', | 518 'virtual_keyboard_controller.h', |
| 519 'volume_control_delegate.h', | 519 'volume_control_delegate.h', |
| 520 'wm/always_on_top_controller.cc', | 520 'wm/always_on_top_controller.cc', |
| 521 'wm/always_on_top_controller.h', | 521 'wm/always_on_top_controller.h', |
| 522 'wm/ash_focus_rules.cc', | 522 'wm/ash_focus_rules.cc', |
| 523 'wm/ash_focus_rules.h', | 523 'wm/ash_focus_rules.h', |
| 524 'wm/ash_native_cursor_manager.cc', | 524 'wm/ash_native_cursor_manager.cc', |
| 525 'wm/ash_native_cursor_manager.h', | 525 'wm/ash_native_cursor_manager.h', |
| 526 'wm/aura/aura_layout_manager_adapter.cc', |
| 527 'wm/aura/aura_layout_manager_adapter.h', |
| 526 'wm/aura/wm_root_window_controller_aura.cc', | 528 'wm/aura/wm_root_window_controller_aura.cc', |
| 527 'wm/aura/wm_root_window_controller_aura.h', | 529 'wm/aura/wm_root_window_controller_aura.h', |
| 528 'wm/aura/wm_window_aura.cc', | 530 'wm/aura/wm_window_aura.cc', |
| 529 'wm/aura/wm_window_aura.h', | 531 'wm/aura/wm_window_aura.h', |
| 530 'wm/boot_splash_screen_chromeos.cc', | 532 'wm/boot_splash_screen_chromeos.cc', |
| 531 'wm/boot_splash_screen_chromeos.h', | 533 'wm/boot_splash_screen_chromeos.h', |
| 532 'wm/common/wm_event.cc', | 534 'wm/common/wm_event.cc', |
| 533 'wm/common/wm_event.h', | 535 'wm/common/wm_event.h', |
| 536 'wm/common/wm_layout_manager.h', |
| 534 'wm/common/wm_root_window_controller.h', | 537 'wm/common/wm_root_window_controller.h', |
| 535 'wm/common/wm_screen_util.cc', | 538 'wm/common/wm_screen_util.cc', |
| 536 'wm/common/wm_screen_util.h', | 539 'wm/common/wm_screen_util.h', |
| 537 'wm/common/wm_types.cc', | 540 'wm/common/wm_types.cc', |
| 538 'wm/common/wm_types.h', | 541 'wm/common/wm_types.h', |
| 539 'wm/common/wm_window.h', | 542 'wm/common/wm_window.h', |
| 540 'wm/common/wm_window_observer.h', | 543 'wm/common/wm_window_observer.h', |
| 541 'wm/common/wm_window_property.h', | 544 'wm/common/wm_window_property.h', |
| 542 'wm/common/workspace/workspace_layout_manager_delegate.h', | 545 'wm/common/workspace/workspace_layout_manager_delegate.h', |
| 543 'wm/coordinate_conversion.cc', | 546 'wm/coordinate_conversion.cc', |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1382 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1380 ], | 1383 ], |
| 1381 } | 1384 } |
| 1382 ], | 1385 ], |
| 1383 ], | 1386 ], |
| 1384 }, | 1387 }, |
| 1385 ], | 1388 ], |
| 1386 }], | 1389 }], |
| 1387 ], | 1390 ], |
| 1388 } | 1391 } |
| OLD | NEW |