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

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

Issue 2651883003: Clean up ARC file system unit tests. (Closed)
Patch Set: Rebased. Created 3 years, 10 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_service_launcher.cc » ('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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "arc/extensions/arc_support_message_host.cc", 245 "arc/extensions/arc_support_message_host.cc",
246 "arc/extensions/arc_support_message_host.h", 246 "arc/extensions/arc_support_message_host.h",
247 "arc/fileapi/arc_content_file_system_async_file_util.cc", 247 "arc/fileapi/arc_content_file_system_async_file_util.cc",
248 "arc/fileapi/arc_content_file_system_async_file_util.h", 248 "arc/fileapi/arc_content_file_system_async_file_util.h",
249 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 249 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
250 "arc/fileapi/arc_content_file_system_backend_delegate.h", 250 "arc/fileapi/arc_content_file_system_backend_delegate.h",
251 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", 251 "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
252 "arc/fileapi/arc_content_file_system_file_stream_reader.h", 252 "arc/fileapi/arc_content_file_system_file_stream_reader.h",
253 "arc/fileapi/arc_content_file_system_url_util.cc", 253 "arc/fileapi/arc_content_file_system_url_util.cc",
254 "arc/fileapi/arc_content_file_system_url_util.h", 254 "arc/fileapi/arc_content_file_system_url_util.h",
255 "arc/fileapi/arc_deferred_file_system_operation_runner.cc",
256 "arc/fileapi/arc_deferred_file_system_operation_runner.h",
257 "arc/fileapi/arc_documents_provider_async_file_util.cc", 255 "arc/fileapi/arc_documents_provider_async_file_util.cc",
258 "arc/fileapi/arc_documents_provider_async_file_util.h", 256 "arc/fileapi/arc_documents_provider_async_file_util.h",
259 "arc/fileapi/arc_documents_provider_backend_delegate.cc", 257 "arc/fileapi/arc_documents_provider_backend_delegate.cc",
260 "arc/fileapi/arc_documents_provider_backend_delegate.h", 258 "arc/fileapi/arc_documents_provider_backend_delegate.h",
261 "arc/fileapi/arc_documents_provider_file_stream_reader.cc", 259 "arc/fileapi/arc_documents_provider_file_stream_reader.cc",
262 "arc/fileapi/arc_documents_provider_file_stream_reader.h", 260 "arc/fileapi/arc_documents_provider_file_stream_reader.h",
263 "arc/fileapi/arc_documents_provider_root.cc", 261 "arc/fileapi/arc_documents_provider_root.cc",
264 "arc/fileapi/arc_documents_provider_root.h", 262 "arc/fileapi/arc_documents_provider_root.h",
265 "arc/fileapi/arc_documents_provider_root_map.cc", 263 "arc/fileapi/arc_documents_provider_root_map.cc",
266 "arc/fileapi/arc_documents_provider_root_map.h", 264 "arc/fileapi/arc_documents_provider_root_map.h",
267 "arc/fileapi/arc_documents_provider_util.cc", 265 "arc/fileapi/arc_documents_provider_util.cc",
268 "arc/fileapi/arc_documents_provider_util.h", 266 "arc/fileapi/arc_documents_provider_util.h",
267 "arc/fileapi/arc_file_system_operation_runner.cc",
268 "arc/fileapi/arc_file_system_operation_runner.h",
269 "arc/fileapi/arc_file_system_operation_runner_util.cc", 269 "arc/fileapi/arc_file_system_operation_runner_util.cc",
270 "arc/fileapi/arc_file_system_operation_runner_util.h", 270 "arc/fileapi/arc_file_system_operation_runner_util.h",
271 "arc/fileapi/arc_file_system_service.cc", 271 "arc/fileapi/arc_file_system_service.cc",
272 "arc/fileapi/arc_file_system_service.h", 272 "arc/fileapi/arc_file_system_service.h",
273 "arc/fileapi/arc_media_view_util.cc", 273 "arc/fileapi/arc_media_view_util.cc",
274 "arc/fileapi/arc_media_view_util.h", 274 "arc/fileapi/arc_media_view_util.h",
275 "arc/intent_helper/arc_external_protocol_dialog.cc", 275 "arc/intent_helper/arc_external_protocol_dialog.cc",
276 "arc/intent_helper/arc_external_protocol_dialog.h", 276 "arc/intent_helper/arc_external_protocol_dialog.h",
277 "arc/intent_helper/arc_navigation_throttle.cc", 277 "arc/intent_helper/arc_navigation_throttle.cc",
278 "arc/intent_helper/arc_navigation_throttle.h", 278 "arc/intent_helper/arc_navigation_throttle.h",
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 "accessibility/magnification_manager_unittest.cc", 1471 "accessibility/magnification_manager_unittest.cc",
1472 "accessibility/select_to_speak_event_handler_unittest.cc", 1472 "accessibility/select_to_speak_event_handler_unittest.cc",
1473 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1473 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1474 "arc/arc_session_manager_unittest.cc", 1474 "arc/arc_session_manager_unittest.cc",
1475 "arc/arc_util_unittest.cc", 1475 "arc/arc_util_unittest.cc",
1476 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1476 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1477 "arc/extensions/arc_support_message_host_unittest.cc", 1477 "arc/extensions/arc_support_message_host_unittest.cc",
1478 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1478 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1479 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1479 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1480 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1480 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1481 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc",
1482 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1481 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1483 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1482 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1483 "arc/fileapi/arc_file_system_operation_runner_unittest.cc",
1484 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1484 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1485 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1485 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1486 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc", 1486 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc",
1487 "arc/policy/arc_policy_bridge_unittest.cc", 1487 "arc/policy/arc_policy_bridge_unittest.cc",
1488 "attestation/attestation_ca_client_unittest.cc", 1488 "attestation/attestation_ca_client_unittest.cc",
1489 "attestation/attestation_policy_observer_unittest.cc", 1489 "attestation/attestation_policy_observer_unittest.cc",
1490 "attestation/fake_certificate.cc", 1490 "attestation/fake_certificate.cc",
1491 "attestation/fake_certificate.h", 1491 "attestation/fake_certificate.h",
1492 "attestation/platform_verification_flow_unittest.cc", 1492 "attestation/platform_verification_flow_unittest.cc",
1493 "base/file_flusher_unittest.cc", 1493 "base/file_flusher_unittest.cc",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 "policy/proto/chrome_device_policy.proto", 1747 "policy/proto/chrome_device_policy.proto",
1748 "policy/proto/install_attributes.proto", 1748 "policy/proto/install_attributes.proto",
1749 ] 1749 ]
1750 } 1750 }
1751 1751
1752 proto_library("attestation_proto") { 1752 proto_library("attestation_proto") {
1753 sources = [ 1753 sources = [
1754 "attestation/attestation_key_payload.proto", 1754 "attestation/attestation_key_payload.proto",
1755 ] 1755 ]
1756 } 1756 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698