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

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

Issue 2891023002: [cast_channel] Make CastSocket not inherit from ApiResource (Closed)
Patch Set: resolve code review comments from Derek Created 3 years, 7 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 | extensions/browser/api/cast_channel/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 group("browser") { 8 group("browser") {
9 public_deps = [ 9 public_deps = [
10 "//extensions/browser:browser_context_keyed_service_factories", 10 "//extensions/browser:browser_context_keyed_service_factories",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 392
393 source_set("unit_tests") { 393 source_set("unit_tests") {
394 testonly = true 394 testonly = true
395 sources = [ 395 sources = [
396 "api/alarms/alarms_api_unittest.cc", 396 "api/alarms/alarms_api_unittest.cc",
397 "api/api_resource_manager_unittest.cc", 397 "api/api_resource_manager_unittest.cc",
398 "api/bluetooth/bluetooth_event_router_unittest.cc", 398 "api/bluetooth/bluetooth_event_router_unittest.cc",
399 "api/cast_channel/cast_auth_util_unittest.cc", 399 "api/cast_channel/cast_auth_util_unittest.cc",
400 "api/cast_channel/cast_channel_api_unittest.cc", 400 "api/cast_channel/cast_channel_api_unittest.cc",
401 "api/cast_channel/cast_framer_unittest.cc", 401 "api/cast_channel/cast_framer_unittest.cc",
402 "api/cast_channel/cast_socket_service_unittest.cc",
402 "api/cast_channel/cast_socket_unittest.cc", 403 "api/cast_channel/cast_socket_unittest.cc",
403 "api/cast_channel/cast_transport_unittest.cc", 404 "api/cast_channel/cast_transport_unittest.cc",
404 "api/cast_channel/keep_alive_delegate_unittest.cc", 405 "api/cast_channel/keep_alive_delegate_unittest.cc",
405 "api/cast_channel/logger_unittest.cc", 406 "api/cast_channel/logger_unittest.cc",
406 "api/declarative/declarative_rule_unittest.cc", 407 "api/declarative/declarative_rule_unittest.cc",
407 "api/declarative/deduping_factory_unittest.cc", 408 "api/declarative/deduping_factory_unittest.cc",
408 "api/declarative/rules_registry_unittest.cc", 409 "api/declarative/rules_registry_unittest.cc",
409 "api/declarative_webrequest/webrequest_condition_attribute_unittest.cc", 410 "api/declarative_webrequest/webrequest_condition_attribute_unittest.cc",
410 "api/declarative_webrequest/webrequest_condition_unittest.cc", 411 "api/declarative_webrequest/webrequest_condition_unittest.cc",
411 "api/document_scan/document_scan_api_unittest.cc", 412 "api/document_scan/document_scan_api_unittest.cc",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 511
511 if (is_chromeos) { 512 if (is_chromeos) {
512 sources += [ 513 sources += [
513 "api/audio/audio_device_id_calculator_unittest.cc", 514 "api/audio/audio_device_id_calculator_unittest.cc",
514 "api/webcam_private/visca_webcam_unittest.cc", 515 "api/webcam_private/visca_webcam_unittest.cc",
515 ] 516 ]
516 517
517 deps += [ "//chromeos:test_support" ] 518 deps += [ "//chromeos:test_support" ]
518 } 519 }
519 } 520 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/api/cast_channel/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698