repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Android WebViewShell] Add inclusion test for webview exposed stable interfaces.
[chromium-blink-merge.git]
/
tools
/
android
/
common
/
BUILD.gn
blob
3c867410aab902ef2a3d627bc4e07af5c026e49b
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.
4
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
]
15
16
deps = [
17
"//base",
18
]
19
}