OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 5 |
| 6 { |
| 7 'targets': [ |
| 8 { |
| 9 'target_name': 'devtools_remote_frontend', |
| 10 'type': 'static_library', |
| 11 'dependencies': [ |
| 12 '../base/base.gyp:base', |
| 13 '../url/url.gyp:url_lib', |
| 14 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 15 ], |
| 16 'sources': [ |
| 17 'devtools_remote_frontend/devtools_auth_android.cc', |
| 18 'devtools_remote_frontend/devtools_auth_android.h', |
| 19 'devtools_remote_frontend/devtools_remote_frontend_util.cc', |
| 20 'devtools_remote_frontend/devtools_remote_frontend_util.h', |
| 21 ], |
| 22 }, |
| 23 ], |
| 24 } |
OLD | NEW |