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

Side by Side Diff: remoting/remoting.gyp

Issue 451973002: Capabilities + Extensions + Cast Host Extension Support for Android client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor Fix Created 6 years, 4 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
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | remoting/remoting_android.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 0, 10 'run_jscompile%': 0,
11 11
12 # Set this to enable cast mode on the android client.
13 'enable_cast%': 0,
14
12 'variables': { 15 'variables': {
13 'conditions': [ 16 'conditions': [
14 # Enable the multi-process host on Windows by default. 17 # Enable the multi-process host on Windows by default.
15 ['OS=="win"', { 18 ['OS=="win"', {
16 'remoting_multi_process%': 1, 19 'remoting_multi_process%': 1,
17 }, { 20 }, {
18 'remoting_multi_process%': 0, 21 'remoting_multi_process%': 0,
19 }], 22 }],
20 ], 23 ],
21 }, 24 },
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ], 281 ],
279 'export_dependent_settings': [ 282 'export_dependent_settings': [
280 '../third_party/libjingle/libjingle.gyp:libjingle', 283 '../third_party/libjingle/libjingle.gyp:libjingle',
281 ], 284 ],
282 'sources': [ 285 'sources': [
283 '<@(remoting_protocol_sources)', 286 '<@(remoting_protocol_sources)',
284 ], 287 ],
285 }, # end of target 'remoting_protocol' 288 }, # end of target 'remoting_protocol'
286 ], # end of targets 289 ], # end of targets
287 } 290 }
OLDNEW
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | remoting/remoting_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698