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

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

Issue 1351923002: Revert of Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/breakpad.isolate ('k') | chrome/browser/chrome_browser_main_android.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 rebase_path(gypi_values.chrome_browser_x11_sources, ".", "//chrome") 571 rebase_path(gypi_values.chrome_browser_x11_sources, ".", "//chrome")
572 } else { 572 } else {
573 sources -= [ "password_manager/password_store_x.cc" ] 573 sources -= [ "password_manager/password_store_x.cc" ]
574 } 574 }
575 if (is_posix && !is_mac && !is_ios) { 575 if (is_posix && !is_mac && !is_ios) {
576 sources += [ 576 sources += [
577 "//chrome/app/chrome_crash_reporter_client.cc", 577 "//chrome/app/chrome_crash_reporter_client.cc",
578 "//chrome/app/chrome_crash_reporter_client.h", 578 "//chrome/app/chrome_crash_reporter_client.h",
579 ] 579 ]
580 deps += [ 580 deps += [
581 "//components/crash/content/app", 581 "//components/crash/app",
582 "//components/crash/content/browser", 582 "//components/crash/browser",
583 ] 583 ]
584 } 584 }
585 if (use_nss_certs) { 585 if (use_nss_certs) {
586 sources += 586 sources +=
587 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome") 587 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome")
588 if (is_chromeos) { 588 if (is_chromeos) {
589 sources -= [ "net/nss_context_linux.cc" ] 589 sources -= [ "net/nss_context_linux.cc" ]
590 } 590 }
591 } 591 }
592 if (enable_notifications) { 592 if (enable_notifications) {
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1245 deps = [ 1245 deps = [
1246 "//components/google/core/browser", 1246 "//components/google/core/browser",
1247 "//components/omnibox/browser", 1247 "//components/omnibox/browser",
1248 "//components/rlz", 1248 "//components/rlz",
1249 "//components/search_engines", 1249 "//components/search_engines",
1250 "//rlz:rlz_lib", 1250 "//rlz:rlz_lib",
1251 ] 1251 ]
1252 } 1252 }
1253 } 1253 }
OLDNEW
« no previous file with comments | « chrome/breakpad.isolate ('k') | chrome/browser/chrome_browser_main_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698