| 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 | 10 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'ash_constants.h', | 56 'ash_constants.h', |
| 57 'ash_switches.cc', | 57 'ash_switches.cc', |
| 58 'ash_switches.h', | 58 'ash_switches.h', |
| 59 'caps_lock_delegate.h', | 59 'caps_lock_delegate.h', |
| 60 'desktop_background/desktop_background_controller.cc', | 60 'desktop_background/desktop_background_controller.cc', |
| 61 'desktop_background/desktop_background_controller.h', | 61 'desktop_background/desktop_background_controller.h', |
| 62 'desktop_background/desktop_background_resources.cc', | 62 'desktop_background/desktop_background_resources.cc', |
| 63 'desktop_background/desktop_background_resources.h', | 63 'desktop_background/desktop_background_resources.h', |
| 64 'desktop_background/desktop_background_view.cc', | 64 'desktop_background/desktop_background_view.cc', |
| 65 'desktop_background/desktop_background_view.h', | 65 'desktop_background/desktop_background_view.h', |
| 66 'desktop_background/desktop_background_widget_controller.cc', |
| 67 'desktop_background/desktop_background_widget_controller.h', |
| 66 'display/display_controller.cc', | 68 'display/display_controller.cc', |
| 67 'display/display_controller.h', | 69 'display/display_controller.h', |
| 68 'display/mouse_cursor_event_filter.cc', | 70 'display/mouse_cursor_event_filter.cc', |
| 69 'display/mouse_cursor_event_filter.h', | 71 'display/mouse_cursor_event_filter.h', |
| 70 'display/multi_display_manager.cc', | 72 'display/multi_display_manager.cc', |
| 71 'display/multi_display_manager.h', | 73 'display/multi_display_manager.h', |
| 72 'display/output_configurator_animation.cc', | 74 'display/output_configurator_animation.cc', |
| 73 'display/output_configurator_animation.h', | 75 'display/output_configurator_animation.h', |
| 74 'display/screen_position_controller.cc', | 76 'display/screen_position_controller.cc', |
| 75 'display/screen_position_controller.h', | 77 'display/screen_position_controller.h', |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'shell/cocoa/app-Info.plist', | 617 'shell/cocoa/app-Info.plist', |
| 616 ], | 618 ], |
| 617 'xcode_settings': { | 619 'xcode_settings': { |
| 618 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 620 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 619 }, | 621 }, |
| 620 }], | 622 }], |
| 621 ], | 623 ], |
| 622 }, | 624 }, |
| 623 ], | 625 ], |
| 624 } | 626 } |
| OLD | NEW |