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

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

Issue 897563002: Unify the three places that patch font loading for PDFium on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//sql:test_support", 117 "//sql:test_support",
118 "//sync", 118 "//sync",
119 "//testing/gmock", 119 "//testing/gmock",
120 "//testing/gtest", 120 "//testing/gtest",
121 "//third_party/zlib", 121 "//third_party/zlib",
122 "//ui/message_center:test_support", 122 "//ui/message_center:test_support",
123 ] 123 ]
124 124
125 if (!is_ios) { 125 if (!is_ios) {
126 deps += [ 126 deps += [
127 "//chrome/child",
127 "//chrome/plugin", 128 "//chrome/plugin",
128 "//chrome/renderer", 129 "//chrome/renderer",
129 "//chrome/utility", 130 "//chrome/utility",
130 "//content/public/child", 131 "//content/public/child",
131 "//content/public/common", 132 "//content/public/common",
132 "//content/public/plugin", 133 "//content/public/plugin",
133 "//content/public/renderer", 134 "//content/public/renderer",
134 "//content/public/utility", 135 "//content/public/utility",
135 "//components/autofill/core/browser:test_support", 136 "//components/autofill/core/browser:test_support",
136 "//components/captive_portal:test_support", 137 "//components/captive_portal:test_support",
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 } 1671 }
1671 if (use_ozone) { 1672 if (use_ozone) {
1672 # crbug.com/354036 1673 # crbug.com/354036
1673 sources -= [ "browser/chromeos/events/event_rewriter_unittest.cc" ] 1674 sources -= [ "browser/chromeos/events/event_rewriter_unittest.cc" ]
1674 } 1675 }
1675 if (!enable_plugin_installation) { 1676 if (!enable_plugin_installation) {
1676 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] 1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
1677 } 1678 }
1678 } 1679 }
1679 } 1680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698