| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
| 10 'ash_sources': [ | 10 'ash_sources': [ |
| (...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', | 783 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', |
| 784 'frame/caption_buttons/frame_size_button_unittest.cc', | 784 'frame/caption_buttons/frame_size_button_unittest.cc', |
| 785 'frame/custom_frame_view_ash_unittest.cc', | 785 'frame/custom_frame_view_ash_unittest.cc', |
| 786 'frame/default_header_painter_unittest.cc', | 786 'frame/default_header_painter_unittest.cc', |
| 787 'host/ash_window_tree_host_x11_unittest.cc', | 787 'host/ash_window_tree_host_x11_unittest.cc', |
| 788 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 788 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
| 789 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 789 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
| 790 'magnifier/magnification_controller_unittest.cc', | 790 'magnifier/magnification_controller_unittest.cc', |
| 791 'root_window_controller_unittest.cc', | 791 'root_window_controller_unittest.cc', |
| 792 'screen_util_unittest.cc', | 792 'screen_util_unittest.cc', |
| 793 'screensaver/screensaver_view_unittest.cc', | |
| 794 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 793 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
| 795 'shelf/shelf_layout_manager_unittest.cc', | 794 'shelf/shelf_layout_manager_unittest.cc', |
| 796 'shelf/shelf_model_unittest.cc', | 795 'shelf/shelf_model_unittest.cc', |
| 797 'shelf/shelf_navigator_unittest.cc', | 796 'shelf/shelf_navigator_unittest.cc', |
| 798 'shelf/shelf_tooltip_manager_unittest.cc', | 797 'shelf/shelf_tooltip_manager_unittest.cc', |
| 799 'shelf/shelf_unittest.cc', | 798 'shelf/shelf_unittest.cc', |
| 800 'shelf/shelf_view_unittest.cc', | 799 'shelf/shelf_view_unittest.cc', |
| 801 'shelf/shelf_widget_unittest.cc', | 800 'shelf/shelf_widget_unittest.cc', |
| 802 'shelf/shelf_window_watcher_unittest.cc', | 801 'shelf/shelf_window_watcher_unittest.cc', |
| 803 'shell_unittest.cc', | 802 'shell_unittest.cc', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 'ash_strings.gyp:ash_strings', | 1002 'ash_strings.gyp:ash_strings', |
| 1004 ], | 1003 ], |
| 1005 'defines': [ | 1004 'defines': [ |
| 1006 'ASH_WITH_CONTENT_IMPLEMENTATION', | 1005 'ASH_WITH_CONTENT_IMPLEMENTATION', |
| 1007 ], | 1006 ], |
| 1008 'sources': [ | 1007 'sources': [ |
| 1009 # Note: sources list duplicated in GN build. | 1008 # Note: sources list duplicated in GN build. |
| 1010 'content_support/ash_with_content_export.h', | 1009 'content_support/ash_with_content_export.h', |
| 1011 'content_support/gpu_support_impl.cc', | 1010 'content_support/gpu_support_impl.cc', |
| 1012 'content_support/gpu_support_impl.h', | 1011 'content_support/gpu_support_impl.h', |
| 1013 'screensaver/screensaver_view.cc', | |
| 1014 'screensaver/screensaver_view.h', | |
| 1015 'keyboard_overlay/keyboard_overlay_delegate.cc', | 1012 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 1016 'keyboard_overlay/keyboard_overlay_delegate.h', | 1013 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 1017 'keyboard_overlay/keyboard_overlay_view.cc', | 1014 'keyboard_overlay/keyboard_overlay_view.cc', |
| 1018 'keyboard_overlay/keyboard_overlay_view.h', | 1015 'keyboard_overlay/keyboard_overlay_view.h', |
| 1019 ], | 1016 ], |
| 1020 }, | 1017 }, |
| 1021 { | 1018 { |
| 1022 # GN version: //ash:test_support | 1019 # GN version: //ash:test_support |
| 1023 'target_name': 'ash_test_support', | 1020 'target_name': 'ash_test_support', |
| 1024 'type': 'static_library', | 1021 'type': 'static_library', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1289 '../build/isolate.gypi', | 1286 '../build/isolate.gypi', |
| 1290 ], | 1287 ], |
| 1291 'sources': [ | 1288 'sources': [ |
| 1292 'ash_unittests.isolate', | 1289 'ash_unittests.isolate', |
| 1293 ], | 1290 ], |
| 1294 }, | 1291 }, |
| 1295 ], | 1292 ], |
| 1296 }], | 1293 }], |
| 1297 ], | 1294 ], |
| 1298 } | 1295 } |
| OLD | NEW |