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

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

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 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
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
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 }
OLDNEW
« no previous file with comments | « chromecast/app/linux/cast_crash_reporter_client.cc ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698