| 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 }], | |
| 319 ], | 314 ], |
| 320 'export_dependent_settings': [ | 315 'export_dependent_settings': [ |
| 321 '../app/app.gyp:app_base', | 316 '../app/app.gyp:app_base', |
| 322 ], | 317 ], |
| 323 }, | 318 }, |
| 324 { | 319 { |
| 325 'target_name': 'common_net', | 320 'target_name': 'common_net', |
| 326 'type': '<(library)', | 321 'type': '<(library)', |
| 327 'sources': [ | 322 'sources': [ |
| 328 'common/net/dns.h', | 323 'common/net/dns.h', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'configurations': { | 408 'configurations': { |
| 414 'Common_Base': { | 409 'Common_Base': { |
| 415 'msvs_target_platform': 'x64', | 410 'msvs_target_platform': 'x64', |
| 416 }, | 411 }, |
| 417 }, | 412 }, |
| 418 }, | 413 }, |
| 419 ], | 414 ], |
| 420 }], | 415 }], |
| 421 ], | 416 ], |
| 422 } | 417 } |
| OLD | NEW |