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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3485 matching lines...) Loading... |
3496 ['use_openssl==0', { | 3496 ['use_openssl==0', { |
3497 'sources': [ | 3497 'sources': [ |
3498 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 3498 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
3499 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 3499 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
3500 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 3500 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
3501 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 3501 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
3502 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 3502 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
3503 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 3503 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
3504 ], | 3504 ], |
3505 }], | 3505 }], |
| 3506 ['linux_sandbox_path != ""', { |
| 3507 'defines': [ |
| 3508 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
| 3509 ], |
| 3510 }], |
3506 ], | 3511 ], |
3507 }, { # OS != "linux" | 3512 }, { # OS != "linux" |
3508 'sources!': [ | 3513 'sources!': [ |
3509 # TODO(mattm): Cert manager stuff is really !USE_NSS. | 3514 # TODO(mattm): Cert manager stuff is really !USE_NSS. |
3510 'browser/certificate_manager_model.cc', | 3515 'browser/certificate_manager_model.cc', |
3511 'browser/certificate_manager_model.h', | 3516 'browser/certificate_manager_model.h', |
3512 'browser/dom_ui/options/certificate_manager_handler.cc', | 3517 'browser/dom_ui/options/certificate_manager_handler.cc', |
3513 'browser/dom_ui/options/certificate_manager_handler.h', | 3518 'browser/dom_ui/options/certificate_manager_handler.h', |
3514 'browser/file_path_watcher_inotify.cc', | 3519 'browser/file_path_watcher_inotify.cc', |
3515 ], | 3520 ], |
(...skipping 780 matching lines...) Loading... |
4296 ], | 4301 ], |
4297 }, | 4302 }, |
4298 ], | 4303 ], |
4299 } | 4304 } |
4300 | 4305 |
4301 # Local Variables: | 4306 # Local Variables: |
4302 # tab-width:2 | 4307 # tab-width:2 |
4303 # indent-tabs-mode:nil | 4308 # indent-tabs-mode:nil |
4304 # End: | 4309 # End: |
4305 # vim: set expandtab tabstop=2 shiftwidth=2: | 4310 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |