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 | |
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
-rw-r--r-- | base/BUILD.gn (renamed from tools/gn/secondary/base/BUILD.gn) | 1 | ||||
-rw-r--r-- | base/allocator/BUILD.gn (renamed from tools/gn/secondary/base/allocator/BUILD.gn) | 0 | ||||
-rw-r--r-- | base/test/BUILD.gn (renamed from tools/gn/secondary/base/test/BUILD.gn) | 0 | ||||
-rw-r--r-- | base/third_party/dynamic_annotations/BUILD.gn (renamed from tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn) | 0 | ||||
-rw-r--r-- | base/third_party/nspr/BUILD.gn (renamed from tools/gn/secondary/base/third_party/nspr/BUILD.gn) | 0 | ||||
-rw-r--r-- | base/third_party/symbolize/BUILD.gn (renamed from tools/gn/secondary/base/third_party/symbolize/BUILD.gn) | 0 | ||||
-rw-r--r-- | base/third_party/xdg_mime/BUILD.gn (renamed from tools/gn/secondary/base/third_party/xdg_mime/BUILD.gn) | 0 | ||||
-rw-r--r-- | base/third_party/xdg_user_dirs/BUILD.gn (renamed from tools/gn/secondary/base/third_party/xdg_user_dirs/BUILD.gn) | 0 |
8 files changed, 0 insertions, 1 deletions
diff --git a/tools/gn/secondary/base/BUILD.gn b/base/BUILD.gn index eaef2d4..733c649 100644 --- a/tools/gn/secondary/base/BUILD.gn +++ b/base/BUILD.gn @@ -559,7 +559,6 @@ component("base") { "threading/thread_id_name_manager.h", "threading/thread_local.h", "threading/thread_local_posix.cc", - "threading/thread_local_storage.cc", "threading/thread_local_storage.h", "threading/thread_local_storage_posix.cc", "threading/thread_local_storage_win.cc", diff --git a/tools/gn/secondary/base/allocator/BUILD.gn b/base/allocator/BUILD.gn index 64d052d..64d052d 100644 --- a/tools/gn/secondary/base/allocator/BUILD.gn +++ b/base/allocator/BUILD.gn diff --git a/tools/gn/secondary/base/test/BUILD.gn b/base/test/BUILD.gn index 0977585..0977585 100644 --- a/tools/gn/secondary/base/test/BUILD.gn +++ b/base/test/BUILD.gn diff --git a/tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn b/base/third_party/dynamic_annotations/BUILD.gn index 02beae0..02beae0 100644 --- a/tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn +++ b/base/third_party/dynamic_annotations/BUILD.gn diff --git a/tools/gn/secondary/base/third_party/nspr/BUILD.gn b/base/third_party/nspr/BUILD.gn index 9852f5d..9852f5d 100644 --- a/tools/gn/secondary/base/third_party/nspr/BUILD.gn +++ b/base/third_party/nspr/BUILD.gn diff --git a/tools/gn/secondary/base/third_party/symbolize/BUILD.gn b/base/third_party/symbolize/BUILD.gn index f4af9bd..f4af9bd 100644 --- a/tools/gn/secondary/base/third_party/symbolize/BUILD.gn +++ b/base/third_party/symbolize/BUILD.gn diff --git a/tools/gn/secondary/base/third_party/xdg_mime/BUILD.gn b/base/third_party/xdg_mime/BUILD.gn index 32d9ac4..32d9ac4 100644 --- a/tools/gn/secondary/base/third_party/xdg_mime/BUILD.gn +++ b/base/third_party/xdg_mime/BUILD.gn diff --git a/tools/gn/secondary/base/third_party/xdg_user_dirs/BUILD.gn b/base/third_party/xdg_user_dirs/BUILD.gn index eda4e02..eda4e02 100644 --- a/tools/gn/secondary/base/third_party/xdg_user_dirs/BUILD.gn +++ b/base/third_party/xdg_user_dirs/BUILD.gn |