| 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 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'ash_constants.h', | 69 'ash_constants.h', |
| 70 'ash_switches.cc', | 70 'ash_switches.cc', |
| 71 'ash_switches.h', | 71 'ash_switches.h', |
| 72 'cancel_mode.cc', | 72 'cancel_mode.cc', |
| 73 'cancel_mode.h', | 73 'cancel_mode.h', |
| 74 'caps_lock_delegate.h', | 74 'caps_lock_delegate.h', |
| 75 'caps_lock_delegate_stub.cc', | 75 'caps_lock_delegate_stub.cc', |
| 76 'caps_lock_delegate_stub.h', | 76 'caps_lock_delegate_stub.h', |
| 77 'debug.cc', | 77 'debug.cc', |
| 78 'debug.h', | 78 'debug.h', |
| 79 'default_user_wallpaper_delegate.cc', |
| 80 'default_user_wallpaper_delegate.h', |
| 79 'desktop_background/desktop_background_controller.cc', | 81 'desktop_background/desktop_background_controller.cc', |
| 80 'desktop_background/desktop_background_controller.h', | 82 'desktop_background/desktop_background_controller.h', |
| 81 'desktop_background/desktop_background_controller_observer.h', | 83 'desktop_background/desktop_background_controller_observer.h', |
| 82 'desktop_background/desktop_background_view.cc', | 84 'desktop_background/desktop_background_view.cc', |
| 83 'desktop_background/desktop_background_view.h', | 85 'desktop_background/desktop_background_view.h', |
| 84 'desktop_background/desktop_background_widget_controller.cc', | 86 'desktop_background/desktop_background_widget_controller.cc', |
| 85 'desktop_background/desktop_background_widget_controller.h', | 87 'desktop_background/desktop_background_widget_controller.h', |
| 86 'desktop_background/user_wallpaper_delegate.h', | 88 'desktop_background/user_wallpaper_delegate.h', |
| 87 'desktop_background/wallpaper_resizer.cc', | 89 'desktop_background/wallpaper_resizer.cc', |
| 88 'desktop_background/wallpaper_resizer.h', | 90 'desktop_background/wallpaper_resizer.h', |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'test/launcher_view_test_api.cc', | 603 'test/launcher_view_test_api.cc', |
| 602 'test/launcher_view_test_api.h', | 604 'test/launcher_view_test_api.h', |
| 603 'test/display_manager_test_api.cc', | 605 'test/display_manager_test_api.cc', |
| 604 'test/display_manager_test_api.h', | 606 'test/display_manager_test_api.h', |
| 605 'test/mirror_window_test_api.cc', | 607 'test/mirror_window_test_api.cc', |
| 606 'test/mirror_window_test_api.h', | 608 'test/mirror_window_test_api.h', |
| 607 'test/shell_test_api.cc', | 609 'test/shell_test_api.cc', |
| 608 'test/shell_test_api.h', | 610 'test/shell_test_api.h', |
| 609 'test/test_activation_delegate.cc', | 611 'test/test_activation_delegate.cc', |
| 610 'test/test_activation_delegate.h', | 612 'test/test_activation_delegate.h', |
| 613 'test/test_user_wallpaper_delegate.cc', |
| 614 'test/test_user_wallpaper_delegate.h', |
| 611 'test/test_launcher_delegate.cc', | 615 'test/test_launcher_delegate.cc', |
| 612 'test/test_launcher_delegate.h', | 616 'test/test_launcher_delegate.h', |
| 613 'test/test_session_state_delegate.cc', | 617 'test/test_session_state_delegate.cc', |
| 614 'test/test_session_state_delegate.cc', | 618 'test/test_session_state_delegate.cc', |
| 615 'test/test_shell_delegate.cc', | 619 'test/test_shell_delegate.cc', |
| 616 'test/test_shell_delegate.h', | 620 'test/test_shell_delegate.h', |
| 617 'test/test_suite.cc', | 621 'test/test_suite.cc', |
| 618 'test/test_suite.h', | 622 'test/test_suite.h', |
| 619 'test/test_suite_init.h', | 623 'test/test_suite_init.h', |
| 620 'test/test_suite_init.mm', | 624 'test/test_suite_init.mm', |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 }, | 898 }, |
| 895 }, | 899 }, |
| 896 'dependencies': [ | 900 'dependencies': [ |
| 897 '../sandbox/sandbox.gyp:sandbox', | 901 '../sandbox/sandbox.gyp:sandbox', |
| 898 ], | 902 ], |
| 899 }], | 903 }], |
| 900 ], | 904 ], |
| 901 }, | 905 }, |
| 902 ], | 906 ], |
| 903 } | 907 } |
| OLD | NEW |