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

Side by Side Diff: components/devtools_bridge.gyp

Issue 677843006: Registration of DevTools bridge in GCD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-signaling
Patch Set: Created 6 years, 1 month 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'devtools_bridge_javalib', 8 'target_name': 'devtools_bridge_javalib',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
11 'java_in_dir': 'devtools_bridge/android/java', 11 'java_in_dir': 'devtools_bridge/android/java',
12 }, 12 },
13 'includes': [ '../build/java.gypi' ], 13 'includes': [ '../build/java.gypi' ],
14 'dependencies': [ 14 'dependencies': [
15 '../third_party/android_tools/android_tools.gyp:android_gcm',
15 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection_javalib ', 16 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection_javalib ',
16 ], 17 ],
17 }, 18 },
18 { 19 {
19 'target_name': 'devtools_bridge_testutils', 20 'target_name': 'devtools_bridge_testutils',
20 'type': 'none', 21 'type': 'none',
21 'variables': { 22 'variables': {
22 'java_in_dir': 'devtools_bridge/test/android/javatests', 23 'java_in_dir': 'devtools_bridge/test/android/javatests',
23 }, 24 },
24 'includes': [ '../build/java.gypi' ], 25 'includes': [ '../build/java.gypi' ],
(...skipping 13 matching lines...) Expand all
38 'apk_name': 'DevToolsBridgeTest', 39 'apk_name': 'DevToolsBridgeTest',
39 'test_suite_name': 'devtools_bridge_tests', 40 'test_suite_name': 'devtools_bridge_tests',
40 'java_in_dir': 'devtools_bridge/android/javatests', 41 'java_in_dir': 'devtools_bridge/android/javatests',
41 'native_lib_target': 'libjingle_peerconnection_so', 42 'native_lib_target': 'libjingle_peerconnection_so',
42 'is_test_apk': 1, 43 'is_test_apk': 1,
43 }, 44 },
44 'includes': [ '../build/java_apk.gypi' ], 45 'includes': [ '../build/java_apk.gypi' ],
45 }, 46 },
46 ], 47 ],
47 } 48 }
OLDNEW
« no previous file with comments | « no previous file | components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/apiary/ApiaryClientFactory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698