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

Side by Side Diff: remoting/remoting.gyp

Issue 1833733002: Add explicit dependency on //url in remoting/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/base/BUILD.gn ('k') | no next file » | 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 7
8 'branding_path': '../remoting/branding_<(branding)', 8 'branding_path': '../remoting/branding_<(branding)',
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 '../media/media.gyp:shared_memory_support', 199 '../media/media.gyp:shared_memory_support',
200 '../net/net.gyp:net', 200 '../net/net.gyp:net',
201 '../third_party/libvpx/libvpx.gyp:libvpx', 201 '../third_party/libvpx/libvpx.gyp:libvpx',
202 '../third_party/libyuv/libyuv.gyp:libyuv', 202 '../third_party/libyuv/libyuv.gyp:libyuv',
203 '../third_party/opus/opus.gyp:opus', 203 '../third_party/opus/opus.gyp:opus',
204 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 204 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
205 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 205 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
206 '../ui/base/ui_base.gyp:ui_base', 206 '../ui/base/ui_base.gyp:ui_base',
207 '../ui/gfx/gfx.gyp:gfx', 207 '../ui/gfx/gfx.gyp:gfx',
208 '../ui/gfx/gfx.gyp:gfx_geometry', 208 '../ui/gfx/gfx.gyp:gfx_geometry',
209 '../url/url.gyp:url_lib',
209 'proto/chromotocol.gyp:chromotocol_proto_lib', 210 'proto/chromotocol.gyp:chromotocol_proto_lib',
210 'remoting_resources', 211 'remoting_resources',
211 ], 212 ],
212 'export_dependent_settings': [ 213 'export_dependent_settings': [
213 '../base/base.gyp:base', 214 '../base/base.gyp:base',
214 '../net/net.gyp:net', 215 '../net/net.gyp:net',
215 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 216 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
216 'proto/chromotocol.gyp:chromotocol_proto_lib', 217 'proto/chromotocol.gyp:chromotocol_proto_lib',
217 ], 218 ],
218 # This target needs a hard dependency because dependent targets 219 # This target needs a hard dependency because dependent targets
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 ['enable_webrtc == 1', { 253 ['enable_webrtc == 1', {
253 'dependencies': [ 254 'dependencies': [
254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 255 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
255 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 256 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
256 ], 257 ],
257 }], 258 }],
258 ], 259 ],
259 }, # end of target 'remoting_protocol' 260 }, # end of target 'remoting_protocol'
260 ], # end of targets 261 ], # end of targets
261 } 262 }
OLDNEW
« no previous file with comments | « remoting/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698