| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'rotator/screen_rotation.cc', | 197 'rotator/screen_rotation.cc', |
| 198 'rotator/screen_rotation.h', | 198 'rotator/screen_rotation.h', |
| 199 'scoped_target_root_window.cc', | 199 'scoped_target_root_window.cc', |
| 200 'scoped_target_root_window.h', | 200 'scoped_target_root_window.h', |
| 201 'screen_util.cc', | 201 'screen_util.cc', |
| 202 'screen_util.h', | 202 'screen_util.h', |
| 203 'screenshot_delegate.h', | 203 'screenshot_delegate.h', |
| 204 'session_state_delegate.h', | 204 'session_state_delegate.h', |
| 205 'session_state_observer.cc', | 205 'session_state_observer.cc', |
| 206 'session_state_observer.h', | 206 'session_state_observer.h', |
| 207 'shelf/alternate_app_list_button.cc', |
| 208 'shelf/alternate_app_list_button.h', |
| 207 'shelf/app_list_button.cc', | 209 'shelf/app_list_button.cc', |
| 208 'shelf/app_list_button.h', | 210 'shelf/app_list_button.h', |
| 209 'shelf/app_list_shelf_item_delegate.cc', | 211 'shelf/app_list_shelf_item_delegate.cc', |
| 210 'shelf/app_list_shelf_item_delegate.h', | 212 'shelf/app_list_shelf_item_delegate.h', |
| 211 'shelf/background_animator.cc', | 213 'shelf/background_animator.cc', |
| 212 'shelf/background_animator.h', | 214 'shelf/background_animator.h', |
| 213 'shelf/overflow_bubble.cc', | 215 'shelf/overflow_bubble.cc', |
| 214 'shelf/overflow_bubble.h', | 216 'shelf/overflow_bubble.h', |
| 215 'shelf/overflow_bubble_view.cc', | 217 'shelf/overflow_bubble_view.cc', |
| 216 'shelf/overflow_bubble_view.h', | 218 'shelf/overflow_bubble_view.h', |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 }, | 1105 }, |
| 1104 }, | 1106 }, |
| 1105 'dependencies': [ | 1107 'dependencies': [ |
| 1106 '../sandbox/sandbox.gyp:sandbox', | 1108 '../sandbox/sandbox.gyp:sandbox', |
| 1107 ], | 1109 ], |
| 1108 }], | 1110 }], |
| 1109 ], | 1111 ], |
| 1110 }, | 1112 }, |
| 1111 ], | 1113 ], |
| 1112 } | 1114 } |
| OLD | NEW |