OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |