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

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: 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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'ime/candidate_view_unittest.cc', 936 'ime/candidate_view_unittest.cc',
936 'ime/candidate_window_view_unittest.cc', 937 'ime/candidate_window_view_unittest.cc',
937 'ime/input_method_menu_item_unittest.cc', 938 'ime/input_method_menu_item_unittest.cc',
938 'ime/input_method_menu_manager_unittest.cc', 939 'ime/input_method_menu_manager_unittest.cc',
939 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 940 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
940 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 941 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
941 'magnifier/magnification_controller_unittest.cc', 942 'magnifier/magnification_controller_unittest.cc',
942 'root_window_controller_unittest.cc', 943 'root_window_controller_unittest.cc',
943 'screen_util_unittest.cc', 944 'screen_util_unittest.cc',
944 'screensaver/screensaver_view_unittest.cc', 945 'screensaver/screensaver_view_unittest.cc',
945 'session_state_delegate_stub.cc', 946 'session/session_state_delegate_stub.cc',
946 'session_state_delegate_stub.h', 947 'session/session_state_delegate_stub.h',
947 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 948 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
948 'shelf/shelf_layout_manager_unittest.cc', 949 'shelf/shelf_layout_manager_unittest.cc',
949 'shelf/shelf_model_unittest.cc', 950 'shelf/shelf_model_unittest.cc',
950 'shelf/shelf_navigator_unittest.cc', 951 'shelf/shelf_navigator_unittest.cc',
951 'shelf/shelf_tooltip_manager_unittest.cc', 952 'shelf/shelf_tooltip_manager_unittest.cc',
952 'shelf/shelf_unittest.cc', 953 'shelf/shelf_unittest.cc',
953 'shelf/shelf_view_unittest.cc', 954 'shelf/shelf_view_unittest.cc',
954 'shelf/shelf_widget_unittest.cc', 955 'shelf/shelf_widget_unittest.cc',
955 'shelf/shelf_window_watcher_unittest.cc', 956 'shelf/shelf_window_watcher_unittest.cc',
956 'shell/app_list.cc', 957 'shell/app_list.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 '../ui/resources/ui_resources.gyp:ui_resources', 1132 '../ui/resources/ui_resources.gyp:ui_resources',
1132 '../ui/views/examples/examples.gyp:views_examples_lib', 1133 '../ui/views/examples/examples.gyp:views_examples_lib',
1133 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1134 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1134 '../ui/views/views.gyp:views', 1135 '../ui/views/views.gyp:views',
1135 '../ui/views/views.gyp:views_test_support', 1136 '../ui/views/views.gyp:views_test_support',
1136 'ash', 1137 'ash',
1137 'ash_resources', 1138 'ash_resources',
1138 'ash_with_content', 1139 'ash_with_content',
1139 ], 1140 ],
1140 'sources': [ 1141 'sources': [
1141 'session_state_delegate_stub.cc', 1142 'session/session_state_delegate_stub.cc',
1142 'session_state_delegate_stub.h', 1143 'session/session_state_delegate_stub.h',
1143 'shell/app_list.cc', 1144 'shell/app_list.cc',
1144 'shell/bubble.cc', 1145 'shell/bubble.cc',
1145 'shell/content_client/shell_browser_main_parts.cc', 1146 'shell/content_client/shell_browser_main_parts.cc',
1146 'shell/content_client/shell_browser_main_parts.h', 1147 'shell/content_client/shell_browser_main_parts.h',
1147 'shell/content_client/shell_content_browser_client.cc', 1148 'shell/content_client/shell_content_browser_client.cc',
1148 'shell/content_client/shell_content_browser_client.h', 1149 'shell/content_client/shell_content_browser_client.h',
1149 'shell/content_client/shell_main_delegate.cc', 1150 'shell/content_client/shell_main_delegate.cc',
1150 'shell/content_client/shell_main_delegate.h', 1151 'shell/content_client/shell_main_delegate.h',
1151 'shell/context_menu.cc', 1152 'shell/context_menu.cc',
1152 'shell/context_menu.h', 1153 'shell/context_menu.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 }], 1189 }],
1189 ['chromeos==1', { 1190 ['chromeos==1', {
1190 'dependencies': [ 1191 'dependencies': [
1191 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1192 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1192 ], 1193 ],
1193 }], 1194 }],
1194 ], 1195 ],
1195 }, 1196 },
1196 ], 1197 ],
1197 } 1198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698