| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 'shelf/app_list_shelf_item_delegate.h', | 356 'shelf/app_list_shelf_item_delegate.h', |
| 357 'shelf/overflow_bubble.cc', | 357 'shelf/overflow_bubble.cc', |
| 358 'shelf/overflow_bubble.h', | 358 'shelf/overflow_bubble.h', |
| 359 'shelf/overflow_bubble_view.cc', | 359 'shelf/overflow_bubble_view.cc', |
| 360 'shelf/overflow_bubble_view.h', | 360 'shelf/overflow_bubble_view.h', |
| 361 'shelf/overflow_button.cc', | 361 'shelf/overflow_button.cc', |
| 362 'shelf/overflow_button.h', | 362 'shelf/overflow_button.h', |
| 363 'shelf/scoped_observer_with_duplicated_sources.h', | 363 'shelf/scoped_observer_with_duplicated_sources.h', |
| 364 'shelf/shelf.cc', | 364 'shelf/shelf.cc', |
| 365 'shelf/shelf.h', | 365 'shelf/shelf.h', |
| 366 'shelf/shelf_background_animator.cc', |
| 367 'shelf/shelf_background_animator.h', |
| 368 'shelf/shelf_background_animator_delegate.h', |
| 366 'shelf/shelf_bezel_event_filter.cc', | 369 'shelf/shelf_bezel_event_filter.cc', |
| 367 'shelf/shelf_bezel_event_filter.h', | 370 'shelf/shelf_bezel_event_filter.h', |
| 368 'shelf/shelf_button.cc', | 371 'shelf/shelf_button.cc', |
| 369 'shelf/shelf_button.h', | 372 'shelf/shelf_button.h', |
| 370 'shelf/shelf_button_pressed_metric_tracker.cc', | 373 'shelf/shelf_button_pressed_metric_tracker.cc', |
| 371 'shelf/shelf_button_pressed_metric_tracker.h', | 374 'shelf/shelf_button_pressed_metric_tracker.h', |
| 372 'shelf/shelf_delegate.h', | 375 'shelf/shelf_delegate.h', |
| 373 'shelf/shelf_icon_observer.h', | 376 'shelf/shelf_icon_observer.h', |
| 374 'shelf/shelf_layout_manager.cc', | 377 'shelf/shelf_layout_manager.cc', |
| 375 'shelf/shelf_layout_manager.h', | 378 'shelf/shelf_layout_manager.h', |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1448 ], | 1451 ], |
| 1449 } | 1452 } |
| 1450 ], | 1453 ], |
| 1451 ], | 1454 ], |
| 1452 }, | 1455 }, |
| 1453 ], | 1456 ], |
| 1454 }], | 1457 }], |
| 1455 ], | 1458 ], |
| 1456 } | 1459 } |
| OLD | NEW |