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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2813633002: arc: Notification for guiding the user to filesystem migration. (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "arc/accessibility/arc_accessibility_helper_bridge.cc", 219 "arc/accessibility/arc_accessibility_helper_bridge.cc",
220 "arc/accessibility/arc_accessibility_helper_bridge.h", 220 "arc/accessibility/arc_accessibility_helper_bridge.h",
221 "arc/accessibility/ax_tree_source_arc.cc", 221 "arc/accessibility/ax_tree_source_arc.cc",
222 "arc/accessibility/ax_tree_source_arc.h", 222 "arc/accessibility/ax_tree_source_arc.h",
223 "arc/arc_auth_context.cc", 223 "arc/arc_auth_context.cc",
224 "arc/arc_auth_context.h", 224 "arc/arc_auth_context.h",
225 "arc/arc_auth_notification.cc", 225 "arc/arc_auth_notification.cc",
226 "arc/arc_auth_notification.h", 226 "arc/arc_auth_notification.h",
227 "arc/arc_auth_service.cc", 227 "arc/arc_auth_service.cc",
228 "arc/arc_auth_service.h", 228 "arc/arc_auth_service.h",
229 "arc/arc_migration_guide_notification.cc",
230 "arc/arc_migration_guide_notification.h",
229 "arc/arc_optin_uma.cc", 231 "arc/arc_optin_uma.cc",
230 "arc/arc_optin_uma.h", 232 "arc/arc_optin_uma.h",
231 "arc/arc_play_store_enabled_preference_handler.cc", 233 "arc/arc_play_store_enabled_preference_handler.cc",
232 "arc/arc_play_store_enabled_preference_handler.h", 234 "arc/arc_play_store_enabled_preference_handler.h",
233 "arc/arc_service_launcher.cc", 235 "arc/arc_service_launcher.cc",
234 "arc/arc_service_launcher.h", 236 "arc/arc_service_launcher.h",
235 "arc/arc_session_manager.cc", 237 "arc/arc_session_manager.cc",
236 "arc/arc_session_manager.h", 238 "arc/arc_session_manager.h",
237 "arc/arc_support_host.cc", 239 "arc/arc_support_host.cc",
238 "arc/arc_support_host.h", 240 "arc/arc_support_host.h",
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 "policy/proto/chrome_device_policy.proto", 1816 "policy/proto/chrome_device_policy.proto",
1815 "policy/proto/install_attributes.proto", 1817 "policy/proto/install_attributes.proto",
1816 ] 1818 ]
1817 } 1819 }
1818 1820
1819 proto_library("attestation_proto") { 1821 proto_library("attestation_proto") {
1820 sources = [ 1822 sources = [
1821 "attestation/attestation_key_payload.proto", 1823 "attestation/attestation_key_payload.proto",
1822 ] 1824 ]
1823 } 1825 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698