Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Side by Side Diff: ash/ash.gyp

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 787 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
788 'frame/caption_buttons/frame_size_button_unittest.cc', 788 'frame/caption_buttons/frame_size_button_unittest.cc',
789 'frame/custom_frame_view_ash_unittest.cc', 789 'frame/custom_frame_view_ash_unittest.cc',
790 'frame/default_header_painter_unittest.cc', 790 'frame/default_header_painter_unittest.cc',
791 'host/ash_window_tree_host_x11_unittest.cc', 791 'host/ash_window_tree_host_x11_unittest.cc',
792 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 792 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
793 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 793 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
794 'magnifier/magnification_controller_unittest.cc', 794 'magnifier/magnification_controller_unittest.cc',
795 'root_window_controller_unittest.cc', 795 'root_window_controller_unittest.cc',
796 'screen_util_unittest.cc', 796 'screen_util_unittest.cc',
797 'screensaver/screensaver_view_unittest.cc',
798 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 797 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
799 'shelf/shelf_layout_manager_unittest.cc', 798 'shelf/shelf_layout_manager_unittest.cc',
800 'shelf/shelf_model_unittest.cc', 799 'shelf/shelf_model_unittest.cc',
801 'shelf/shelf_navigator_unittest.cc', 800 'shelf/shelf_navigator_unittest.cc',
802 'shelf/shelf_tooltip_manager_unittest.cc', 801 'shelf/shelf_tooltip_manager_unittest.cc',
803 'shelf/shelf_unittest.cc', 802 'shelf/shelf_unittest.cc',
804 'shelf/shelf_view_unittest.cc', 803 'shelf/shelf_view_unittest.cc',
805 'shelf/shelf_widget_unittest.cc', 804 'shelf/shelf_widget_unittest.cc',
806 'shelf/shelf_window_watcher_unittest.cc', 805 'shelf/shelf_window_watcher_unittest.cc',
807 'shell_unittest.cc', 806 'shell_unittest.cc',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'ash_strings.gyp:ash_strings', 1008 'ash_strings.gyp:ash_strings',
1010 ], 1009 ],
1011 'defines': [ 1010 'defines': [
1012 'ASH_WITH_CONTENT_IMPLEMENTATION', 1011 'ASH_WITH_CONTENT_IMPLEMENTATION',
1013 ], 1012 ],
1014 'sources': [ 1013 'sources': [
1015 # Note: sources list duplicated in GN build. 1014 # Note: sources list duplicated in GN build.
1016 'content_support/ash_with_content_export.h', 1015 'content_support/ash_with_content_export.h',
1017 'content_support/gpu_support_impl.cc', 1016 'content_support/gpu_support_impl.cc',
1018 'content_support/gpu_support_impl.h', 1017 'content_support/gpu_support_impl.h',
1019 'screensaver/screensaver_view.cc',
1020 'screensaver/screensaver_view.h',
1021 'keyboard_overlay/keyboard_overlay_delegate.cc', 1018 'keyboard_overlay/keyboard_overlay_delegate.cc',
1022 'keyboard_overlay/keyboard_overlay_delegate.h', 1019 'keyboard_overlay/keyboard_overlay_delegate.h',
1023 'keyboard_overlay/keyboard_overlay_view.cc', 1020 'keyboard_overlay/keyboard_overlay_view.cc',
1024 'keyboard_overlay/keyboard_overlay_view.h', 1021 'keyboard_overlay/keyboard_overlay_view.h',
1025 ], 1022 ],
1026 }, 1023 },
1027 { 1024 {
1028 # GN version: //ash:test_support 1025 # GN version: //ash:test_support
1029 'target_name': 'ash_test_support', 1026 'target_name': 'ash_test_support',
1030 'type': 'static_library', 1027 'type': 'static_library',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 '../build/isolate.gypi', 1296 '../build/isolate.gypi',
1300 ], 1297 ],
1301 'sources': [ 1298 'sources': [
1302 'ash_unittests.isolate', 1299 'ash_unittests.isolate',
1303 ], 1300 ],
1304 }, 1301 },
1305 ], 1302 ],
1306 }], 1303 }],
1307 ], 1304 ],
1308 } 1305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698