| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'mac_bundle_resources': [ | 327 'mac_bundle_resources': [ |
| 328 'common/common.sb', | 328 'common/common.sb', |
| 329 ], | 329 ], |
| 330 }, | 330 }, |
| 331 }], | 331 }], |
| 332 ['OS!="win"', { | 332 ['OS!="win"', { |
| 333 'sources!': [ | 333 'sources!': [ |
| 334 'common/sandbox_policy.cc', | 334 'common/sandbox_policy.cc', |
| 335 ], | 335 ], |
| 336 }], | 336 }], |
| 337 ['internal_pdf==1', { |
| 338 'defines': ['INTERNAL_PDF=1'], |
| 339 }], |
| 337 ['remoting==1', { | 340 ['remoting==1', { |
| 338 'dependencies': [ | 341 'dependencies': [ |
| 339 '../remoting/remoting.gyp:chromoting_plugin', | 342 '../remoting/remoting.gyp:chromoting_plugin', |
| 340 ], | 343 ], |
| 341 }], | 344 }], |
| 342 ], | 345 ], |
| 343 'export_dependent_settings': [ | 346 'export_dependent_settings': [ |
| 344 '../app/app.gyp:app_base', | 347 '../app/app.gyp:app_base', |
| 345 ], | 348 ], |
| 346 }, | 349 }, |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 'configurations': { | 437 'configurations': { |
| 435 'Common_Base': { | 438 'Common_Base': { |
| 436 'msvs_target_platform': 'x64', | 439 'msvs_target_platform': 'x64', |
| 437 }, | 440 }, |
| 438 }, | 441 }, |
| 439 }, | 442 }, |
| 440 ], | 443 ], |
| 441 }], | 444 }], |
| 442 ], | 445 ], |
| 443 } | 446 } |
| OLD | NEW |