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

Side by Side Diff: remoting/remoting_enable.gypi

Issue 1090023004: Revert of [Chromoting] Enable remoting webapp main.html GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/remoting_enable.gni ('k') | remoting/remoting_webapp_files.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # Keep in sync with remoting/remoting_enable.gni.
6
7 { 5 {
8 'variables': { 6 'variables': {
9 'enable_remoting_host%': 0, 7 'enable_remoting_host%': 0,
10 'enable_me2me_host%': 0, 8 'enable_me2me_host%': 0,
11 9
12 'conditions': [ 10 'conditions': [
13 ['OS=="win" or OS=="mac"', { 11 ['OS=="win" or OS=="mac"', {
14 'enable_remoting_host': 1, 12 'enable_remoting_host': 1,
15 'enable_me2me_host': 1, 13 'enable_me2me_host': 1,
16 }], 14 }],
17 ['OS=="linux" and chromeos==0 and use_x11==1', { 15 ['OS=="linux" and chromeos==0 and use_x11==1', {
18 'enable_remoting_host': 1, 16 'enable_remoting_host': 1,
19 'enable_me2me_host': 1, 17 'enable_me2me_host': 1,
20 }], 18 }],
21 ['OS=="linux" and chromeos==1', { 19 ['OS=="linux" and chromeos==1', {
22 'enable_remoting_host': 1, 20 'enable_remoting_host': 1,
23 }], 21 }],
24 ], # end of conditions 22 ], # end of conditions
25 }, # end of variables 23 }, # end of variables
26 } 24 }
OLDNEW
« no previous file with comments | « remoting/remoting_enable.gni ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698