Use a deque in ResourcePool instead of a list.
[chromium-blink-merge.git] / content / utility / BUILD.gn
blob5767b98f458330896e8df64d07194ce5694c22ce
1 # Copyright 2014 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 import("//content/utility/utility.gni")
7 source_set("utility") {
8   # Only the public target should depend on this. All other targets (even
9   # internal content ones) should depend on the public one.
10   visibility = [ "//content/public/utility:utility_sources" ]
12   sources =
13       rebase_path(content_utility_gypi_values.utility_sources, ".", "//content")
15   configs += [ "//content:content_implementation" ]
17   deps = [
18     "//base",
19     "//content:export",
20     "//content/public/child:child_sources",
21     "//content/public/common:common_sources",
22     "//courgette:courgette_lib",
23     "//mojo/application/public/interfaces",
24     "//third_party/WebKit/public:blink_headers",
25   ]