| 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 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
| 10 'ash_sources': [ | 10 'ash_sources': [ |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'root_window_controller.h', | 179 'root_window_controller.h', |
| 180 'root_window_settings.cc', | 180 'root_window_settings.cc', |
| 181 'root_window_settings.h', | 181 'root_window_settings.h', |
| 182 'rotator/screen_rotation.cc', | 182 'rotator/screen_rotation.cc', |
| 183 'rotator/screen_rotation.h', | 183 'rotator/screen_rotation.h', |
| 184 'scoped_target_root_window.cc', | 184 'scoped_target_root_window.cc', |
| 185 'scoped_target_root_window.h', | 185 'scoped_target_root_window.h', |
| 186 'screen_util.cc', | 186 'screen_util.cc', |
| 187 'screen_util.h', | 187 'screen_util.h', |
| 188 'screenshot_delegate.h', | 188 'screenshot_delegate.h', |
| 189 'session/session_state_delegate.cc', |
| 189 'session/session_state_delegate.h', | 190 'session/session_state_delegate.h', |
| 190 'session/session_state_observer.cc', | 191 'session/session_state_observer.cc', |
| 191 'session/session_state_observer.h', | 192 'session/session_state_observer.h', |
| 192 'shelf/app_list_button.cc', | 193 'shelf/app_list_button.cc', |
| 193 'shelf/app_list_button.h', | 194 'shelf/app_list_button.h', |
| 194 'shelf/app_list_shelf_item_delegate.cc', | 195 'shelf/app_list_shelf_item_delegate.cc', |
| 195 'shelf/app_list_shelf_item_delegate.h', | 196 'shelf/app_list_shelf_item_delegate.h', |
| 196 'shelf/background_animator.cc', | 197 'shelf/background_animator.cc', |
| 197 'shelf/background_animator.h', | 198 'shelf/background_animator.h', |
| 198 'shelf/overflow_bubble.cc', | 199 'shelf/overflow_bubble.cc', |
| (...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 'conditions': [ | 1247 'conditions': [ |
| 1247 ['chromeos==1', { | 1248 ['chromeos==1', { |
| 1248 'dependencies': [ | 1249 'dependencies': [ |
| 1249 '../ui/display/display.gyp:display', | 1250 '../ui/display/display.gyp:display', |
| 1250 ], | 1251 ], |
| 1251 }], | 1252 }], |
| 1252 ], | 1253 ], |
| 1253 }, | 1254 }, |
| 1254 ], | 1255 ], |
| 1255 } | 1256 } |
| OLD | NEW |