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

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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'host/ash_window_tree_host_x11_unittest.cc', 792 'host/ash_window_tree_host_x11_unittest.cc',
793 'ime/candidate_view_unittest.cc', 793 'ime/candidate_view_unittest.cc',
794 'ime/candidate_window_view_unittest.cc', 794 'ime/candidate_window_view_unittest.cc',
795 'ime/input_method_menu_item_unittest.cc', 795 'ime/input_method_menu_item_unittest.cc',
796 'ime/input_method_menu_manager_unittest.cc', 796 'ime/input_method_menu_manager_unittest.cc',
797 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 797 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
798 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 798 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
799 'magnifier/magnification_controller_unittest.cc', 799 'magnifier/magnification_controller_unittest.cc',
800 'root_window_controller_unittest.cc', 800 'root_window_controller_unittest.cc',
801 'screen_util_unittest.cc', 801 'screen_util_unittest.cc',
802 'screensaver/screensaver_view_unittest.cc',
803 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 802 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
804 'shelf/shelf_layout_manager_unittest.cc', 803 'shelf/shelf_layout_manager_unittest.cc',
805 'shelf/shelf_model_unittest.cc', 804 'shelf/shelf_model_unittest.cc',
806 'shelf/shelf_navigator_unittest.cc', 805 'shelf/shelf_navigator_unittest.cc',
807 'shelf/shelf_tooltip_manager_unittest.cc', 806 'shelf/shelf_tooltip_manager_unittest.cc',
808 'shelf/shelf_unittest.cc', 807 'shelf/shelf_unittest.cc',
809 'shelf/shelf_view_unittest.cc', 808 'shelf/shelf_view_unittest.cc',
810 'shelf/shelf_widget_unittest.cc', 809 'shelf/shelf_widget_unittest.cc',
811 'shelf/shelf_window_watcher_unittest.cc', 810 'shelf/shelf_window_watcher_unittest.cc',
812 'shell_unittest.cc', 811 'shell_unittest.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 'ash_strings.gyp:ash_strings', 1011 'ash_strings.gyp:ash_strings',
1013 ], 1012 ],
1014 'defines': [ 1013 'defines': [
1015 'ASH_WITH_CONTENT_IMPLEMENTATION', 1014 'ASH_WITH_CONTENT_IMPLEMENTATION',
1016 ], 1015 ],
1017 'sources': [ 1016 'sources': [
1018 # Note: sources list duplicated in GN build. 1017 # Note: sources list duplicated in GN build.
1019 'content_support/ash_with_content_export.h', 1018 'content_support/ash_with_content_export.h',
1020 'content_support/gpu_support_impl.cc', 1019 'content_support/gpu_support_impl.cc',
1021 'content_support/gpu_support_impl.h', 1020 'content_support/gpu_support_impl.h',
1022 'screensaver/screensaver_view.cc',
1023 'screensaver/screensaver_view.h',
1024 'keyboard_overlay/keyboard_overlay_delegate.cc', 1021 'keyboard_overlay/keyboard_overlay_delegate.cc',
1025 'keyboard_overlay/keyboard_overlay_delegate.h', 1022 'keyboard_overlay/keyboard_overlay_delegate.h',
1026 'keyboard_overlay/keyboard_overlay_view.cc', 1023 'keyboard_overlay/keyboard_overlay_view.cc',
1027 'keyboard_overlay/keyboard_overlay_view.h', 1024 'keyboard_overlay/keyboard_overlay_view.h',
1028 ], 1025 ],
1029 }, 1026 },
1030 { 1027 {
1031 # GN version: //ash:test_support 1028 # GN version: //ash:test_support
1032 'target_name': 'ash_test_support', 1029 'target_name': 'ash_test_support',
1033 'type': 'static_library', 1030 'type': 'static_library',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/screensaver/DEPS » ('j') | ash/shell/window_type_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698