| 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 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 ], | 439 ], |
| 440 'direct_dependent_settings': { | 440 'direct_dependent_settings': { |
| 441 'defines': [ | 441 'defines': [ |
| 442 'NO_TCMALLOC', | 442 'NO_TCMALLOC', |
| 443 ], | 443 ], |
| 444 }, | 444 }, |
| 445 }, | 445 }, |
| 446 ], | 446 ], |
| 447 [ 'use_openssl==1', { | 447 [ 'use_openssl==1', { |
| 448 'dependencies': [ | 448 'dependencies': [ |
| 449 '../build/linux/system.gyp:openssl', | 449 '../third_party/openssl/openssl.gyp:openssl', |
| 450 ], | 450 ], |
| 451 }, { # use_openssl==0 | 451 }, { # use_openssl==0 |
| 452 'dependencies': [ | 452 'dependencies': [ |
| 453 '../build/linux/system.gyp:nss', | 453 '../build/linux/system.gyp:nss', |
| 454 ], | 454 ], |
| 455 } | 455 } |
| 456 ], | 456 ], |
| 457 ], | 457 ], |
| 458 'dependencies': [ | 458 'dependencies': [ |
| 459 'symbolize', | 459 'symbolize', |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'third_party/xdg_mime/xdgmimemagic.c', | 753 'third_party/xdg_mime/xdgmimemagic.c', |
| 754 'third_party/xdg_mime/xdgmimemagic.h', | 754 'third_party/xdg_mime/xdgmimemagic.h', |
| 755 'third_party/xdg_mime/xdgmimeparent.c', | 755 'third_party/xdg_mime/xdgmimeparent.c', |
| 756 'third_party/xdg_mime/xdgmimeparent.h', | 756 'third_party/xdg_mime/xdgmimeparent.h', |
| 757 ], | 757 ], |
| 758 }, | 758 }, |
| 759 ], | 759 ], |
| 760 }], | 760 }], |
| 761 ], | 761 ], |
| 762 } | 762 } |
| OLD | NEW |