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

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

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing extra tab. 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
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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "//components/cdm/browser", 708 "//components/cdm/browser",
709 "//components/enhanced_bookmarks", 709 "//components/enhanced_bookmarks",
710 "//components/precache/content", 710 "//components/precache/content",
711 "//components/precache/core", 711 "//components/precache/core",
712 "//components/resources:components_resources", 712 "//components/resources:components_resources",
713 "//components/service_tab_launcher", 713 "//components/service_tab_launcher",
714 "//components/toolbar", 714 "//components/toolbar",
715 "//components/web_contents_delegate_android", 715 "//components/web_contents_delegate_android",
716 "//third_party/android_opengl/etc1", 716 "//third_party/android_opengl/etc1",
717 "//third_party/android_tools:cpu_features", 717 "//third_party/android_tools:cpu_features",
718 "//third_party/boringssl",
davidben 2015/11/04 00:17:38 Is this needed?
svaldez 2015/11/04 16:55:51 Done.
718 "//third_party/libaddressinput:util", 719 "//third_party/libaddressinput:util",
719 ] 720 ]
720 deps -= [ 721 deps -= [
721 "//third_party/libaddressinput", 722 "//third_party/libaddressinput",
722 "//components/storage_monitor", 723 "//components/storage_monitor",
723 "//components/web_modal", 724 "//components/web_modal",
724 ] 725 ]
725 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] 726 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ]
726 727
727 if (use_seccomp_bpf) { 728 if (use_seccomp_bpf) {
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1265 deps = [ 1266 deps = [
1266 "//components/google/core/browser", 1267 "//components/google/core/browser",
1267 "//components/omnibox/browser", 1268 "//components/omnibox/browser",
1268 "//components/rlz", 1269 "//components/rlz",
1269 "//components/search_engines", 1270 "//components/search_engines",
1270 "//rlz:rlz_lib", 1271 "//rlz:rlz_lib",
1271 ] 1272 ]
1272 } 1273 }
1273 } 1274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698