[Android WebViewShell] Add inclusion test for webview exposed stable interfaces.
[chromium-blink-merge.git] / tools / android / common / BUILD.gn
blob3c867410aab902ef2a3d627bc4e07af5c026e49b
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 # GYP: //tools/android/common/common.gyp:android_tools_common
6 source_set("common") {
7   sources = [
8     "adb_connection.cc",
9     "adb_connection.h",
10     "daemon.cc",
11     "daemon.h",
12     "net.cc",
13     "net.h",
14   ]
16   deps = [
17     "//base",
18   ]