Chromium Code Reviews| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 56 'aura/wm_window_aura.cc', | 56 'aura/wm_window_aura.cc', |
| 57 'aura/wm_window_aura.h', | 57 'aura/wm_window_aura.h', |
| 58 'autoclick/autoclick_controller.cc', | 58 'autoclick/autoclick_controller.cc', |
| 59 'autoclick/autoclick_controller.h', | 59 'autoclick/autoclick_controller.h', |
| 60 'cancel_mode.cc', | 60 'cancel_mode.cc', |
| 61 'cancel_mode.h', | 61 'cancel_mode.h', |
| 62 'cast_config_delegate.cc', | 62 'cast_config_delegate.cc', |
| 63 'cast_config_delegate.h', | 63 'cast_config_delegate.h', |
| 64 'common/root_window_controller_common.cc', | 64 'common/root_window_controller_common.cc', |
| 65 'common/root_window_controller_common.h', | 65 'common/root_window_controller_common.h', |
| 66 'common/session/session_state_delegate.cc', | |
| 67 'common/session/session_state_delegate.h', | |
| 68 'common/session/session_state_observer.cc', | |
| 69 'common/session/session_state_observer.h', | |
| 70 'common/session/session_types.h', | |
|
James Cook
2016/06/07 21:30:00
This one was missing before.
| |
| 66 'common/shelf/shelf_constants.cc', | 71 'common/shelf/shelf_constants.cc', |
| 67 'common/shelf/shelf_constants.h', | 72 'common/shelf/shelf_constants.h', |
| 68 'common/shelf/shelf_item_delegate.h', | 73 'common/shelf/shelf_item_delegate.h', |
| 69 'common/shelf/shelf_item_delegate_manager.cc', | 74 'common/shelf/shelf_item_delegate_manager.cc', |
| 70 'common/shelf/shelf_item_delegate_manager.h', | 75 'common/shelf/shelf_item_delegate_manager.h', |
| 71 'common/shelf/shelf_item_types.cc', | 76 'common/shelf/shelf_item_types.cc', |
| 72 'common/shelf/shelf_item_types.h', | 77 'common/shelf/shelf_item_types.h', |
| 73 'common/shelf/shelf_model.cc', | 78 'common/shelf/shelf_model.cc', |
| 74 'common/shelf/shelf_model.h', | 79 'common/shelf/shelf_model.h', |
| 75 'common/shelf/shelf_model_observer.h', | 80 'common/shelf/shelf_model_observer.h', |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 332 'rotator/screen_rotation_animation.h', | 337 'rotator/screen_rotation_animation.h', |
| 333 'rotator/screen_rotation_animator.cc', | 338 'rotator/screen_rotation_animator.cc', |
| 334 'rotator/screen_rotation_animator.h', | 339 'rotator/screen_rotation_animator.h', |
| 335 'rotator/window_rotation.cc', | 340 'rotator/window_rotation.cc', |
| 336 'rotator/window_rotation.h', | 341 'rotator/window_rotation.h', |
| 337 'scoped_target_root_window.cc', | 342 'scoped_target_root_window.cc', |
| 338 'scoped_target_root_window.h', | 343 'scoped_target_root_window.h', |
| 339 'screen_util.cc', | 344 'screen_util.cc', |
| 340 'screen_util.h', | 345 'screen_util.h', |
| 341 'screenshot_delegate.h', | 346 'screenshot_delegate.h', |
| 342 'session/session_state_delegate.cc', | |
| 343 'session/session_state_delegate.h', | |
| 344 'session/session_state_observer.cc', | |
| 345 'session/session_state_observer.h', | |
| 346 'shelf/app_list_button.cc', | 347 'shelf/app_list_button.cc', |
| 347 'shelf/app_list_button.h', | 348 'shelf/app_list_button.h', |
| 348 'shelf/app_list_shelf_item_delegate.cc', | 349 'shelf/app_list_shelf_item_delegate.cc', |
| 349 'shelf/app_list_shelf_item_delegate.h', | 350 'shelf/app_list_shelf_item_delegate.h', |
| 350 'shelf/overflow_bubble.cc', | 351 'shelf/overflow_bubble.cc', |
| 351 'shelf/overflow_bubble.h', | 352 'shelf/overflow_bubble.h', |
| 352 'shelf/overflow_bubble_view.cc', | 353 'shelf/overflow_bubble_view.cc', |
| 353 'shelf/overflow_bubble_view.h', | 354 'shelf/overflow_bubble_view.h', |
| 354 'shelf/overflow_button.cc', | 355 'shelf/overflow_button.cc', |
| 355 'shelf/overflow_button.h', | 356 'shelf/overflow_button.h', |
| (...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1444 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1444 ], | 1445 ], |
| 1445 } | 1446 } |
| 1446 ], | 1447 ], |
| 1447 ], | 1448 ], |
| 1448 }, | 1449 }, |
| 1449 ], | 1450 ], |
| 1450 }], | 1451 }], |
| 1451 ], | 1452 ], |
| 1452 } | 1453 } |
| OLD | NEW |