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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2108643007: Revert of arc: Implement silent OptIn mode for managed Arc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | no next file » | 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'browser/chromeos/app_mode/kiosk_profile_loader.cc', 52 'browser/chromeos/app_mode/kiosk_profile_loader.cc',
53 'browser/chromeos/app_mode/kiosk_profile_loader.h', 53 'browser/chromeos/app_mode/kiosk_profile_loader.h',
54 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', 54 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc',
55 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', 55 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h',
56 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', 56 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h',
57 'browser/chromeos/app_mode/startup_app_launcher.cc', 57 'browser/chromeos/app_mode/startup_app_launcher.cc',
58 'browser/chromeos/app_mode/startup_app_launcher.h', 58 'browser/chromeos/app_mode/startup_app_launcher.h',
59 'browser/chromeos/arc/arc_android_management_checker.cc', 59 'browser/chromeos/arc/arc_android_management_checker.cc',
60 'browser/chromeos/arc/arc_android_management_checker.h', 60 'browser/chromeos/arc/arc_android_management_checker.h',
61 'browser/chromeos/arc/arc_android_management_checker_delegate.h', 61 'browser/chromeos/arc/arc_android_management_checker_delegate.h',
62 'browser/chromeos/arc/arc_auth_context.cc',
63 'browser/chromeos/arc/arc_auth_context.h',
64 'browser/chromeos/arc/arc_auth_context_delegate.h',
65 'browser/chromeos/arc/arc_auth_notification.cc', 62 'browser/chromeos/arc/arc_auth_notification.cc',
66 'browser/chromeos/arc/arc_auth_notification.h', 63 'browser/chromeos/arc/arc_auth_notification.h',
67 'browser/chromeos/arc/arc_auth_service.cc', 64 'browser/chromeos/arc/arc_auth_service.cc',
68 'browser/chromeos/arc/arc_auth_service.h', 65 'browser/chromeos/arc/arc_auth_service.h',
69 'browser/chromeos/arc/arc_downloads_watcher_service.cc', 66 'browser/chromeos/arc/arc_downloads_watcher_service.cc',
70 'browser/chromeos/arc/arc_downloads_watcher_service.h', 67 'browser/chromeos/arc/arc_downloads_watcher_service.h',
71 'browser/chromeos/arc/arc_navigation_throttle.cc', 68 'browser/chromeos/arc/arc_navigation_throttle.cc',
72 'browser/chromeos/arc/arc_navigation_throttle.h', 69 'browser/chromeos/arc/arc_navigation_throttle.h',
73 'browser/chromeos/arc/arc_service_launcher.cc', 70 'browser/chromeos/arc/arc_service_launcher.cc',
74 'browser/chromeos/arc/arc_service_launcher.h', 71 'browser/chromeos/arc/arc_service_launcher.h',
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 'browser/chromeos/attestation/attestation_signed_data.proto', 1375 'browser/chromeos/attestation/attestation_signed_data.proto',
1379 ], 1376 ],
1380 'variables': { 1377 'variables': {
1381 'proto_in_dir': 'browser/chromeos/attestation', 1378 'proto_in_dir': 'browser/chromeos/attestation',
1382 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1379 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1383 }, 1380 },
1384 'includes': [ '../build/protoc.gypi' ] 1381 'includes': [ '../build/protoc.gypi' ]
1385 }, 1382 },
1386 ], 1383 ],
1387 } 1384 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698