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

Unified Diff: extensions/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 3874b031e125bfdbfc99c304131286f1736f4abd..ad2ea8096f85293fff6cf8ef01204e71d7e3b95e 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -205,10 +205,6 @@ test("extensions_unittests") {
"//third_party/mesa:osmesa",
]
- if (is_win) {
- deps += [ "//base/allocator" ]
- }
-
if (is_chromeos) {
sources += [
"browser/api/webcam_private/visca_webcam_unittest.cc",
@@ -276,8 +272,6 @@ test("extensions_browsertests") {
]
if (is_win) {
- deps += [ "//base/allocator" ]
-
if (target_cpu == "x86") {
data_deps += [
# "$root_out_dir/wow_helper.exe" # TODO(GYP)
@@ -309,7 +303,6 @@ source_set("chrome_extensions_browsertests") {
deps = [
"//base",
"//base:i18n",
- "//base/allocator",
"//base/test:test_support",
"//chrome/browser",
"//chrome/browser/resources:extension_resource_demo",
@@ -376,7 +369,6 @@ source_set("chrome_extensions_interactive_uitests") {
# These are the deps from interactive_uitests minus some internal Chrome
# ones that aren't allowed to be included here and that aren't needed.
deps = [
- "//base/allocator",
"//chrome/browser",
"//chrome/browser/devtools",
"//chrome/renderer",
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698