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

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

Issue 2441563002: arc: Create intermediate directories in c/b/c/arc (Closed)
Patch Set: Re-rebase to ToT Created 4 years, 1 month 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "app_mode/kiosk_external_updater.h", 187 "app_mode/kiosk_external_updater.h",
188 "app_mode/kiosk_mode_idle_app_name_notification.cc", 188 "app_mode/kiosk_mode_idle_app_name_notification.cc",
189 "app_mode/kiosk_mode_idle_app_name_notification.h", 189 "app_mode/kiosk_mode_idle_app_name_notification.h",
190 "app_mode/kiosk_profile_loader.cc", 190 "app_mode/kiosk_profile_loader.cc",
191 "app_mode/kiosk_profile_loader.h", 191 "app_mode/kiosk_profile_loader.h",
192 "app_mode/kiosk_session_plugin_handler.cc", 192 "app_mode/kiosk_session_plugin_handler.cc",
193 "app_mode/kiosk_session_plugin_handler.h", 193 "app_mode/kiosk_session_plugin_handler.h",
194 "app_mode/kiosk_session_plugin_handler_delegate.h", 194 "app_mode/kiosk_session_plugin_handler_delegate.h",
195 "app_mode/startup_app_launcher.cc", 195 "app_mode/startup_app_launcher.cc",
196 "app_mode/startup_app_launcher.h", 196 "app_mode/startup_app_launcher.h",
197 "arc/arc_android_management_checker.cc",
198 "arc/arc_android_management_checker.h",
199 "arc/arc_android_management_checker_delegate.h",
200 "arc/arc_auth_code_fetcher.cc", 197 "arc/arc_auth_code_fetcher.cc",
201 "arc/arc_auth_code_fetcher.h", 198 "arc/arc_auth_code_fetcher.h",
202 "arc/arc_auth_code_fetcher_delegate.h", 199 "arc/arc_auth_code_fetcher_delegate.h",
203 "arc/arc_auth_context.cc", 200 "arc/arc_auth_context.cc",
204 "arc/arc_auth_context.h", 201 "arc/arc_auth_context.h",
205 "arc/arc_auth_context_delegate.h", 202 "arc/arc_auth_context_delegate.h",
206 "arc/arc_auth_notification.cc", 203 "arc/arc_auth_notification.cc",
207 "arc/arc_auth_notification.h", 204 "arc/arc_auth_notification.h",
208 "arc/arc_auth_service.cc", 205 "arc/arc_auth_service.cc",
209 "arc/arc_auth_service.h", 206 "arc/arc_auth_service.h",
210 "arc/arc_boot_error_notification.cc",
211 "arc/arc_boot_error_notification.h",
212 "arc/arc_downloads_watcher_service.cc",
213 "arc/arc_downloads_watcher_service.h",
214 "arc/arc_enterprise_reporting_service.cc",
215 "arc/arc_enterprise_reporting_service.h",
216 "arc/arc_external_protocol_dialog.cc",
217 "arc/arc_external_protocol_dialog.h",
218 "arc/arc_navigation_throttle.cc",
219 "arc/arc_navigation_throttle.h",
220 "arc/arc_optin_uma.cc", 207 "arc/arc_optin_uma.cc",
221 "arc/arc_optin_uma.h", 208 "arc/arc_optin_uma.h",
222 "arc/arc_policy_bridge.cc",
223 "arc/arc_policy_bridge.h",
224 "arc/arc_print_service.cc",
225 "arc/arc_print_service.h",
226 "arc/arc_process.cc",
227 "arc/arc_process.h",
228 "arc/arc_process_service.cc",
229 "arc/arc_process_service.h",
230 "arc/arc_service_launcher.cc", 209 "arc/arc_service_launcher.cc",
231 "arc/arc_service_launcher.h", 210 "arc/arc_service_launcher.h",
232 "arc/arc_settings_service.cc",
233 "arc/arc_settings_service.h",
234 "arc/arc_support_host.cc", 211 "arc/arc_support_host.cc",
235 "arc/arc_support_host.h", 212 "arc/arc_support_host.h",
236 "arc/arc_tts_service.cc", 213 "arc/downloads_watcher/arc_downloads_watcher_service.cc",
237 "arc/arc_tts_service.h", 214 "arc/downloads_watcher/arc_downloads_watcher_service.h",
238 "arc/arc_wallpaper_service.cc", 215 "arc/enterprise/arc_enterprise_reporting_service.cc",
239 "arc/arc_wallpaper_service.h", 216 "arc/enterprise/arc_enterprise_reporting_service.h",
240 "arc/fileapi/arc_content_file_system_async_file_util.cc", 217 "arc/fileapi/arc_content_file_system_async_file_util.cc",
241 "arc/fileapi/arc_content_file_system_async_file_util.h", 218 "arc/fileapi/arc_content_file_system_async_file_util.h",
242 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 219 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
243 "arc/fileapi/arc_content_file_system_backend_delegate.h", 220 "arc/fileapi/arc_content_file_system_backend_delegate.h",
244 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", 221 "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
245 "arc/fileapi/arc_content_file_system_file_stream_reader.h", 222 "arc/fileapi/arc_content_file_system_file_stream_reader.h",
246 "arc/fileapi/arc_content_file_system_url_util.cc", 223 "arc/fileapi/arc_content_file_system_url_util.cc",
247 "arc/fileapi/arc_content_file_system_url_util.h", 224 "arc/fileapi/arc_content_file_system_url_util.h",
248 "arc/gpu_arc_video_service_host.cc", 225 "arc/intent_helper/arc_external_protocol_dialog.cc",
249 "arc/gpu_arc_video_service_host.h", 226 "arc/intent_helper/arc_external_protocol_dialog.h",
227 "arc/intent_helper/arc_navigation_throttle.cc",
228 "arc/intent_helper/arc_navigation_throttle.h",
229 "arc/intent_helper/arc_settings_service.cc",
230 "arc/intent_helper/arc_settings_service.h",
231 "arc/notification/arc_boot_error_notification.cc",
232 "arc/notification/arc_boot_error_notification.h",
233 "arc/policy/arc_android_management_checker.cc",
234 "arc/policy/arc_android_management_checker.h",
235 "arc/policy/arc_android_management_checker_delegate.h",
236 "arc/policy/arc_policy_bridge.cc",
237 "arc/policy/arc_policy_bridge.h",
238 "arc/print/arc_print_service.cc",
239 "arc/print/arc_print_service.h",
240 "arc/process/arc_process.cc",
241 "arc/process/arc_process.h",
242 "arc/process/arc_process_service.cc",
243 "arc/process/arc_process_service.h",
244 "arc/tts/arc_tts_service.cc",
245 "arc/tts/arc_tts_service.h",
246 "arc/video/gpu_arc_video_service_host.cc",
247 "arc/video/gpu_arc_video_service_host.h",
248 "arc/wallpaper/arc_wallpaper_service.cc",
249 "arc/wallpaper/arc_wallpaper_service.h",
250 "attestation/attestation_ca_client.cc", 250 "attestation/attestation_ca_client.cc",
251 "attestation/attestation_ca_client.h", 251 "attestation/attestation_ca_client.h",
252 "attestation/attestation_policy_observer.cc", 252 "attestation/attestation_policy_observer.cc",
253 "attestation/attestation_policy_observer.h", 253 "attestation/attestation_policy_observer.h",
254 "attestation/platform_verification_dialog.cc", 254 "attestation/platform_verification_dialog.cc",
255 "attestation/platform_verification_dialog.h", 255 "attestation/platform_verification_dialog.h",
256 "attestation/platform_verification_flow.cc", 256 "attestation/platform_verification_flow.cc",
257 "attestation/platform_verification_flow.h", 257 "attestation/platform_verification_flow.h",
258 "attestation/platform_verification_impl.cc", 258 "attestation/platform_verification_impl.cc",
259 "attestation/platform_verification_impl.h", 259 "attestation/platform_verification_impl.h",
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 "../metrics/chromeos_metrics_provider_unittest.cc", 1357 "../metrics/chromeos_metrics_provider_unittest.cc",
1358 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1358 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1359 "../metrics/perf/cpu_identity_unittest.cc", 1359 "../metrics/perf/cpu_identity_unittest.cc",
1360 "../metrics/perf/random_selector_unittest.cc", 1360 "../metrics/perf/random_selector_unittest.cc",
1361 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1361 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1362 "../policy/default_geolocation_policy_handler_unittest.cc", 1362 "../policy/default_geolocation_policy_handler_unittest.cc",
1363 "../ui/browser_finder_chromeos_unittest.cc", 1363 "../ui/browser_finder_chromeos_unittest.cc",
1364 "accessibility/magnification_manager_unittest.cc", 1364 "accessibility/magnification_manager_unittest.cc",
1365 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1365 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1366 "arc/arc_auth_service_unittest.cc", 1366 "arc/arc_auth_service_unittest.cc",
1367 "arc/arc_downloads_watcher_service_unittest.cc", 1367 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1368 "arc/arc_navigation_throttle_unittest.cc",
1369 "arc/arc_policy_bridge_unittest.cc",
1370 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1368 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1369 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1370 "arc/policy/arc_policy_bridge_unittest.cc",
1371 "attestation/attestation_ca_client_unittest.cc", 1371 "attestation/attestation_ca_client_unittest.cc",
1372 "attestation/attestation_policy_observer_unittest.cc", 1372 "attestation/attestation_policy_observer_unittest.cc",
1373 "attestation/fake_certificate.cc", 1373 "attestation/fake_certificate.cc",
1374 "attestation/fake_certificate.h", 1374 "attestation/fake_certificate.h",
1375 "attestation/platform_verification_flow_unittest.cc", 1375 "attestation/platform_verification_flow_unittest.cc",
1376 "base/file_flusher_unittest.cc", 1376 "base/file_flusher_unittest.cc",
1377 "certificate_provider/certificate_provider_service_unittest.cc", 1377 "certificate_provider/certificate_provider_service_unittest.cc",
1378 "customization/customization_document_unittest.cc", 1378 "customization/customization_document_unittest.cc",
1379 "display/display_preferences_unittest.cc", 1379 "display/display_preferences_unittest.cc",
1380 "drive/download_handler_unittest.cc", 1380 "drive/download_handler_unittest.cc",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 "policy/proto/chrome_device_policy.proto", 1621 "policy/proto/chrome_device_policy.proto",
1622 "policy/proto/install_attributes.proto", 1622 "policy/proto/install_attributes.proto",
1623 ] 1623 ]
1624 } 1624 }
1625 1625
1626 proto_library("attestation_proto") { 1626 proto_library("attestation_proto") {
1627 sources = [ 1627 sources = [
1628 "attestation/attestation_key_payload.proto", 1628 "attestation/attestation_key_payload.proto",
1629 ] 1629 ]
1630 } 1630 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/arc/arc_android_management_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698