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

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

Issue 2850123002: M58: arc: Set migration success notification pref. (Closed)
Patch Set: Fix some comment for M58 Created 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_migration_guide_notification.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 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "arc/accessibility/arc_accessibility_helper_bridge.cc", 215 "arc/accessibility/arc_accessibility_helper_bridge.cc",
216 "arc/accessibility/arc_accessibility_helper_bridge.h", 216 "arc/accessibility/arc_accessibility_helper_bridge.h",
217 "arc/accessibility/ax_tree_source_arc.cc", 217 "arc/accessibility/ax_tree_source_arc.cc",
218 "arc/accessibility/ax_tree_source_arc.h", 218 "arc/accessibility/ax_tree_source_arc.h",
219 "arc/arc_auth_context.cc", 219 "arc/arc_auth_context.cc",
220 "arc/arc_auth_context.h", 220 "arc/arc_auth_context.h",
221 "arc/arc_auth_notification.cc", 221 "arc/arc_auth_notification.cc",
222 "arc/arc_auth_notification.h", 222 "arc/arc_auth_notification.h",
223 "arc/arc_auth_service.cc", 223 "arc/arc_auth_service.cc",
224 "arc/arc_auth_service.h", 224 "arc/arc_auth_service.h",
225 "arc/arc_migration_guide_notification.cc",
226 "arc/arc_migration_guide_notification.h",
225 "arc/arc_optin_uma.cc", 227 "arc/arc_optin_uma.cc",
226 "arc/arc_optin_uma.h", 228 "arc/arc_optin_uma.h",
227 "arc/arc_play_store_enabled_preference_handler.cc", 229 "arc/arc_play_store_enabled_preference_handler.cc",
228 "arc/arc_play_store_enabled_preference_handler.h", 230 "arc/arc_play_store_enabled_preference_handler.h",
229 "arc/arc_service_launcher.cc", 231 "arc/arc_service_launcher.cc",
230 "arc/arc_service_launcher.h", 232 "arc/arc_service_launcher.h",
231 "arc/arc_session_manager.cc", 233 "arc/arc_session_manager.cc",
232 "arc/arc_session_manager.h", 234 "arc/arc_session_manager.h",
233 "arc/arc_support_host.cc", 235 "arc/arc_support_host.cc",
234 "arc/arc_support_host.h", 236 "arc/arc_support_host.h",
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 "policy/proto/chrome_device_policy.proto", 1799 "policy/proto/chrome_device_policy.proto",
1798 "policy/proto/install_attributes.proto", 1800 "policy/proto/install_attributes.proto",
1799 ] 1801 ]
1800 } 1802 }
1801 1803
1802 proto_library("attestation_proto") { 1804 proto_library("attestation_proto") {
1803 sources = [ 1805 sources = [
1804 "attestation/attestation_key_payload.proto", 1806 "attestation/attestation_key_payload.proto",
1805 ] 1807 ]
1806 } 1808 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_migration_guide_notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698