| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'shelf/shelf_delegate.h', | 240 'shelf/shelf_delegate.h', |
| 241 'shelf/shelf_icon_observer.h', | 241 'shelf/shelf_icon_observer.h', |
| 242 'shelf/shelf_item_delegate.h', | 242 'shelf/shelf_item_delegate.h', |
| 243 'shelf/shelf_item_delegate_manager.cc', | 243 'shelf/shelf_item_delegate_manager.cc', |
| 244 'shelf/shelf_item_delegate_manager.h', | 244 'shelf/shelf_item_delegate_manager.h', |
| 245 'shelf/shelf_item_types.cc', | 245 'shelf/shelf_item_types.cc', |
| 246 'shelf/shelf_item_types.h', | 246 'shelf/shelf_item_types.h', |
| 247 'shelf/shelf_layout_manager.cc', | 247 'shelf/shelf_layout_manager.cc', |
| 248 'shelf/shelf_layout_manager.h', | 248 'shelf/shelf_layout_manager.h', |
| 249 'shelf/shelf_layout_manager_observer.h', | 249 'shelf/shelf_layout_manager_observer.h', |
| 250 'shelf/shelf_locking_manager.cc', |
| 251 'shelf/shelf_locking_manager.h', |
| 250 'shelf/shelf_menu_model.h', | 252 'shelf/shelf_menu_model.h', |
| 251 'shelf/shelf_model.cc', | 253 'shelf/shelf_model.cc', |
| 252 'shelf/shelf_model.h', | 254 'shelf/shelf_model.h', |
| 253 'shelf/shelf_model_observer.h', | 255 'shelf/shelf_model_observer.h', |
| 254 'shelf/shelf_navigator.cc', | 256 'shelf/shelf_navigator.cc', |
| 255 'shelf/shelf_navigator.h', | 257 'shelf/shelf_navigator.h', |
| 256 'shelf/shelf_tooltip_manager.cc', | 258 'shelf/shelf_tooltip_manager.cc', |
| 257 'shelf/shelf_tooltip_manager.h', | 259 'shelf/shelf_tooltip_manager.h', |
| 258 'shelf/shelf_types.h', | 260 'shelf/shelf_types.h', |
| 259 'shelf/shelf_util.cc', | 261 'shelf/shelf_util.cc', |
| (...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1384 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1383 ], | 1385 ], |
| 1384 } | 1386 } |
| 1385 ], | 1387 ], |
| 1386 ], | 1388 ], |
| 1387 }, | 1389 }, |
| 1388 ], | 1390 ], |
| 1389 }], | 1391 }], |
| 1390 ], | 1392 ], |
| 1391 } | 1393 } |
| OLD | NEW |