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

Side by Side Diff: remoting/remoting.gyp

Issue 217133007: Fix remoting dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 '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,
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 ], 253 ],
254 'includes': [ '../build/grit_target.gypi' ], 254 'includes': [ '../build/grit_target.gypi' ],
255 }, # end of target 'remoting_resources' 255 }, # end of target 'remoting_resources'
256 256
257 { 257 {
258 'target_name': 'remoting_base', 258 'target_name': 'remoting_base',
259 'type': 'static_library', 259 'type': 'static_library',
260 'variables': { 'enable_wexit_time_destructors': 1, }, 260 'variables': { 'enable_wexit_time_destructors': 1, },
261 'dependencies': [ 261 'dependencies': [
262 '../base/base.gyp:base', 262 '../base/base.gyp:base',
263 '../base/base.gyp:base_i18n',
Sergey Ulanov 2014/03/28 19:44:06 I think this dependency should be added in remotin
Avi (use Gerrit) 2014/03/28 20:58:01 Done.
263 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 264 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
264 '../media/media.gyp:media', 265 '../media/media.gyp:media',
265 '../media/media.gyp:shared_memory_support', 266 '../media/media.gyp:shared_memory_support',
266 '../net/net.gyp:net', 267 '../net/net.gyp:net',
267 '../third_party/libvpx/libvpx.gyp:libvpx', 268 '../third_party/libvpx/libvpx.gyp:libvpx',
268 '../third_party/libyuv/libyuv.gyp:libyuv', 269 '../third_party/libyuv/libyuv.gyp:libyuv',
269 '../third_party/opus/opus.gyp:opus', 270 '../third_party/opus/opus.gyp:opus',
270 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 271 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
271 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 272 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
272 '../ui/base/ui_base.gyp:ui_base', 273 '../ui/base/ui_base.gyp:ui_base',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ], 305 ],
305 'export_dependent_settings': [ 306 'export_dependent_settings': [
306 '../third_party/libjingle/libjingle.gyp:libjingle', 307 '../third_party/libjingle/libjingle.gyp:libjingle',
307 ], 308 ],
308 'sources': [ 309 'sources': [
309 '<@(remoting_protocol_sources)', 310 '<@(remoting_protocol_sources)',
310 ], 311 ],
311 }, # end of target 'remoting_protocol' 312 }, # end of target 'remoting_protocol'
312 ], # end of targets 313 ], # end of targets
313 } 314 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698