| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'ash_constants.h', | 63 'ash_constants.h', |
| 64 'ash_root_window_transformer.cc', | 64 'ash_root_window_transformer.cc', |
| 65 'ash_root_window_transformer.h', | 65 'ash_root_window_transformer.h', |
| 66 'ash_switches.cc', | 66 'ash_switches.cc', |
| 67 'ash_switches.h', | 67 'ash_switches.h', |
| 68 'cancel_mode.cc', | 68 'cancel_mode.cc', |
| 69 'cancel_mode.h', | 69 'cancel_mode.h', |
| 70 'caps_lock_delegate.h', | 70 'caps_lock_delegate.h', |
| 71 'caps_lock_delegate_stub.cc', | 71 'caps_lock_delegate_stub.cc', |
| 72 'caps_lock_delegate_stub.h', | 72 'caps_lock_delegate_stub.h', |
| 73 'debug.cc', |
| 74 'debug.h', |
| 73 'desktop_background/desktop_background_controller.cc', | 75 'desktop_background/desktop_background_controller.cc', |
| 74 'desktop_background/desktop_background_controller.h', | 76 'desktop_background/desktop_background_controller.h', |
| 75 'desktop_background/desktop_background_controller_observer.h', | 77 'desktop_background/desktop_background_controller_observer.h', |
| 76 'desktop_background/desktop_background_view.cc', | 78 'desktop_background/desktop_background_view.cc', |
| 77 'desktop_background/desktop_background_view.h', | 79 'desktop_background/desktop_background_view.h', |
| 78 'desktop_background/desktop_background_widget_controller.cc', | 80 'desktop_background/desktop_background_widget_controller.cc', |
| 79 'desktop_background/desktop_background_widget_controller.h', | 81 'desktop_background/desktop_background_widget_controller.h', |
| 80 'desktop_background/user_wallpaper_delegate.h', | 82 'desktop_background/user_wallpaper_delegate.h', |
| 81 'desktop_background/wallpaper_resizer.cc', | 83 'desktop_background/wallpaper_resizer.cc', |
| 82 'desktop_background/wallpaper_resizer.h', | 84 'desktop_background/wallpaper_resizer.h', |
| (...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'shell/cocoa/app-Info.plist', | 840 'shell/cocoa/app-Info.plist', |
| 839 ], | 841 ], |
| 840 'xcode_settings': { | 842 'xcode_settings': { |
| 841 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 843 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 842 }, | 844 }, |
| 843 }], | 845 }], |
| 844 ], | 846 ], |
| 845 }, | 847 }, |
| 846 ], | 848 ], |
| 847 } | 849 } |
| OLD | NEW |