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

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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 786 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
787 'frame/caption_buttons/frame_size_button_unittest.cc', 787 'frame/caption_buttons/frame_size_button_unittest.cc',
788 'frame/custom_frame_view_ash_unittest.cc', 788 'frame/custom_frame_view_ash_unittest.cc',
789 'frame/default_header_painter_unittest.cc', 789 'frame/default_header_painter_unittest.cc',
790 'host/ash_window_tree_host_x11_unittest.cc', 790 'host/ash_window_tree_host_x11_unittest.cc',
791 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 791 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
792 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 792 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
793 'magnifier/magnification_controller_unittest.cc', 793 'magnifier/magnification_controller_unittest.cc',
794 'root_window_controller_unittest.cc', 794 'root_window_controller_unittest.cc',
795 'screen_util_unittest.cc', 795 'screen_util_unittest.cc',
796 'screensaver/screensaver_view_unittest.cc',
797 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 796 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
798 'shelf/shelf_layout_manager_unittest.cc', 797 'shelf/shelf_layout_manager_unittest.cc',
799 'shelf/shelf_model_unittest.cc', 798 'shelf/shelf_model_unittest.cc',
800 'shelf/shelf_navigator_unittest.cc', 799 'shelf/shelf_navigator_unittest.cc',
801 'shelf/shelf_tooltip_manager_unittest.cc', 800 'shelf/shelf_tooltip_manager_unittest.cc',
802 'shelf/shelf_unittest.cc', 801 'shelf/shelf_unittest.cc',
803 'shelf/shelf_view_unittest.cc', 802 'shelf/shelf_view_unittest.cc',
804 'shelf/shelf_widget_unittest.cc', 803 'shelf/shelf_widget_unittest.cc',
805 'shelf/shelf_window_watcher_unittest.cc', 804 'shelf/shelf_window_watcher_unittest.cc',
806 'shell_unittest.cc', 805 'shell_unittest.cc',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'ash_strings.gyp:ash_strings', 1007 'ash_strings.gyp:ash_strings',
1009 ], 1008 ],
1010 'defines': [ 1009 'defines': [
1011 'ASH_WITH_CONTENT_IMPLEMENTATION', 1010 'ASH_WITH_CONTENT_IMPLEMENTATION',
1012 ], 1011 ],
1013 'sources': [ 1012 'sources': [
1014 # Note: sources list duplicated in GN build. 1013 # Note: sources list duplicated in GN build.
1015 'content_support/ash_with_content_export.h', 1014 'content_support/ash_with_content_export.h',
1016 'content_support/gpu_support_impl.cc', 1015 'content_support/gpu_support_impl.cc',
1017 'content_support/gpu_support_impl.h', 1016 'content_support/gpu_support_impl.h',
1018 'screensaver/screensaver_view.cc',
1019 'screensaver/screensaver_view.h',
1020 'keyboard_overlay/keyboard_overlay_delegate.cc', 1017 'keyboard_overlay/keyboard_overlay_delegate.cc',
1021 'keyboard_overlay/keyboard_overlay_delegate.h', 1018 'keyboard_overlay/keyboard_overlay_delegate.h',
1022 'keyboard_overlay/keyboard_overlay_view.cc', 1019 'keyboard_overlay/keyboard_overlay_view.cc',
1023 'keyboard_overlay/keyboard_overlay_view.h', 1020 'keyboard_overlay/keyboard_overlay_view.h',
1024 ], 1021 ],
1025 }, 1022 },
1026 { 1023 {
1027 # GN version: //ash:test_support 1024 # GN version: //ash:test_support
1028 'target_name': 'ash_test_support', 1025 'target_name': 'ash_test_support',
1029 'type': 'static_library', 1026 'type': 'static_library',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 '../build/isolate.gypi', 1295 '../build/isolate.gypi',
1299 ], 1296 ],
1300 'sources': [ 1297 'sources': [
1301 'ash_unittests.isolate', 1298 'ash_unittests.isolate',
1302 ], 1299 ],
1303 }, 1300 },
1304 ], 1301 ],
1305 }], 1302 }],
1306 ], 1303 ],
1307 } 1304 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash_strings.grd » ('j') | ash/system/user/user_card_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698