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 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4420 }], | 4420 }], |
4421 ['use_nss==1', { | 4421 ['use_nss==1', { |
4422 'sources': [ | 4422 'sources': [ |
4423 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 4423 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
4424 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 4424 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
4425 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 4425 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
4426 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 4426 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
4427 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 4427 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
4428 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 4428 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
4429 ], | 4429 ], |
| 4430 }, { # use_nss==0 |
| 4431 'sources!': [ |
| 4432 'browser/certificate_manager_model.cc', |
| 4433 'browser/certificate_manager_model.h', |
| 4434 'browser/ui/webui/options2/certificate_manager_handler2.cc', |
| 4435 'browser/ui/webui/options2/certificate_manager_handler2.h', |
| 4436 ], |
4430 }], | 4437 }], |
4431 ['use_nss==0 and use_openssl==0', { | 4438 ['use_nss==0 and use_openssl==0', { |
4432 'sources!': [ | 4439 'sources!': [ |
4433 'browser/certificate_manager_model.cc', | |
4434 'browser/certificate_manager_model.h', | |
4435 'browser/ui/webui/certificate_viewer_webui.cc', | 4440 'browser/ui/webui/certificate_viewer_webui.cc', |
4436 'browser/ui/webui/certificate_viewer_webui.h', | 4441 'browser/ui/webui/certificate_viewer_webui.h', |
4437 'browser/ui/webui/certificate_viewer_ui.cc', | 4442 'browser/ui/webui/certificate_viewer_ui.cc', |
4438 'browser/ui/webui/certificate_viewer_ui.h', | 4443 'browser/ui/webui/certificate_viewer_ui.h', |
4439 'browser/ui/webui/options2/certificate_manager_handler2.cc', | |
4440 'browser/ui/webui/options2/certificate_manager_handler2.h', | |
4441 ], | 4444 ], |
4442 }], | 4445 }], |
4443 ['toolkit_uses_gtk == 1', { | 4446 ['toolkit_uses_gtk == 1', { |
4444 'dependencies': [ | 4447 'dependencies': [ |
4445 '../build/linux/system.gyp:dbus', | 4448 '../build/linux/system.gyp:dbus', |
4446 '../build/linux/system.gyp:gconf', | 4449 '../build/linux/system.gyp:gconf', |
4447 '../build/linux/system.gyp:gtk', | 4450 '../build/linux/system.gyp:gtk', |
4448 '../build/linux/system.gyp:gtkprint', | 4451 '../build/linux/system.gyp:gtkprint', |
4449 '../build/linux/system.gyp:ssl', | 4452 '../build/linux/system.gyp:ssl', |
4450 '../build/linux/system.gyp:x11', | 4453 '../build/linux/system.gyp:x11', |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5054 'type': 'static_library', | 5057 'type': 'static_library', |
5055 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5058 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5056 'variables': { | 5059 'variables': { |
5057 'proto_in_dir': 'browser/chromeos/gdata', | 5060 'proto_in_dir': 'browser/chromeos/gdata', |
5058 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5061 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5059 }, | 5062 }, |
5060 'includes': [ '../build/protoc.gypi' ] | 5063 'includes': [ '../build/protoc.gypi' ] |
5061 }, | 5064 }, |
5062 ], | 5065 ], |
5063 } | 5066 } |
OLD | NEW |