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

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, 2 months 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'host/ash_window_tree_host_x11_unittest.cc', 790 'host/ash_window_tree_host_x11_unittest.cc',
791 'ime/candidate_view_unittest.cc', 791 'ime/candidate_view_unittest.cc',
792 'ime/candidate_window_view_unittest.cc', 792 'ime/candidate_window_view_unittest.cc',
793 'ime/input_method_menu_item_unittest.cc', 793 'ime/input_method_menu_item_unittest.cc',
794 'ime/input_method_menu_manager_unittest.cc', 794 'ime/input_method_menu_manager_unittest.cc',
795 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 795 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
796 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 796 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
797 'magnifier/magnification_controller_unittest.cc', 797 'magnifier/magnification_controller_unittest.cc',
798 'root_window_controller_unittest.cc', 798 'root_window_controller_unittest.cc',
799 'screen_util_unittest.cc', 799 'screen_util_unittest.cc',
800 'screensaver/screensaver_view_unittest.cc',
801 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 800 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
802 'shelf/shelf_layout_manager_unittest.cc', 801 'shelf/shelf_layout_manager_unittest.cc',
803 'shelf/shelf_model_unittest.cc', 802 'shelf/shelf_model_unittest.cc',
804 'shelf/shelf_navigator_unittest.cc', 803 'shelf/shelf_navigator_unittest.cc',
805 'shelf/shelf_tooltip_manager_unittest.cc', 804 'shelf/shelf_tooltip_manager_unittest.cc',
806 'shelf/shelf_unittest.cc', 805 'shelf/shelf_unittest.cc',
807 'shelf/shelf_view_unittest.cc', 806 'shelf/shelf_view_unittest.cc',
808 'shelf/shelf_widget_unittest.cc', 807 'shelf/shelf_widget_unittest.cc',
809 'shelf/shelf_window_watcher_unittest.cc', 808 'shelf/shelf_window_watcher_unittest.cc',
810 'shell_unittest.cc', 809 'shell_unittest.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'ash_strings.gyp:ash_strings', 1009 'ash_strings.gyp:ash_strings',
1011 ], 1010 ],
1012 'defines': [ 1011 'defines': [
1013 'ASH_WITH_CONTENT_IMPLEMENTATION', 1012 'ASH_WITH_CONTENT_IMPLEMENTATION',
1014 ], 1013 ],
1015 'sources': [ 1014 'sources': [
1016 # Note: sources list duplicated in GN build. 1015 # Note: sources list duplicated in GN build.
1017 'content_support/ash_with_content_export.h', 1016 'content_support/ash_with_content_export.h',
1018 'content_support/gpu_support_impl.cc', 1017 'content_support/gpu_support_impl.cc',
1019 'content_support/gpu_support_impl.h', 1018 'content_support/gpu_support_impl.h',
1020 'screensaver/screensaver_view.cc',
1021 'screensaver/screensaver_view.h',
1022 'keyboard_overlay/keyboard_overlay_delegate.cc', 1019 'keyboard_overlay/keyboard_overlay_delegate.cc',
1023 'keyboard_overlay/keyboard_overlay_delegate.h', 1020 'keyboard_overlay/keyboard_overlay_delegate.h',
1024 'keyboard_overlay/keyboard_overlay_view.cc', 1021 'keyboard_overlay/keyboard_overlay_view.cc',
1025 'keyboard_overlay/keyboard_overlay_view.h', 1022 'keyboard_overlay/keyboard_overlay_view.h',
1026 ], 1023 ],
1027 }, 1024 },
1028 { 1025 {
1029 # GN version: //ash:test_support 1026 # GN version: //ash:test_support
1030 'target_name': 'ash_test_support', 1027 'target_name': 'ash_test_support',
1031 'type': 'static_library', 1028 'type': 'static_library',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 'ash_unittests.isolate', 1285 'ash_unittests.isolate',
1289 ], 1286 ],
1290 'sources': [ 1287 'sources': [
1291 'ash_unittests.isolate', 1288 'ash_unittests.isolate',
1292 ], 1289 ],
1293 }, 1290 },
1294 ], 1291 ],
1295 }], 1292 }],
1296 ], 1293 ],
1297 } 1294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698