Update Chrome code to use new WebScreenOrientation types.
[chromium-blink-merge.git] / base / allocator / BUILD.gn
blob2646f2b317bbeb46d86c4a653fca2fa4eb909a01
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("allocator_extension_thunks") {
6   visibility = "//base/*"
7   sources = [
8     "allocator_extension_thunks.cc",
9     "allocator_extension_thunks.h",
10   ]