Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

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

Issue 1430393002: Specify dependencies on generate_version_info target correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 1 month 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 | « no previous file | 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/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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 sources -= [ "password_manager/password_store_x.cc" ] 607 sources -= [ "password_manager/password_store_x.cc" ]
608 } 608 }
609 if (is_posix && !is_mac && !is_ios) { 609 if (is_posix && !is_mac && !is_ios) {
610 sources += [ 610 sources += [
611 "//chrome/app/chrome_crash_reporter_client.cc", 611 "//chrome/app/chrome_crash_reporter_client.cc",
612 "//chrome/app/chrome_crash_reporter_client.h", 612 "//chrome/app/chrome_crash_reporter_client.h",
613 ] 613 ]
614 deps += [ 614 deps += [
615 "//components/crash/content/app", 615 "//components/crash/content/app",
616 "//components/crash/content/browser", 616 "//components/crash/content/browser",
617 "//components/version_info:generate_version_info",
617 ] 618 ]
618 } 619 }
619 if (use_nss_certs) { 620 if (use_nss_certs) {
620 sources += 621 sources +=
621 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome") 622 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome")
622 if (is_chromeos) { 623 if (is_chromeos) {
623 sources -= [ "net/nss_context_linux.cc" ] 624 sources -= [ "net/nss_context_linux.cc" ]
624 } 625 }
625 } 626 }
626 if (enable_notifications) { 627 if (enable_notifications) {
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1263 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1263 deps = [ 1264 deps = [
1264 "//components/google/core/browser", 1265 "//components/google/core/browser",
1265 "//components/omnibox/browser", 1266 "//components/omnibox/browser",
1266 "//components/rlz", 1267 "//components/rlz",
1267 "//components/search_engines", 1268 "//components/search_engines",
1268 "//rlz:rlz_lib", 1269 "//rlz:rlz_lib",
1269 ] 1270 ]
1270 } 1271 }
1271 } 1272 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698