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

Side by Side Diff: remoting/chromoting.gyp

Issue 2711001: Fix chromoting build issues on Windows (Closed)
Patch Set: fixed gyp Created 10 years, 6 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 | « no previous file | remoting/host/capturer_gdi.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', # Root of Chrome checkout 10 '..', # Root of Chrome checkout
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../media/media.gyp:media', 111 '../media/media.gyp:media',
112 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', 112 '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
113 'base/protocol/chromotocol.gyp:chromotocol_proto_lib', 113 'base/protocol/chromotocol.gyp:chromotocol_proto_lib',
114 'chromoting_jingle_glue', 114 'chromoting_jingle_glue',
115 # TODO(hclam): Enable VP8 in the build. 115 # TODO(hclam): Enable VP8 in the build.
116 #'third_party/on2/on2.gyp:vp8', 116 #'third_party/on2/on2.gyp:vp8',
117 ], 117 ],
118 'export_dependent_settings': [ 118 'export_dependent_settings': [
119 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', 119 '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
120 'base/protocol/chromotocol.gyp:chromotocol_proto_lib', 120 'base/protocol/chromotocol.gyp:chromotocol_proto_lib',
121 'chromoting_jingle_glue',
122 # TODO(hclam): Enable VP8 in the build. 121 # TODO(hclam): Enable VP8 in the build.
123 #'third_party/on2/on2.gyp:vp8', 122 #'third_party/on2/on2.gyp:vp8',
124 ], 123 ],
125 # This target needs a hard dependency because dependent targets 124 # This target needs a hard dependency because dependent targets
126 # depend on chromotocol_proto_lib for headers. 125 # depend on chromotocol_proto_lib for headers.
127 'hard_dependency': 1, 126 'hard_dependency': 1,
128 'sources': [ 127 'sources': [
129 'base/constants.cc', 128 'base/constants.cc',
130 'base/constants.h', 129 'base/constants.h',
131 'base/multiple_array_input_stream.cc', 130 'base/multiple_array_input_stream.cc',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'client/host_connection.cc', 236 'client/host_connection.cc',
238 'client/host_connection.h', 237 'client/host_connection.h',
239 'client/simple_client.cc', 238 'client/simple_client.cc',
240 ], 239 ],
241 }, # end of target 'chromoting_simple_client' 240 }, # end of target 'chromoting_simple_client'
242 241
243 { 242 {
244 'target_name': 'chromoting_jingle_glue', 243 'target_name': 'chromoting_jingle_glue',
245 'type': '<(library)', 244 'type': '<(library)',
246 'dependencies': [ 245 'dependencies': [
246 '../chrome/chrome.gyp:notifier',
247 '../third_party/libjingle/libjingle.gyp:libjingle', 247 '../third_party/libjingle/libjingle.gyp:libjingle',
248 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 248 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
249 '../chrome/chrome.gyp:notifier',
250 ], 249 ],
251 'export_dependent_settings': [ 250 'export_dependent_settings': [
252 '../third_party/libjingle/libjingle.gyp:libjingle', 251 '../third_party/libjingle/libjingle.gyp:libjingle',
253 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 252 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
254 ], 253 ],
255 'sources': [ 254 'sources': [
256 'jingle_glue/iq_request.h', 255 'jingle_glue/iq_request.h',
257 'jingle_glue/iq_request.cc', 256 'jingle_glue/iq_request.cc',
258 'jingle_glue/jingle_channel.h', 257 'jingle_glue/jingle_channel.h',
259 'jingle_glue/jingle_channel.cc', 258 'jingle_glue/jingle_channel.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 }, # end of target 'chromoting_unittests' 352 }, # end of target 'chromoting_unittests'
354 353
355 ], # end of targets 354 ], # end of targets
356 } 355 }
357 356
358 # Local Variables: 357 # Local Variables:
359 # tab-width:2 358 # tab-width:2
360 # indent-tabs-mode:nil 359 # indent-tabs-mode:nil
361 # End: 360 # End:
362 # vim: set expandtab tabstop=2 shiftwidth=2: 361 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | remoting/host/capturer_gdi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698