OLD | NEW |
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 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 'mac_bundle_resources': [ | 304 'mac_bundle_resources': [ |
305 'common/common.sb', | 305 'common/common.sb', |
306 ], | 306 ], |
307 }, | 307 }, |
308 }], | 308 }], |
309 ['OS!="win"', { | 309 ['OS!="win"', { |
310 'sources!': [ | 310 'sources!': [ |
311 'common/sandbox_policy.cc', | 311 'common/sandbox_policy.cc', |
312 ], | 312 ], |
313 }], | 313 }], |
| 314 ['remoting==1', { |
| 315 'dependencies': [ |
| 316 '../remoting/remoting.gyp:chromoting_plugin', |
| 317 ], |
| 318 }], |
314 ], | 319 ], |
315 'export_dependent_settings': [ | 320 'export_dependent_settings': [ |
316 '../app/app.gyp:app_base', | 321 '../app/app.gyp:app_base', |
317 ], | 322 ], |
318 }, | 323 }, |
319 { | 324 { |
320 'target_name': 'common_net', | 325 'target_name': 'common_net', |
321 'type': '<(library)', | 326 'type': '<(library)', |
322 'sources': [ | 327 'sources': [ |
323 'common/net/http_return.h', | 328 'common/net/http_return.h', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 'configurations': { | 408 'configurations': { |
404 'Common_Base': { | 409 'Common_Base': { |
405 'msvs_target_platform': 'x64', | 410 'msvs_target_platform': 'x64', |
406 }, | 411 }, |
407 }, | 412 }, |
408 }, | 413 }, |
409 ], | 414 ], |
410 }], | 415 }], |
411 ], | 416 ], |
412 } | 417 } |
OLD | NEW |