Index: components/devtools_remote_frontend.gypi |
diff --git a/components/devtools_remote_frontend.gypi b/components/devtools_remote_frontend.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e1c0a1b1dd8df5ff8379dae5ad7e7b71db3ba005 |
--- /dev/null |
+++ b/components/devtools_remote_frontend.gypi |
@@ -0,0 +1,24 @@ |
+# Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+# |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'devtools_remote_frontend', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../url/url.gyp:url_lib', |
+ '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
+ ], |
+ 'sources': [ |
+ 'devtools_remote_frontend/devtools_auth_android.cc', |
+ 'devtools_remote_frontend/devtools_auth_android.h', |
+ 'devtools_remote_frontend/devtools_remote_frontend_util.cc', |
+ 'devtools_remote_frontend/devtools_remote_frontend_util.h', |
+ ], |
+ }, |
+ ], |
+} |