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

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

Issue 932553002: Refactor SSLClientCertificateSelector for reuse with platformKeys API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_perms
Patch Set: Cleaned up includes. Fixed compilation. Created 5 years, 10 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
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "//chrome/browser", 237 "//chrome/browser",
238 "//chrome/browser/devtools", 238 "//chrome/browser/devtools",
239 "//chrome/renderer", 239 "//chrome/renderer",
240 "//chrome/test:test_support", 240 "//chrome/test:test_support",
241 "//chrome:resources", 241 "//chrome:resources",
242 "//chrome:strings", 242 "//chrome:strings",
243 "//chrome:packed_extra_resources", 243 "//chrome:packed_extra_resources",
244 "//chrome:packed_resources", 244 "//chrome:packed_resources",
245 "//content/app/resources", 245 "//content/app/resources",
246 "//crypto:platform", 246 "//crypto:platform",
247 "//crypto:test_support",
247 "//google_apis:test_support", 248 "//google_apis:test_support",
248 "//net", 249 "//net",
249 "//net:net_resources", 250 "//net:net_resources",
250 "//net:test_support", 251 "//net:test_support",
251 252
252 #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet. 253 #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet.
253 "//skia", 254 "//skia",
254 "//sync", 255 "//sync",
255 "//testing/gmock", 256 "//testing/gmock",
256 "//testing/gtest", 257 "//testing/gtest",
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 } 1672 }
1672 if (use_ozone) { 1673 if (use_ozone) {
1673 # crbug.com/354036 1674 # crbug.com/354036
1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] 1675 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ]
1675 } 1676 }
1676 if (!enable_plugin_installation) { 1677 if (!enable_plugin_installation) {
1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] 1678 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
1678 } 1679 }
1679 } 1680 }
1680 } 1681 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698