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

Side by Side Diff: content/test/BUILD.gn

Issue 1930393002: Switch stream creation and closing in Chrome audio rendering from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//content/public/browser", 59 "//content/public/browser",
60 "//content/public/child", 60 "//content/public/child",
61 "//content/public/renderer", 61 "//content/public/renderer",
62 "//content/public/utility", 62 "//content/public/utility",
63 "//content/renderer:for_content_tests", 63 "//content/renderer:for_content_tests",
64 "//content/shell:pak", 64 "//content/shell:pak",
65 "//content/utility:for_content_tests", 65 "//content/utility:for_content_tests",
66 "//ipc:test_support", 66 "//ipc:test_support",
67 "//ipc/mojo", 67 "//ipc/mojo",
68 "//media", 68 "//media",
69 "//media/mojo/common",
70 "//media/mojo/interfaces",
69 "//mojo/edk/test:test_support", 71 "//mojo/edk/test:test_support",
70 "//net:test_support", 72 "//net:test_support",
71 "//services/shell/public/cpp:cpp_for_chromium", 73 "//services/shell/public/cpp:cpp_for_chromium",
72 "//skia", 74 "//skia",
73 "//storage/browser", 75 "//storage/browser",
74 "//storage/common", 76 "//storage/common",
75 "//testing/gmock", 77 "//testing/gmock",
76 "//testing/gtest", 78 "//testing/gtest",
77 "//ui/accessibility:ax_gen", 79 "//ui/accessibility:ax_gen",
78 "//ui/base", 80 "//ui/base",
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 "//gpu:test_support", 1022 "//gpu:test_support",
1021 "//media/base/android", 1023 "//media/base/android",
1022 "//media/base/android:media_java", 1024 "//media/base/android:media_java",
1023 "//media/capture/video/android:capture_java", 1025 "//media/capture/video/android:capture_java",
1024 "//testing/gmock", 1026 "//testing/gmock",
1025 "//ui/android:ui_java", 1027 "//ui/android:ui_java",
1026 ] 1028 ]
1027 } 1029 }
1028 } 1030 }
1029 } 1031 }
OLDNEW
« content/renderer/render_thread_impl.h ('K') | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698