OLD | NEW |
---|---|
(Empty) | |
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 } | |
OLD | NEW |