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

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

Issue 585633002: Rename BreakpadClient to CrashReporterClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows Created 6 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
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/chrome_browser.gypi » ('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/crypto.gni") 5 import("//build/config/crypto.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("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 381
382 if (use_x11) { 382 if (use_x11) {
383 sources += rebase_path(gypi_values.chrome_browser_x11_sources, 383 sources += rebase_path(gypi_values.chrome_browser_x11_sources,
384 ".", "//chrome") 384 ".", "//chrome")
385 if (!is_chromeos) { 385 if (!is_chromeos) {
386 configs += [ "//build/config/linux:xscrnsaver" ] 386 configs += [ "//build/config/linux:xscrnsaver" ]
387 } 387 }
388 } 388 }
389 if (is_posix && !is_mac && !is_ios) { 389 if (is_posix && !is_mac && !is_ios) {
390 sources += [ 390 sources += [
391 "//chrome/app/chrome_breakpad_client.cc", 391 "//chrome/app/chrome_crash_reporter_client.cc",
392 "//chrome/app/chrome_breakpad_client.h", 392 "//chrome/app/chrome_crash_reporter_client.h",
393 ] 393 ]
394 deps += [ 394 deps += [
395 "//components/crash/app", 395 "//components/crash/app",
396 "//components/crash/browser", 396 "//components/crash/browser",
397 ] 397 ]
398 } 398 }
399 if (use_nss_certs) { 399 if (use_nss_certs) {
400 sources += rebase_path(gypi_values.chrome_browser_nss_sources, 400 sources += rebase_path(gypi_values.chrome_browser_nss_sources,
401 ".", "//chrome") 401 ".", "//chrome")
402 } 402 }
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 ] 925 ]
926 } 926 }
927 927
928 if (enable_wifi_bootstrapping) { 928 if (enable_wifi_bootstrapping) {
929 sources += [ 929 sources += [
930 "local_discovery/wifi/mock_wifi_manager.cc", 930 "local_discovery/wifi/mock_wifi_manager.cc",
931 "local_discovery/wifi/mock_wifi_manager.h", 931 "local_discovery/wifi/mock_wifi_manager.h",
932 ] 932 ]
933 } 933 }
934 } 934 }
OLDNEW
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698