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

Side by Side Diff: remoting/remoting_all.gyp

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 4 years, 7 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
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 { 5 {
6 'includes': [ 6 'includes': [
7 'remoting_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 ], 65 ],
66 }], 66 }],
67 ['enable_me2me_host==1', { 67 ['enable_me2me_host==1', {
68 'dependencies': [ 68 'dependencies': [
69 '../remoting/remoting.gyp:remoting_me2me_host', 69 '../remoting/remoting.gyp:remoting_me2me_host',
70 '../remoting/remoting.gyp:remoting_me2me_host_archive', 70 '../remoting/remoting.gyp:remoting_me2me_host_archive',
71 '../remoting/remoting.gyp:remoting_me2me_host_static', 71 '../remoting/remoting.gyp:remoting_me2me_host_static',
72 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 72 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
73 ], 73 ],
74 }], 74 }],
75 # TODO(GYP) Depends on crbug.com/471924 being fixed for PNaCl.
brettw 2016/05/10 19:51:33 I don't even know what this means. It's not a GN-t
76 ['disable_nacl==0 and disable_nacl_untrusted==0', { 75 ['disable_nacl==0 and disable_nacl_untrusted==0', {
77 'dependencies': [ 76 'dependencies': [
78 '../remoting/remoting.gyp:remoting_key_tester', 77 '../remoting/remoting.gyp:remoting_key_tester',
79 '../remoting/remoting.gyp:remoting_webapp_browser_test', 78 '../remoting/remoting.gyp:remoting_webapp_browser_test',
80 ], 79 ],
81 }], 80 }],
82 ], 81 ],
83 82
84 }, # end of target 'remoting_all' 83 }, # end of target 'remoting_all'
85 ], # end of targets 84 ], # end of targets
86 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698