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