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

Side by Side Diff: ash/ash.gyp

Issue 627593003: Adding infrastructure for possibility of changing manager names for the supervised accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Default system tray extended for proper tests support. 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
« no previous file with comments | « no previous file | ash/system/chromeos/supervised/custodian_info_tray_observer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'system/chromeos/session/logout_button_tray.h', 336 'system/chromeos/session/logout_button_tray.h',
337 'system/chromeos/session/logout_confirmation_controller.cc', 337 'system/chromeos/session/logout_confirmation_controller.cc',
338 'system/chromeos/session/logout_confirmation_controller.h', 338 'system/chromeos/session/logout_confirmation_controller.h',
339 'system/chromeos/session/logout_confirmation_dialog.cc', 339 'system/chromeos/session/logout_confirmation_dialog.cc',
340 'system/chromeos/session/logout_confirmation_dialog.h', 340 'system/chromeos/session/logout_confirmation_dialog.h',
341 'system/chromeos/session/session_length_limit_observer.h', 341 'system/chromeos/session/session_length_limit_observer.h',
342 'system/chromeos/session/tray_session_length_limit.cc', 342 'system/chromeos/session/tray_session_length_limit.cc',
343 'system/chromeos/session/tray_session_length_limit.h', 343 'system/chromeos/session/tray_session_length_limit.h',
344 'system/chromeos/settings/tray_settings.cc', 344 'system/chromeos/settings/tray_settings.cc',
345 'system/chromeos/settings/tray_settings.h', 345 'system/chromeos/settings/tray_settings.h',
346 'system/chromeos/supervised/custodian_info_tray_observer.h',
346 'system/chromeos/supervised/tray_supervised_user.cc', 347 'system/chromeos/supervised/tray_supervised_user.cc',
347 'system/chromeos/supervised/tray_supervised_user.h', 348 'system/chromeos/supervised/tray_supervised_user.h',
348 'system/chromeos/system_clock_observer.cc', 349 'system/chromeos/system_clock_observer.cc',
349 'system/chromeos/system_clock_observer.h', 350 'system/chromeos/system_clock_observer.h',
350 'system/chromeos/tray_caps_lock.cc', 351 'system/chromeos/tray_caps_lock.cc',
351 'system/chromeos/tray_caps_lock.h', 352 'system/chromeos/tray_caps_lock.h',
352 'system/chromeos/tray_display.cc', 353 'system/chromeos/tray_display.cc',
353 'system/chromeos/tray_display.h', 354 'system/chromeos/tray_display.h',
354 'system/chromeos/tray_tracing.cc', 355 'system/chromeos/tray_tracing.cc',
355 'system/chromeos/tray_tracing.h', 356 'system/chromeos/tray_tracing.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 '../build/isolate.gypi', 1292 '../build/isolate.gypi',
1292 ], 1293 ],
1293 'sources': [ 1294 'sources': [
1294 'ash_unittests.isolate', 1295 'ash_unittests.isolate',
1295 ], 1296 ],
1296 }, 1297 },
1297 ], 1298 ],
1298 }], 1299 }],
1299 ], 1300 ],
1300 } 1301 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/supervised/custodian_info_tray_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698