| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'dependencies': [ | 291 'dependencies': [ |
| 292 '../build/linux/system.gyp:gtk', | 292 '../build/linux/system.gyp:gtk', |
| 293 ], | 293 ], |
| 294 'export_dependent_settings': [ | 294 'export_dependent_settings': [ |
| 295 '../third_party/sqlite/sqlite.gyp:sqlite', | 295 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 296 ], | 296 ], |
| 297 'link_settings': { | 297 'link_settings': { |
| 298 'libraries': [ | 298 'libraries': [ |
| 299 '-lX11', | 299 '-lX11', |
| 300 '-lXrender', | 300 '-lXrender', |
| 301 '-lXss', |
| 301 '-lXext', | 302 '-lXext', |
| 302 ], | 303 ], |
| 303 }, | 304 }, |
| 304 },], | 305 },], |
| 305 ['OS=="linux" and selinux==1', { | 306 ['OS=="linux" and selinux==1', { |
| 306 'dependencies': [ | 307 'dependencies': [ |
| 307 '../build/linux/system.gyp:selinux', | 308 '../build/linux/system.gyp:selinux', |
| 308 ], | 309 ], |
| 309 }], | 310 }], |
| 310 ['OS=="mac"', { | 311 ['OS=="mac"', { |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'configurations': { | 378 'configurations': { |
| 378 'Common_Base': { | 379 'Common_Base': { |
| 379 'msvs_target_platform': 'x64', | 380 'msvs_target_platform': 'x64', |
| 380 }, | 381 }, |
| 381 }, | 382 }, |
| 382 }, | 383 }, |
| 383 ], | 384 ], |
| 384 }], | 385 }], |
| 385 ], | 386 ], |
| 386 } | 387 } |
| OLD | NEW |