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

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

Issue 2913033003: [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: fix buildbot compile errors 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "//testing/gtest", 394 "//testing/gtest",
395 ] 395 ]
396 } 396 }
397 397
398 source_set("unit_tests") { 398 source_set("unit_tests") {
399 testonly = true 399 testonly = true
400 sources = [ 400 sources = [
401 "api/alarms/alarms_api_unittest.cc", 401 "api/alarms/alarms_api_unittest.cc",
402 "api/api_resource_manager_unittest.cc", 402 "api/api_resource_manager_unittest.cc",
403 "api/bluetooth/bluetooth_event_router_unittest.cc", 403 "api/bluetooth/bluetooth_event_router_unittest.cc",
404 "api/cast_channel/cast_auth_util_unittest.cc",
405 "api/cast_channel/cast_channel_api_unittest.cc", 404 "api/cast_channel/cast_channel_api_unittest.cc",
406 "api/cast_channel/cast_channel_enum_util_unittest.cc", 405 "api/cast_channel/cast_channel_enum_util_unittest.cc",
407 "api/cast_channel/cast_framer_unittest.cc",
408 "api/cast_channel/cast_socket_service_unittest.cc",
409 "api/cast_channel/cast_socket_unittest.cc",
410 "api/cast_channel/cast_transport_unittest.cc",
411 "api/cast_channel/keep_alive_delegate_unittest.cc",
412 "api/cast_channel/logger_unittest.cc",
413 "api/declarative/declarative_rule_unittest.cc", 406 "api/declarative/declarative_rule_unittest.cc",
414 "api/declarative/deduping_factory_unittest.cc", 407 "api/declarative/deduping_factory_unittest.cc",
415 "api/declarative/rules_registry_unittest.cc", 408 "api/declarative/rules_registry_unittest.cc",
416 "api/declarative_webrequest/webrequest_condition_attribute_unittest.cc", 409 "api/declarative_webrequest/webrequest_condition_attribute_unittest.cc",
417 "api/declarative_webrequest/webrequest_condition_unittest.cc", 410 "api/declarative_webrequest/webrequest_condition_unittest.cc",
418 "api/document_scan/document_scan_api_unittest.cc", 411 "api/document_scan/document_scan_api_unittest.cc",
419 "api/document_scan/document_scan_interface_chromeos_unittest.cc", 412 "api/document_scan/document_scan_interface_chromeos_unittest.cc",
420 "api/document_scan/mock_document_scan_interface.cc", 413 "api/document_scan/mock_document_scan_interface.cc",
421 "api/document_scan/mock_document_scan_interface.h", 414 "api/document_scan/mock_document_scan_interface.h",
422 "api/file_handlers/app_file_handler_util_unittest.cc", 415 "api/file_handlers/app_file_handler_util_unittest.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "api/media_perception_private/media_perception_api_manager_unittest.cc", 516 "api/media_perception_private/media_perception_api_manager_unittest.cc",
524 "api/webcam_private/visca_webcam_unittest.cc", 517 "api/webcam_private/visca_webcam_unittest.cc",
525 ] 518 ]
526 519
527 deps += [ 520 deps += [
528 "//chromeos:media_perception_proto", 521 "//chromeos:media_perception_proto",
529 "//chromeos:test_support", 522 "//chromeos:test_support",
530 ] 523 ]
531 } 524 }
532 } 525 }
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