Update V8 to version 4.7.15.
[chromium-blink-merge.git] / components / variations / service / BUILD.gn
blob1ad9e4828d434efcce8758686cb41ef79c640610
1 # Copyright 2015 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 source_set("service") {
6   sources = [
7     "variations_service_client.h",
8   ]
10   deps = [
11     "//base",
12     "//components/version_info",
13   ]