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

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

Issue 2810973004: Revert of Fetch ARC Kiosk app name and icon from Android side. (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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_data.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "accessibility/select_to_speak_event_handler.cc", 169 "accessibility/select_to_speak_event_handler.cc",
170 "accessibility/select_to_speak_event_handler.h", 170 "accessibility/select_to_speak_event_handler.h",
171 "accessibility/spoken_feedback_event_rewriter.cc", 171 "accessibility/spoken_feedback_event_rewriter.cc",
172 "accessibility/spoken_feedback_event_rewriter.h", 172 "accessibility/spoken_feedback_event_rewriter.h",
173 "accessibility/switch_access_event_handler.cc", 173 "accessibility/switch_access_event_handler.cc",
174 "accessibility/switch_access_event_handler.h", 174 "accessibility/switch_access_event_handler.h",
175 "app_mode/app_launch_utils.cc", 175 "app_mode/app_launch_utils.cc",
176 "app_mode/app_launch_utils.h", 176 "app_mode/app_launch_utils.h",
177 "app_mode/app_session.cc", 177 "app_mode/app_session.cc",
178 "app_mode/app_session.h", 178 "app_mode/app_session.h",
179 "app_mode/arc/arc_kiosk_app_data.cc",
180 "app_mode/arc/arc_kiosk_app_data.h",
181 "app_mode/arc/arc_kiosk_app_launcher.cc", 179 "app_mode/arc/arc_kiosk_app_launcher.cc",
182 "app_mode/arc/arc_kiosk_app_launcher.h", 180 "app_mode/arc/arc_kiosk_app_launcher.h",
183 "app_mode/arc/arc_kiosk_app_manager.cc", 181 "app_mode/arc/arc_kiosk_app_manager.cc",
184 "app_mode/arc/arc_kiosk_app_manager.h", 182 "app_mode/arc/arc_kiosk_app_manager.h",
185 "app_mode/arc/arc_kiosk_app_service.cc", 183 "app_mode/arc/arc_kiosk_app_service.cc",
186 "app_mode/arc/arc_kiosk_app_service.h", 184 "app_mode/arc/arc_kiosk_app_service.h",
187 "app_mode/arc/arc_kiosk_app_service_factory.cc", 185 "app_mode/arc/arc_kiosk_app_service_factory.cc",
188 "app_mode/arc/arc_kiosk_app_service_factory.h", 186 "app_mode/arc/arc_kiosk_app_service_factory.h",
189 "app_mode/certificate_manager_dialog.cc", 187 "app_mode/certificate_manager_dialog.cc",
190 "app_mode/certificate_manager_dialog.h", 188 "app_mode/certificate_manager_dialog.h",
191 "app_mode/kiosk_app_data.cc", 189 "app_mode/kiosk_app_data.cc",
192 "app_mode/kiosk_app_data.h", 190 "app_mode/kiosk_app_data.h",
193 "app_mode/kiosk_app_data_base.cc",
194 "app_mode/kiosk_app_data_base.h",
195 "app_mode/kiosk_app_data_delegate.h", 191 "app_mode/kiosk_app_data_delegate.h",
196 "app_mode/kiosk_app_external_loader.cc", 192 "app_mode/kiosk_app_external_loader.cc",
197 "app_mode/kiosk_app_external_loader.h", 193 "app_mode/kiosk_app_external_loader.h",
198 "app_mode/kiosk_app_icon_loader.cc",
199 "app_mode/kiosk_app_icon_loader.h",
200 "app_mode/kiosk_app_launch_error.cc", 194 "app_mode/kiosk_app_launch_error.cc",
201 "app_mode/kiosk_app_launch_error.h", 195 "app_mode/kiosk_app_launch_error.h",
202 "app_mode/kiosk_app_manager.cc", 196 "app_mode/kiosk_app_manager.cc",
203 "app_mode/kiosk_app_manager.h", 197 "app_mode/kiosk_app_manager.h",
204 "app_mode/kiosk_app_manager_observer.h", 198 "app_mode/kiosk_app_manager_observer.h",
205 "app_mode/kiosk_app_update_install_gate.cc", 199 "app_mode/kiosk_app_update_install_gate.cc",
206 "app_mode/kiosk_app_update_install_gate.h", 200 "app_mode/kiosk_app_update_install_gate.h",
207 "app_mode/kiosk_app_update_service.cc", 201 "app_mode/kiosk_app_update_service.cc",
208 "app_mode/kiosk_app_update_service.h", 202 "app_mode/kiosk_app_update_service.h",
209 "app_mode/kiosk_diagnosis_runner.cc", 203 "app_mode/kiosk_diagnosis_runner.cc",
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 "policy/proto/chrome_device_policy.proto", 1808 "policy/proto/chrome_device_policy.proto",
1815 "policy/proto/install_attributes.proto", 1809 "policy/proto/install_attributes.proto",
1816 ] 1810 ]
1817 } 1811 }
1818 1812
1819 proto_library("attestation_proto") { 1813 proto_library("attestation_proto") {
1820 sources = [ 1814 sources = [
1821 "attestation/attestation_key_payload.proto", 1815 "attestation/attestation_key_payload.proto",
1822 ] 1816 ]
1823 } 1817 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698