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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 260783002: Revert 267158 "CleanUp: Introduce UserInfo. Move session_state s..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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/session_state_delegate.h', 243 'session_state_delegate.h',
244 'session/session_state_observer.cc', 244 'session_state_observer.cc',
245 'session/session_state_observer.h', 245 'session_state_observer.h',
246 'session/user_info.h',
247 'shelf/app_list_button.cc', 246 'shelf/app_list_button.cc',
248 'shelf/app_list_button.h', 247 'shelf/app_list_button.h',
249 'shelf/app_list_shelf_item_delegate.cc', 248 'shelf/app_list_shelf_item_delegate.cc',
250 'shelf/app_list_shelf_item_delegate.h', 249 'shelf/app_list_shelf_item_delegate.h',
251 'shelf/background_animator.cc', 250 'shelf/background_animator.cc',
252 'shelf/background_animator.h', 251 'shelf/background_animator.h',
253 'shelf/overflow_bubble.cc', 252 'shelf/overflow_bubble.cc',
254 'shelf/overflow_bubble.h', 253 'shelf/overflow_bubble.h',
255 'shelf/overflow_bubble_view.cc', 254 'shelf/overflow_bubble_view.cc',
256 'shelf/overflow_bubble_view.h', 255 'shelf/overflow_bubble_view.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'ime/candidate_view_unittest.cc', 933 'ime/candidate_view_unittest.cc',
935 'ime/candidate_window_view_unittest.cc', 934 'ime/candidate_window_view_unittest.cc',
936 'ime/input_method_menu_item_unittest.cc', 935 'ime/input_method_menu_item_unittest.cc',
937 'ime/input_method_menu_manager_unittest.cc', 936 'ime/input_method_menu_manager_unittest.cc',
938 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 937 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
939 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 938 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
940 'magnifier/magnification_controller_unittest.cc', 939 'magnifier/magnification_controller_unittest.cc',
941 'root_window_controller_unittest.cc', 940 'root_window_controller_unittest.cc',
942 'screen_util_unittest.cc', 941 'screen_util_unittest.cc',
943 'screensaver/screensaver_view_unittest.cc', 942 'screensaver/screensaver_view_unittest.cc',
944 'session/session_state_delegate_stub.cc', 943 'session_state_delegate_stub.cc',
945 'session/session_state_delegate_stub.h', 944 'session_state_delegate_stub.h',
946 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 945 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
947 'shelf/shelf_layout_manager_unittest.cc', 946 'shelf/shelf_layout_manager_unittest.cc',
948 'shelf/shelf_model_unittest.cc', 947 'shelf/shelf_model_unittest.cc',
949 'shelf/shelf_navigator_unittest.cc', 948 'shelf/shelf_navigator_unittest.cc',
950 'shelf/shelf_tooltip_manager_unittest.cc', 949 'shelf/shelf_tooltip_manager_unittest.cc',
951 'shelf/shelf_unittest.cc', 950 'shelf/shelf_unittest.cc',
952 'shelf/shelf_view_unittest.cc', 951 'shelf/shelf_view_unittest.cc',
953 'shelf/shelf_widget_unittest.cc', 952 'shelf/shelf_widget_unittest.cc',
954 'shelf/shelf_window_watcher_unittest.cc', 953 'shelf/shelf_window_watcher_unittest.cc',
955 'shell/app_list.cc', 954 'shell/app_list.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 '../ui/resources/ui_resources.gyp:ui_resources', 1129 '../ui/resources/ui_resources.gyp:ui_resources',
1131 '../ui/views/examples/examples.gyp:views_examples_lib', 1130 '../ui/views/examples/examples.gyp:views_examples_lib',
1132 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1131 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1133 '../ui/views/views.gyp:views', 1132 '../ui/views/views.gyp:views',
1134 '../ui/views/views.gyp:views_test_support', 1133 '../ui/views/views.gyp:views_test_support',
1135 'ash', 1134 'ash',
1136 'ash_resources', 1135 'ash_resources',
1137 'ash_with_content', 1136 'ash_with_content',
1138 ], 1137 ],
1139 'sources': [ 1138 'sources': [
1140 'session/session_state_delegate_stub.cc', 1139 'session_state_delegate_stub.cc',
1141 'session/session_state_delegate_stub.h', 1140 'session_state_delegate_stub.h',
1142 'shell/app_list.cc', 1141 'shell/app_list.cc',
1143 'shell/bubble.cc', 1142 'shell/bubble.cc',
1144 'shell/content_client/shell_browser_main_parts.cc', 1143 'shell/content_client/shell_browser_main_parts.cc',
1145 'shell/content_client/shell_browser_main_parts.h', 1144 'shell/content_client/shell_browser_main_parts.h',
1146 'shell/content_client/shell_content_browser_client.cc', 1145 'shell/content_client/shell_content_browser_client.cc',
1147 'shell/content_client/shell_content_browser_client.h', 1146 'shell/content_client/shell_content_browser_client.h',
1148 'shell/content_client/shell_main_delegate.cc', 1147 'shell/content_client/shell_main_delegate.cc',
1149 'shell/content_client/shell_main_delegate.h', 1148 'shell/content_client/shell_main_delegate.h',
1150 'shell/context_menu.cc', 1149 'shell/context_menu.cc',
1151 'shell/context_menu.h', 1150 'shell/context_menu.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 }], 1186 }],
1188 ['chromeos==1', { 1187 ['chromeos==1', {
1189 'dependencies': [ 1188 'dependencies': [
1190 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1189 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1191 ], 1190 ],
1192 }], 1191 }],
1193 ], 1192 ],
1194 }, 1193 },
1195 ], 1194 ],
1196 } 1195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698