| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'shelf/overflow_button.h', | 225 'shelf/overflow_button.h', |
| 226 'shelf/scoped_observer_with_duplicated_sources.h', | 226 'shelf/scoped_observer_with_duplicated_sources.h', |
| 227 'shelf/shelf.cc', | 227 'shelf/shelf.cc', |
| 228 'shelf/shelf.h', | 228 'shelf/shelf.h', |
| 229 'shelf/shelf_alignment_menu.cc', | 229 'shelf/shelf_alignment_menu.cc', |
| 230 'shelf/shelf_alignment_menu.h', | 230 'shelf/shelf_alignment_menu.h', |
| 231 'shelf/shelf_bezel_event_filter.cc', | 231 'shelf/shelf_bezel_event_filter.cc', |
| 232 'shelf/shelf_bezel_event_filter.h', | 232 'shelf/shelf_bezel_event_filter.h', |
| 233 'shelf/shelf_button.cc', | 233 'shelf/shelf_button.cc', |
| 234 'shelf/shelf_button.h', | 234 'shelf/shelf_button.h', |
| 235 'shelf/shelf_button_host.h', | |
| 236 'shelf/shelf_constants.cc', | 235 'shelf/shelf_constants.cc', |
| 237 'shelf/shelf_constants.h', | 236 'shelf/shelf_constants.h', |
| 238 'shelf/shelf_delegate.h', | 237 'shelf/shelf_delegate.h', |
| 239 'shelf/shelf_icon_observer.h', | 238 'shelf/shelf_icon_observer.h', |
| 240 'shelf/shelf_item_delegate.h', | 239 'shelf/shelf_item_delegate.h', |
| 241 'shelf/shelf_item_delegate_manager.cc', | 240 'shelf/shelf_item_delegate_manager.cc', |
| 242 'shelf/shelf_item_delegate_manager.h', | 241 'shelf/shelf_item_delegate_manager.h', |
| 243 'shelf/shelf_item_types.cc', | 242 'shelf/shelf_item_types.cc', |
| 244 'shelf/shelf_item_types.h', | 243 'shelf/shelf_item_types.h', |
| 245 'shelf/shelf_layout_manager.cc', | 244 'shelf/shelf_layout_manager.cc', |
| (...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1359 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1361 ], | 1360 ], |
| 1362 } | 1361 } |
| 1363 ], | 1362 ], |
| 1364 ], | 1363 ], |
| 1365 }, | 1364 }, |
| 1366 ], | 1365 ], |
| 1367 }], | 1366 }], |
| 1368 ], | 1367 ], |
| 1369 } | 1368 } |
| OLD | NEW |