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

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

Issue 1161053004: Move the SeccompSupportDetector to be in-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 6 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 | « no previous file | chrome/browser/android/DEPS » ('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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 ] 638 ]
639 deps -= [ 639 deps -= [
640 "//third_party/libaddressinput", 640 "//third_party/libaddressinput",
641 "//components/storage_monitor", 641 "//components/storage_monitor",
642 "//components/web_modal", 642 "//components/web_modal",
643 ] 643 ]
644 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] 644 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ]
645 645
646 if (use_seccomp_bpf) { 646 if (use_seccomp_bpf) {
647 defines += [ "USE_SECCOMP_BPF" ] 647 defines += [ "USE_SECCOMP_BPF" ]
648 deps += [ "//sandbox/linux:seccomp_bpf" ]
648 } 649 }
649 } 650 }
650 651
651 if (is_mac) { 652 if (is_mac) {
652 deps += [ 653 deps += [
653 "//third_party/google_toolbox_for_mac", 654 "//third_party/google_toolbox_for_mac",
654 "//third_party/mozilla", 655 "//third_party/mozilla",
655 ] 656 ]
656 libs += [ 657 libs += [
657 "Accelerate.framework", 658 "Accelerate.framework",
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 ] 1165 ]
1165 } 1166 }
1166 1167
1167 if (enable_wifi_bootstrapping) { 1168 if (enable_wifi_bootstrapping) {
1168 sources += [ 1169 sources += [
1169 "local_discovery/wifi/mock_wifi_manager.cc", 1170 "local_discovery/wifi/mock_wifi_manager.cc",
1170 "local_discovery/wifi/mock_wifi_manager.h", 1171 "local_discovery/wifi/mock_wifi_manager.h",
1171 ] 1172 ]
1172 } 1173 }
1173 } 1174 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698