| 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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 'content/keyboard_overlay/keyboard_overlay_view.cc', | 680 'content/keyboard_overlay/keyboard_overlay_view.cc', |
| 681 'content/keyboard_overlay/keyboard_overlay_view.h', | 681 'content/keyboard_overlay/keyboard_overlay_view.h', |
| 682 'content/screen_orientation_delegate_chromeos.cc', | 682 'content/screen_orientation_delegate_chromeos.cc', |
| 683 'content/screen_orientation_delegate_chromeos.h', | 683 'content/screen_orientation_delegate_chromeos.h', |
| 684 'content/shell_content_state.cc', | 684 'content/shell_content_state.cc', |
| 685 'content/shell_content_state.h', | 685 'content/shell_content_state.h', |
| 686 ], | 686 ], |
| 687 'ash_test_support_sources': [ | 687 'ash_test_support_sources': [ |
| 688 'desktop_background/desktop_background_controller_test_api.cc', | 688 'desktop_background/desktop_background_controller_test_api.cc', |
| 689 'desktop_background/desktop_background_controller_test_api.h', | 689 'desktop_background/desktop_background_controller_test_api.h', |
| 690 'shell/toplevel_window.cc', | |
| 691 'shell/toplevel_window.h', | |
| 692 'test/app_list_controller_test_api.cc', | 690 'test/app_list_controller_test_api.cc', |
| 693 'test/app_list_controller_test_api.h', | 691 'test/app_list_controller_test_api.h', |
| 694 'test/ash_test_base.cc', | 692 'test/ash_test_base.cc', |
| 695 'test/ash_test_base.h', | 693 'test/ash_test_base.h', |
| 696 'test/ash_test_helper.cc', | 694 'test/ash_test_helper.cc', |
| 697 'test/ash_test_helper.h', | 695 'test/ash_test_helper.h', |
| 698 'test/ash_test_views_delegate.cc', | 696 'test/ash_test_views_delegate.cc', |
| 699 'test/ash_test_views_delegate.h', | 697 'test/ash_test_views_delegate.h', |
| 700 'test/child_modal_window.cc', | 698 'test/child_modal_window.cc', |
| 701 'test/child_modal_window.h', | 699 'test/child_modal_window.h', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 'test/user_metrics_recorder_test_api.cc', | 756 'test/user_metrics_recorder_test_api.cc', |
| 759 'test/user_metrics_recorder_test_api.h', | 757 'test/user_metrics_recorder_test_api.h', |
| 760 'test/virtual_keyboard_test_helper.cc', | 758 'test/virtual_keyboard_test_helper.cc', |
| 761 'test/virtual_keyboard_test_helper.h', | 759 'test/virtual_keyboard_test_helper.h', |
| 762 ], | 760 ], |
| 763 'ash_test_support_with_content_sources': [ | 761 'ash_test_support_with_content_sources': [ |
| 764 'test/content/test_shell_content_state.cc', | 762 'test/content/test_shell_content_state.cc', |
| 765 'test/content/test_shell_content_state.h', | 763 'test/content/test_shell_content_state.h', |
| 766 ], | 764 ], |
| 767 'ash_shell_lib_sources': [ | 765 'ash_shell_lib_sources': [ |
| 768 '../ui/views/test/test_views_delegate_aura.cc', | |
| 769 'shell/app_list.cc', | 766 'shell/app_list.cc', |
| 770 'shell/bubble.cc', | 767 'shell/bubble.cc', |
| 771 'shell/context_menu.cc', | 768 'shell/context_menu.cc', |
| 772 'shell/context_menu.h', | 769 'shell/context_menu.h', |
| 773 'shell/example_factory.h', | 770 'shell/example_factory.h', |
| 774 'shell/lock_view.cc', | 771 'shell/lock_view.cc', |
| 775 'shell/panel_window.cc', | 772 'shell/panel_window.cc', |
| 776 'shell/panel_window.h', | 773 'shell/panel_window.h', |
| 777 'shell/shelf_delegate_impl.cc', | 774 'shell/shelf_delegate_impl.cc', |
| 778 'shell/shelf_delegate_impl.h', | 775 'shell/shelf_delegate_impl.h', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1342 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1346 ], | 1343 ], |
| 1347 } | 1344 } |
| 1348 ], | 1345 ], |
| 1349 ], | 1346 ], |
| 1350 }, | 1347 }, |
| 1351 ], | 1348 ], |
| 1352 }], | 1349 }], |
| 1353 ], | 1350 ], |
| 1354 } | 1351 } |
| OLD | NEW |