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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
830 'shell/cocoa/app-Info.plist', | 832 'shell/cocoa/app-Info.plist', |
831 ], | 833 ], |
832 'xcode_settings': { | 834 'xcode_settings': { |
833 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 835 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
834 }, | 836 }, |
835 }], | 837 }], |
836 ], | 838 ], |
837 }, | 839 }, |
838 ], | 840 ], |
839 } | 841 } |
OLD | NEW |