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

Side by Side Diff: extensions/browser/BUILD.gn

Issue 2926313002: Revert of [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: Created 3 years, 6 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 | « extensions/BUILD.gn ('k') | extensions/browser/api/BUILD.gn » ('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("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 group("browser") { 10 group("browser") {
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "//testing/gtest", 392 "//testing/gtest",
393 ] 393 ]
394 } 394 }
395 395
396 source_set("unit_tests") { 396 source_set("unit_tests") {
397 testonly = true 397 testonly = true
398 sources = [ 398 sources = [
399 "api/alarms/alarms_api_unittest.cc", 399 "api/alarms/alarms_api_unittest.cc",
400 "api/api_resource_manager_unittest.cc", 400 "api/api_resource_manager_unittest.cc",
401 "api/bluetooth/bluetooth_event_router_unittest.cc", 401 "api/bluetooth/bluetooth_event_router_unittest.cc",
402 "api/cast_channel/cast_auth_util_unittest.cc",
402 "api/cast_channel/cast_channel_api_unittest.cc", 403 "api/cast_channel/cast_channel_api_unittest.cc",
403 "api/cast_channel/cast_channel_enum_util_unittest.cc", 404 "api/cast_channel/cast_channel_enum_util_unittest.cc",
405 "api/cast_channel/cast_framer_unittest.cc",
406 "api/cast_channel/cast_socket_service_unittest.cc",
407 "api/cast_channel/cast_socket_unittest.cc",
408 "api/cast_channel/cast_transport_unittest.cc",
409 "api/cast_channel/keep_alive_delegate_unittest.cc",
410 "api/cast_channel/logger_unittest.cc",
404 "api/declarative/declarative_rule_unittest.cc", 411 "api/declarative/declarative_rule_unittest.cc",
405 "api/declarative/deduping_factory_unittest.cc", 412 "api/declarative/deduping_factory_unittest.cc",
406 "api/declarative/rules_registry_unittest.cc", 413 "api/declarative/rules_registry_unittest.cc",
407 "api/declarative_webrequest/webrequest_condition_attribute_unittest.cc", 414 "api/declarative_webrequest/webrequest_condition_attribute_unittest.cc",
408 "api/declarative_webrequest/webrequest_condition_unittest.cc", 415 "api/declarative_webrequest/webrequest_condition_unittest.cc",
409 "api/document_scan/document_scan_api_unittest.cc", 416 "api/document_scan/document_scan_api_unittest.cc",
410 "api/document_scan/document_scan_interface_chromeos_unittest.cc", 417 "api/document_scan/document_scan_interface_chromeos_unittest.cc",
411 "api/document_scan/mock_document_scan_interface.cc", 418 "api/document_scan/mock_document_scan_interface.cc",
412 "api/document_scan/mock_document_scan_interface.h", 419 "api/document_scan/mock_document_scan_interface.h",
413 "api/file_handlers/app_file_handler_util_unittest.cc", 420 "api/file_handlers/app_file_handler_util_unittest.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "api/media_perception_private/media_perception_api_manager_unittest.cc", 520 "api/media_perception_private/media_perception_api_manager_unittest.cc",
514 "api/webcam_private/visca_webcam_unittest.cc", 521 "api/webcam_private/visca_webcam_unittest.cc",
515 ] 522 ]
516 523
517 deps += [ 524 deps += [
518 "//chromeos:media_perception_proto", 525 "//chromeos:media_perception_proto",
519 "//chromeos:test_support", 526 "//chromeos:test_support",
520 ] 527 ]
521 } 528 }
522 } 529 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698