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

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

Issue 1479283002: Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with crashpad 1f3ced1846f3956e678c562c90e0d6c970543617 Created 5 years 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/manifest.gni") 8 import("//build/config/win/manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "//content/public/renderer", 188 "//content/public/renderer",
189 "//content/public/utility", 189 "//content/public/utility",
190 ] 190 ]
191 deps = [ 191 deps = [
192 ":resources", 192 ":resources",
193 "//base", 193 "//base",
194 "//base:base_static", 194 "//base:base_static",
195 "//base/allocator", 195 "//base/allocator",
196 "//base/third_party/dynamic_annotations", 196 "//base/third_party/dynamic_annotations",
197 "//cc", 197 "//cc",
198 "//components/crash/content/app:app_breakpad_mac_to_be_deleted", 198 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
199 "//components/devtools_discovery", 199 "//components/devtools_discovery",
200 "//components/devtools_http_handler", 200 "//components/devtools_http_handler",
201 "//components/plugins/renderer", 201 "//components/plugins/renderer",
202 "//components/test_runner:test_runner", 202 "//components/test_runner:test_runner",
203 "//components/url_formatter", 203 "//components/url_formatter",
204 "//components/web_cache/renderer", 204 "//components/web_cache/renderer",
205 "//content:resources", 205 "//content:resources",
206 "//content/app/resources", 206 "//content/app/resources",
207 "//content/app/strings", 207 "//content/app/strings",
208 "//content/gpu", 208 "//content/gpu",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 sources = [ 482 sources = [
483 "app/shell_content_main.cc", 483 "app/shell_content_main.cc",
484 "app/shell_content_main.h", 484 "app/shell_content_main.h",
485 ] 485 ]
486 486
487 deps = [ 487 deps = [
488 ":content_shell_lib", 488 ":content_shell_lib",
489 ] 489 ]
490 } 490 }
491 } 491 }
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | tools/telemetry/telemetry/internal/browser/tab_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698