OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//chromecast/chromecast.gni") | 5 import("//chromecast/chromecast.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 source_set("browser") { | 8 source_set("browser") { |
9 sources = [ | 9 sources = [ |
10 "cast_browser_context.cc", | 10 "cast_browser_context.cc", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "//chromecast/app:chromecast_settings", | 67 "//chromecast/app:chromecast_settings", |
68 "//chromecast/app:resources", | 68 "//chromecast/app:resources", |
69 "//chromecast/base", | 69 "//chromecast/base", |
70 "//chromecast/base:cast_sys_info", | 70 "//chromecast/base:cast_sys_info", |
71 "//chromecast/base:cast_version", | 71 "//chromecast/base:cast_version", |
72 "//chromecast/common", | 72 "//chromecast/common", |
73 "//chromecast/graphics", | 73 "//chromecast/graphics", |
74 "//chromecast/media", | 74 "//chromecast/media", |
75 "//chromecast/net", | 75 "//chromecast/net", |
76 "//chromecast/service", | 76 "//chromecast/service", |
77 "//components/crash/app", | 77 "//components/crash/content/app", |
78 "//components/crash/browser", | 78 "//components/crash/content/browser", |
79 "//components/devtools_http_handler:devtools_http_handler", | 79 "//components/devtools_http_handler:devtools_http_handler", |
80 "//components/metrics", | 80 "//components/metrics", |
81 "//components/metrics:gpu", | 81 "//components/metrics:gpu", |
82 "//components/metrics:net", | 82 "//components/metrics:net", |
83 "//components/metrics:profiler", | 83 "//components/metrics:profiler", |
84 "//components/network_hints/browser", | 84 "//components/network_hints/browser", |
85 "//content", | 85 "//content", |
86 "//content/public/browser", | 86 "//content/public/browser", |
87 "//content/public/common", | 87 "//content/public/common", |
88 "//content/public/utility", | 88 "//content/public/utility", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 | 145 |
146 configs += [ ":browser_test_config" ] | 146 configs += [ ":browser_test_config" ] |
147 | 147 |
148 deps = [ | 148 deps = [ |
149 ":test_support", | 149 ":test_support", |
150 "//base", | 150 "//base", |
151 "//testing/gtest", | 151 "//testing/gtest", |
152 "//url", | 152 "//url", |
153 ] | 153 ] |
154 } | 154 } |
OLD | NEW |