| 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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'content/keyboard_overlay/keyboard_overlay_view.cc', | 682 'content/keyboard_overlay/keyboard_overlay_view.cc', |
| 683 'content/keyboard_overlay/keyboard_overlay_view.h', | 683 'content/keyboard_overlay/keyboard_overlay_view.h', |
| 684 'content/screen_orientation_delegate_chromeos.cc', | 684 'content/screen_orientation_delegate_chromeos.cc', |
| 685 'content/screen_orientation_delegate_chromeos.h', | 685 'content/screen_orientation_delegate_chromeos.h', |
| 686 'content/shell_content_state.cc', | 686 'content/shell_content_state.cc', |
| 687 'content/shell_content_state.h', | 687 'content/shell_content_state.h', |
| 688 ], | 688 ], |
| 689 'ash_test_support_sources': [ | 689 'ash_test_support_sources': [ |
| 690 'desktop_background/desktop_background_controller_test_api.cc', | 690 'desktop_background/desktop_background_controller_test_api.cc', |
| 691 'desktop_background/desktop_background_controller_test_api.h', | 691 'desktop_background/desktop_background_controller_test_api.h', |
| 692 'shell/toplevel_window.cc', | |
| 693 'shell/toplevel_window.h', | |
| 694 'test/app_list_controller_test_api.cc', | 692 'test/app_list_controller_test_api.cc', |
| 695 'test/app_list_controller_test_api.h', | 693 'test/app_list_controller_test_api.h', |
| 696 'test/ash_test_base.cc', | 694 'test/ash_test_base.cc', |
| 697 'test/ash_test_base.h', | 695 'test/ash_test_base.h', |
| 698 'test/ash_test_helper.cc', | 696 'test/ash_test_helper.cc', |
| 699 'test/ash_test_helper.h', | 697 'test/ash_test_helper.h', |
| 700 'test/ash_test_views_delegate.cc', | 698 'test/ash_test_views_delegate.cc', |
| 701 'test/ash_test_views_delegate.h', | 699 'test/ash_test_views_delegate.h', |
| 702 'test/child_modal_window.cc', | 700 'test/child_modal_window.cc', |
| 703 'test/child_modal_window.h', | 701 'test/child_modal_window.h', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'test/user_metrics_recorder_test_api.cc', | 758 'test/user_metrics_recorder_test_api.cc', |
| 761 'test/user_metrics_recorder_test_api.h', | 759 'test/user_metrics_recorder_test_api.h', |
| 762 'test/virtual_keyboard_test_helper.cc', | 760 'test/virtual_keyboard_test_helper.cc', |
| 763 'test/virtual_keyboard_test_helper.h', | 761 'test/virtual_keyboard_test_helper.h', |
| 764 ], | 762 ], |
| 765 'ash_test_support_with_content_sources': [ | 763 'ash_test_support_with_content_sources': [ |
| 766 'test/content/test_shell_content_state.cc', | 764 'test/content/test_shell_content_state.cc', |
| 767 'test/content/test_shell_content_state.h', | 765 'test/content/test_shell_content_state.h', |
| 768 ], | 766 ], |
| 769 'ash_shell_lib_sources': [ | 767 'ash_shell_lib_sources': [ |
| 770 '../ui/views/test/test_views_delegate_aura.cc', | |
| 771 'shell/app_list.cc', | 768 'shell/app_list.cc', |
| 772 'shell/bubble.cc', | 769 'shell/bubble.cc', |
| 773 'shell/context_menu.cc', | 770 'shell/context_menu.cc', |
| 774 'shell/context_menu.h', | 771 'shell/context_menu.h', |
| 775 'shell/example_factory.h', | 772 'shell/example_factory.h', |
| 776 'shell/lock_view.cc', | 773 'shell/lock_view.cc', |
| 777 'shell/panel_window.cc', | 774 'shell/panel_window.cc', |
| 778 'shell/panel_window.h', | 775 'shell/panel_window.h', |
| 779 'shell/shelf_delegate_impl.cc', | 776 'shell/shelf_delegate_impl.cc', |
| 780 'shell/shelf_delegate_impl.h', | 777 'shell/shelf_delegate_impl.h', |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1365 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1366 ], | 1363 ], |
| 1367 } | 1364 } |
| 1368 ], | 1365 ], |
| 1369 ], | 1366 ], |
| 1370 }, | 1367 }, |
| 1371 ], | 1368 ], |
| 1372 }], | 1369 }], |
| 1373 ], | 1370 ], |
| 1374 } | 1371 } |
| OLD | NEW |