| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'accelerators/accelerator_table.h', | 51 'accelerators/accelerator_table.h', |
| 52 'accelerators/focus_manager_factory.cc', | 52 'accelerators/focus_manager_factory.cc', |
| 53 'accelerators/focus_manager_factory.h', | 53 'accelerators/focus_manager_factory.h', |
| 54 'accelerators/nested_dispatcher_controller.cc', | 54 'accelerators/nested_dispatcher_controller.cc', |
| 55 'accelerators/nested_dispatcher_controller.h', | 55 'accelerators/nested_dispatcher_controller.h', |
| 56 'ash_constants.cc', | 56 'ash_constants.cc', |
| 57 'ash_constants.h', | 57 'ash_constants.h', |
| 58 'ash_switches.cc', | 58 'ash_switches.cc', |
| 59 'ash_switches.h', | 59 'ash_switches.h', |
| 60 'caps_lock_delegate.h', | 60 'caps_lock_delegate.h', |
| 61 'caps_lock_delegate_stub.cc', |
| 62 'caps_lock_delegate_stub.h', |
| 61 'desktop_background/desktop_background_controller.cc', | 63 'desktop_background/desktop_background_controller.cc', |
| 62 'desktop_background/desktop_background_controller.h', | 64 'desktop_background/desktop_background_controller.h', |
| 63 'desktop_background/desktop_background_resources.cc', | 65 'desktop_background/desktop_background_resources.cc', |
| 64 'desktop_background/desktop_background_resources.h', | 66 'desktop_background/desktop_background_resources.h', |
| 65 'desktop_background/desktop_background_view.cc', | 67 'desktop_background/desktop_background_view.cc', |
| 66 'desktop_background/desktop_background_view.h', | 68 'desktop_background/desktop_background_view.h', |
| 67 'desktop_background/desktop_background_widget_controller.cc', | 69 'desktop_background/desktop_background_widget_controller.cc', |
| 68 'desktop_background/desktop_background_widget_controller.h', | 70 'desktop_background/desktop_background_widget_controller.h', |
| 69 'display/display_controller.cc', | 71 'display/display_controller.cc', |
| 70 'display/display_controller.h', | 72 'display/display_controller.h', |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 'shell/cocoa/app-Info.plist', | 613 'shell/cocoa/app-Info.plist', |
| 612 ], | 614 ], |
| 613 'xcode_settings': { | 615 'xcode_settings': { |
| 614 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 616 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 615 }, | 617 }, |
| 616 }], | 618 }], |
| 617 ], | 619 ], |
| 618 }, | 620 }, |
| 619 ], | 621 ], |
| 620 } | 622 } |
| OLD | NEW |