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

Side by Side Diff: ash/ash.gyp

Issue 253063002: CleanUp: Introduce UserInfo. Move session_state stuff to ash/session. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 7 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 | Annotate | Revision Log
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 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'root_window_controller.h', 233 'root_window_controller.h',
234 'root_window_settings.cc', 234 'root_window_settings.cc',
235 'root_window_settings.h', 235 'root_window_settings.h',
236 'rotator/screen_rotation.cc', 236 'rotator/screen_rotation.cc',
237 'rotator/screen_rotation.h', 237 'rotator/screen_rotation.h',
238 'scoped_target_root_window.cc', 238 'scoped_target_root_window.cc',
239 'scoped_target_root_window.h', 239 'scoped_target_root_window.h',
240 'screen_util.cc', 240 'screen_util.cc',
241 'screen_util.h', 241 'screen_util.h',
242 'screenshot_delegate.h', 242 'screenshot_delegate.h',
243 'session_state_delegate.h', 243 'session/session_state_delegate.h',
244 'session_state_observer.cc', 244 'session/session_state_observer.cc',
245 'session_state_observer.h', 245 'session/session_state_observer.h',
246 'session/user_info.h',
246 'shelf/app_list_button.cc', 247 'shelf/app_list_button.cc',
247 'shelf/app_list_button.h', 248 'shelf/app_list_button.h',
248 'shelf/app_list_shelf_item_delegate.cc', 249 'shelf/app_list_shelf_item_delegate.cc',
249 'shelf/app_list_shelf_item_delegate.h', 250 'shelf/app_list_shelf_item_delegate.h',
250 'shelf/background_animator.cc', 251 'shelf/background_animator.cc',
251 'shelf/background_animator.h', 252 'shelf/background_animator.h',
252 'shelf/overflow_bubble.cc', 253 'shelf/overflow_bubble.cc',
253 'shelf/overflow_bubble.h', 254 'shelf/overflow_bubble.h',
254 'shelf/overflow_bubble_view.cc', 255 'shelf/overflow_bubble_view.cc',
255 'shelf/overflow_bubble_view.h', 256 'shelf/overflow_bubble_view.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'ime/candidate_view_unittest.cc', 934 'ime/candidate_view_unittest.cc',
934 'ime/candidate_window_view_unittest.cc', 935 'ime/candidate_window_view_unittest.cc',
935 'ime/input_method_menu_item_unittest.cc', 936 'ime/input_method_menu_item_unittest.cc',
936 'ime/input_method_menu_manager_unittest.cc', 937 'ime/input_method_menu_manager_unittest.cc',
937 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 938 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
938 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 939 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
939 'magnifier/magnification_controller_unittest.cc', 940 'magnifier/magnification_controller_unittest.cc',
940 'root_window_controller_unittest.cc', 941 'root_window_controller_unittest.cc',
941 'screen_util_unittest.cc', 942 'screen_util_unittest.cc',
942 'screensaver/screensaver_view_unittest.cc', 943 'screensaver/screensaver_view_unittest.cc',
943 'session_state_delegate_stub.cc', 944 'session/session_state_delegate_stub.cc',
944 'session_state_delegate_stub.h', 945 'session/session_state_delegate_stub.h',
945 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 946 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
946 'shelf/shelf_layout_manager_unittest.cc', 947 'shelf/shelf_layout_manager_unittest.cc',
947 'shelf/shelf_model_unittest.cc', 948 'shelf/shelf_model_unittest.cc',
948 'shelf/shelf_navigator_unittest.cc', 949 'shelf/shelf_navigator_unittest.cc',
949 'shelf/shelf_tooltip_manager_unittest.cc', 950 'shelf/shelf_tooltip_manager_unittest.cc',
950 'shelf/shelf_unittest.cc', 951 'shelf/shelf_unittest.cc',
951 'shelf/shelf_view_unittest.cc', 952 'shelf/shelf_view_unittest.cc',
952 'shelf/shelf_widget_unittest.cc', 953 'shelf/shelf_widget_unittest.cc',
953 'shelf/shelf_window_watcher_unittest.cc', 954 'shelf/shelf_window_watcher_unittest.cc',
954 'shell/app_list.cc', 955 'shell/app_list.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 '../ui/resources/ui_resources.gyp:ui_resources', 1130 '../ui/resources/ui_resources.gyp:ui_resources',
1130 '../ui/views/examples/examples.gyp:views_examples_lib', 1131 '../ui/views/examples/examples.gyp:views_examples_lib',
1131 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1132 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1132 '../ui/views/views.gyp:views', 1133 '../ui/views/views.gyp:views',
1133 '../ui/views/views.gyp:views_test_support', 1134 '../ui/views/views.gyp:views_test_support',
1134 'ash', 1135 'ash',
1135 'ash_resources', 1136 'ash_resources',
1136 'ash_with_content', 1137 'ash_with_content',
1137 ], 1138 ],
1138 'sources': [ 1139 'sources': [
1139 'session_state_delegate_stub.cc', 1140 'session/session_state_delegate_stub.cc',
1140 'session_state_delegate_stub.h', 1141 'session/session_state_delegate_stub.h',
1141 'shell/app_list.cc', 1142 'shell/app_list.cc',
1142 'shell/bubble.cc', 1143 'shell/bubble.cc',
1143 'shell/content_client/shell_browser_main_parts.cc', 1144 'shell/content_client/shell_browser_main_parts.cc',
1144 'shell/content_client/shell_browser_main_parts.h', 1145 'shell/content_client/shell_browser_main_parts.h',
1145 'shell/content_client/shell_content_browser_client.cc', 1146 'shell/content_client/shell_content_browser_client.cc',
1146 'shell/content_client/shell_content_browser_client.h', 1147 'shell/content_client/shell_content_browser_client.h',
1147 'shell/content_client/shell_main_delegate.cc', 1148 'shell/content_client/shell_main_delegate.cc',
1148 'shell/content_client/shell_main_delegate.h', 1149 'shell/content_client/shell_main_delegate.h',
1149 'shell/context_menu.cc', 1150 'shell/context_menu.cc',
1150 'shell/context_menu.h', 1151 'shell/context_menu.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 }], 1187 }],
1187 ['chromeos==1', { 1188 ['chromeos==1', {
1188 'dependencies': [ 1189 'dependencies': [
1189 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1190 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1190 ], 1191 ],
1191 }], 1192 }],
1192 ], 1193 ],
1193 }, 1194 },
1194 ], 1195 ],
1195 } 1196 }
OLDNEW
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller_unittest.cc ('k') | ash/desktop_background/desktop_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698