| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'launcher/launcher_model.h', | 87 'launcher/launcher_model.h', |
| 88 'launcher/launcher_model_observer.h', | 88 'launcher/launcher_model_observer.h', |
| 89 'launcher/launcher_navigator.cc', | 89 'launcher/launcher_navigator.cc', |
| 90 'launcher/launcher_navigator.h', | 90 'launcher/launcher_navigator.h', |
| 91 'launcher/launcher_tooltip_manager.cc', | 91 'launcher/launcher_tooltip_manager.cc', |
| 92 'launcher/launcher_tooltip_manager.h', | 92 'launcher/launcher_tooltip_manager.h', |
| 93 'launcher/launcher_types.cc', | 93 'launcher/launcher_types.cc', |
| 94 'launcher/launcher_types.h', | 94 'launcher/launcher_types.h', |
| 95 'launcher/launcher_view.cc', | 95 'launcher/launcher_view.cc', |
| 96 'launcher/launcher_view.h', | 96 'launcher/launcher_view.h', |
| 97 'launcher/overflow_bubble.cc', |
| 98 'launcher/overflow_bubble.h', |
| 97 'launcher/tabbed_launcher_button.cc', | 99 'launcher/tabbed_launcher_button.cc', |
| 98 'launcher/tabbed_launcher_button.h', | 100 'launcher/tabbed_launcher_button.h', |
| 99 'magnifier/magnification_controller.cc', | 101 'magnifier/magnification_controller.cc', |
| 100 'magnifier/magnification_controller.h', | 102 'magnifier/magnification_controller.h', |
| 101 'display/display_controller.cc', | 103 'display/display_controller.cc', |
| 102 'display/display_controller.h', | 104 'display/display_controller.h', |
| 103 'display/mouse_cursor_event_filter.cc', | 105 'display/mouse_cursor_event_filter.cc', |
| 104 'display/mouse_cursor_event_filter.h', | 106 'display/mouse_cursor_event_filter.h', |
| 105 'display/multi_display_manager.cc', | 107 'display/multi_display_manager.cc', |
| 106 'display/multi_display_manager.h', | 108 'display/multi_display_manager.h', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 'shell/cocoa/app-Info.plist', | 566 'shell/cocoa/app-Info.plist', |
| 565 ], | 567 ], |
| 566 'xcode_settings': { | 568 'xcode_settings': { |
| 567 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 569 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 568 }, | 570 }, |
| 569 }], | 571 }], |
| 570 ], | 572 ], |
| 571 }, | 573 }, |
| 572 ], | 574 ], |
| 573 } | 575 } |
| OLD | NEW |