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

Side by Side Diff: media/cast/BUILD.gn

Issue 2912513002: Revert of Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: 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 | « headless/BUILD.gn ('k') | media/cdm/ppapi/ppapi_cdm_adapter.gni » ('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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 testonly = true 402 testonly = true
403 sources = [ 403 sources = [
404 "test/receiver.cc", 404 "test/receiver.cc",
405 ] 405 ]
406 deps = [ 406 deps = [
407 ":common", 407 ":common",
408 ":net", 408 ":net",
409 ":receiver", 409 ":receiver",
410 ":test_support", 410 ":test_support",
411 "//base", 411 "//base",
412 "//build/config:exe_and_shlib_deps",
413 "//build/win:default_exe_manifest", 412 "//build/win:default_exe_manifest",
414 "//media", 413 "//media",
415 "//media/audio:test_support", 414 "//media/audio:test_support",
416 "//net", 415 "//net",
417 "//ui/gfx/geometry", 416 "//ui/gfx/geometry",
418 ] 417 ]
419 418
420 if (is_linux && !is_chromeos && use_x11) { 419 if (is_linux && !is_chromeos && use_x11) {
421 sources += [ 420 sources += [
422 "test/linux_output_window.cc", 421 "test/linux_output_window.cc",
(...skipping 11 matching lines...) Expand all
434 testonly = true 433 testonly = true
435 sources = [ 434 sources = [
436 "test/sender.cc", 435 "test/sender.cc",
437 ] 436 ]
438 deps = [ 437 deps = [
439 ":common", 438 ":common",
440 ":net", 439 ":net",
441 ":sender", 440 ":sender",
442 ":test_support", 441 ":test_support",
443 "//base", 442 "//base",
444 "//build/config:exe_and_shlib_deps",
445 "//build/win:default_exe_manifest", 443 "//build/win:default_exe_manifest",
446 "//media", 444 "//media",
447 ] 445 ]
448 } 446 }
449 447
450 proto_library("network_simulation_model_proto") { 448 proto_library("network_simulation_model_proto") {
451 visibility = [ ":cast_simulator" ] 449 visibility = [ ":cast_simulator" ]
452 sources = [ 450 sources = [
453 "test/proto/network_simulation_model.proto", 451 "test/proto/network_simulation_model.proto",
454 ] 452 ]
455 } 453 }
456 454
457 executable("cast_simulator") { 455 executable("cast_simulator") {
458 testonly = true 456 testonly = true
459 sources = [ 457 sources = [
460 "test/simulator.cc", 458 "test/simulator.cc",
461 ] 459 ]
462 deps = [ 460 deps = [
463 ":common", 461 ":common",
464 ":net", 462 ":net",
465 ":network_simulation_model_proto", 463 ":network_simulation_model_proto",
466 ":receiver", 464 ":receiver",
467 ":sender", 465 ":sender",
468 ":test_support", 466 ":test_support",
469 "//base", 467 "//base",
470 "//base/test:test_support", 468 "//base/test:test_support",
471 "//build/config:exe_and_shlib_deps",
472 "//build/win:default_exe_manifest", 469 "//build/win:default_exe_manifest",
473 "//media", 470 "//media",
474 "//media/base:test_support", 471 "//media/base:test_support",
475 ] 472 ]
476 } 473 }
477 474
478 executable("generate_barcode_video") { 475 executable("generate_barcode_video") {
479 testonly = true 476 testonly = true
480 sources = [ 477 sources = [
481 "test/utility/generate_barcode_video.cc", 478 "test/utility/generate_barcode_video.cc",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 ":sender", 544 ":sender",
548 ] 545 ]
549 } 546 }
550 547
551 static_library("cast_receiver") { 548 static_library("cast_receiver") {
552 complete_static_lib = true 549 complete_static_lib = true
553 deps = [ 550 deps = [
554 ":receiver", 551 ":receiver",
555 ] 552 ]
556 } 553 }
OLDNEW
« no previous file with comments | « headless/BUILD.gn ('k') | media/cdm/ppapi/ppapi_cdm_adapter.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698