Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: components/devtools_remote_frontend.gypi

Issue 17389005: [Android] Abandon bundling DevTools frontends for mobile apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698