| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1013 ['chromeos==1', { | 1013 ['chromeos==1', { |
| 1014 'sources!': [ | 1014 'sources!': [ |
| 1015 'proxy/proxy_config_service_linux_unittest.cc', | 1015 'proxy/proxy_config_service_linux_unittest.cc', |
| 1016 ], | 1016 ], |
| 1017 }], | 1017 }], |
| 1018 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 1018 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
| 1019 'dependencies': [ | 1019 'dependencies': [ |
| 1020 '../build/linux/system.gyp:gtk', | 1020 '../build/linux/system.gyp:gtk', |
| 1021 '../build/linux/system.gyp:nss', | 1021 '../build/linux/system.gyp:nss', |
| 1022 ], | 1022 ], |
| 1023 'sources!': [ | |
| 1024 'base/sdch_filter_unittest.cc', | |
| 1025 ], | |
| 1026 }, | 1023 }, |
| 1027 { # else: OS is not in the above list | 1024 { # else: OS is not in the above list |
| 1028 'sources!': [ | 1025 'sources!': [ |
| 1029 'base/cert_database_nss_unittest.cc', | 1026 'base/cert_database_nss_unittest.cc', |
| 1030 ], | 1027 ], |
| 1031 } | 1028 } |
| 1032 ], | 1029 ], |
| 1033 [ 'OS == "linux"', { | 1030 [ 'OS == "linux"', { |
| 1034 'conditions': [ | 1031 'conditions': [ |
| 1035 ['linux_use_tcmalloc==1', { | 1032 ['linux_use_tcmalloc==1', { |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1463 ], | 1460 ], |
| 1464 }], | 1461 }], |
| 1465 ], | 1462 ], |
| 1466 } | 1463 } |
| 1467 | 1464 |
| 1468 # Local Variables: | 1465 # Local Variables: |
| 1469 # tab-width:2 | 1466 # tab-width:2 |
| 1470 # indent-tabs-mode:nil | 1467 # indent-tabs-mode:nil |
| 1471 # End: | 1468 # End: |
| 1472 # vim: set expandtab tabstop=2 shiftwidth=2: | 1469 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |