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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698