diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-02 22:01:02 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-02 22:01:02 +0000 |
commit | 9680c20b1b45ab83625fe148875c137f8d70b3b0 (patch) | |
tree | 7f49fa7e270f7813e8066a2dbce074e221fc9360 /base/allocator | |
parent | 2115d33bae13c8d3b5c0fb927448b3920f7bd345 (diff) | |
download | chromium_src-9680c20b1b45ab83625fe148875c137f8d70b3b0.zip chromium_src-9680c20b1b45ab83625fe148875c137f8d70b3b0.tar.gz chromium_src-9680c20b1b45ab83625fe148875c137f8d70b3b0.tar.bz2 |
Move base BUILD.gn files to main tree.
This also removes thread_local_storage.cc which was removed from the .gyp file.
R=viettrungluu@chromium.org
TBR=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/119323003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r-- | base/allocator/BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn new file mode 100644 index 0000000..64d052d --- /dev/null +++ b/base/allocator/BUILD.gn @@ -0,0 +1,11 @@ +# 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") { + external = true + sources = [ + "allocator_extension_thunks.cc", + "allocator_extension_thunks.h", + ] +} |