OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4500 }], | 4500 }], |
4501 ['use_nss==1', { | 4501 ['use_nss==1', { |
4502 'sources': [ | 4502 'sources': [ |
4503 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 4503 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
4504 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 4504 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
4505 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 4505 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
4506 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 4506 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
4507 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 4507 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
4508 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 4508 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
4509 ], | 4509 ], |
| 4510 }, { # use_nss==0 |
| 4511 'sources!': [ |
| 4512 'browser/certificate_manager_model.cc', |
| 4513 'browser/certificate_manager_model.h', |
| 4514 'browser/ui/webui/options2/certificate_manager_handler2.cc', |
| 4515 'browser/ui/webui/options2/certificate_manager_handler2.h', |
| 4516 ], |
4510 }], | 4517 }], |
4511 ['use_nss==0 and use_openssl==0', { | 4518 ['use_nss==0 and use_openssl==0', { |
4512 'sources!': [ | 4519 'sources!': [ |
4513 'browser/certificate_manager_model.cc', | |
4514 'browser/certificate_manager_model.h', | |
4515 'browser/ui/webui/certificate_viewer_webui.cc', | 4520 'browser/ui/webui/certificate_viewer_webui.cc', |
4516 'browser/ui/webui/certificate_viewer_webui.h', | 4521 'browser/ui/webui/certificate_viewer_webui.h', |
4517 'browser/ui/webui/certificate_viewer_ui.cc', | 4522 'browser/ui/webui/certificate_viewer_ui.cc', |
4518 'browser/ui/webui/certificate_viewer_ui.h', | 4523 'browser/ui/webui/certificate_viewer_ui.h', |
4519 'browser/ui/webui/options2/certificate_manager_handler2.cc', | |
4520 'browser/ui/webui/options2/certificate_manager_handler2.h', | |
4521 ], | 4524 ], |
4522 }], | 4525 }], |
4523 ['toolkit_uses_gtk == 1', { | 4526 ['toolkit_uses_gtk == 1', { |
4524 'dependencies': [ | 4527 'dependencies': [ |
4525 '../build/linux/system.gyp:dbus', | 4528 '../build/linux/system.gyp:dbus', |
4526 '../build/linux/system.gyp:gconf', | 4529 '../build/linux/system.gyp:gconf', |
4527 '../build/linux/system.gyp:gtk', | 4530 '../build/linux/system.gyp:gtk', |
4528 '../build/linux/system.gyp:gtkprint', | 4531 '../build/linux/system.gyp:gtkprint', |
4529 '../build/linux/system.gyp:ssl', | 4532 '../build/linux/system.gyp:ssl', |
4530 '../build/linux/system.gyp:x11', | 4533 '../build/linux/system.gyp:x11', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5141 'browser/metrics/proto/study.proto', | 5144 'browser/metrics/proto/study.proto', |
5142 ], | 5145 ], |
5143 'variables': { | 5146 'variables': { |
5144 'proto_in_dir': 'browser/metrics/proto', | 5147 'proto_in_dir': 'browser/metrics/proto', |
5145 'proto_out_dir': 'chrome/browser/metrics/proto', | 5148 'proto_out_dir': 'chrome/browser/metrics/proto', |
5146 }, | 5149 }, |
5147 'includes': [ '../build/protoc.gypi' ] | 5150 'includes': [ '../build/protoc.gypi' ] |
5148 }, | 5151 }, |
5149 ], | 5152 ], |
5150 } | 5153 } |
OLD | NEW |