summaryrefslogtreecommitdiff
path: root/chromium/tools/gn/secondary/base/allocator/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/gn/secondary/base/allocator/BUILD.gn')
-rw-r--r--chromium/tools/gn/secondary/base/allocator/BUILD.gn16
1 files changed, 6 insertions, 10 deletions
diff --git a/chromium/tools/gn/secondary/base/allocator/BUILD.gn b/chromium/tools/gn/secondary/base/allocator/BUILD.gn
index 6766911463f..bbcfe655c64 100644
--- a/chromium/tools/gn/secondary/base/allocator/BUILD.gn
+++ b/chromium/tools/gn/secondary/base/allocator/BUILD.gn
@@ -1,10 +1,6 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-static_library("allocator_extension_thunks") {
- sources = [
- "allocator_extension_thunks.cc",
- "allocator_extension_thunks.h",
- ]
-}
+static_library("allocator_extension_thunks") {
+ sources = [
+ "allocator_extension_thunks.cc",
+ "allocator_extension_thunks.h",
+ ]
+}