OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 4431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4442 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 4442 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
4443 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 4443 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
4444 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 4444 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
4445 ], | 4445 ], |
4446 }], | 4446 }], |
4447 ['use_nss==0 and use_openssl==0', { | 4447 ['use_nss==0 and use_openssl==0', { |
4448 'sources!': [ | 4448 'sources!': [ |
4449 'browser/certificate_manager_model.cc', | 4449 'browser/certificate_manager_model.cc', |
4450 'browser/certificate_manager_model.h', | 4450 'browser/certificate_manager_model.h', |
4451 'browser/ui/webui/options/certificate_manager_handler.cc', | 4451 'browser/ui/webui/options/certificate_manager_handler.cc', |
4452 'browser/ui/webui/options/certificate_manager_handler.cc', | 4452 'browser/ui/webui/options/certificate_manager_handler.h', |
4453 'browser/ui/webui/options2/certificate_manager_handler.h', | 4453 'browser/ui/webui/options2/certificate_manager_handler.cc', |
4454 'browser/ui/webui/options2/certificate_manager_handler.h', | 4454 'browser/ui/webui/options2/certificate_manager_handler.h', |
4455 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', | 4455 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', |
4456 'browser/ui/webui/ssl_client_certificate_selector_webui.h', | 4456 'browser/ui/webui/ssl_client_certificate_selector_webui.h', |
4457 ], | 4457 ], |
4458 }], | 4458 }], |
4459 ['toolkit_uses_gtk == 1', { | 4459 ['toolkit_uses_gtk == 1', { |
4460 'dependencies': [ | 4460 'dependencies': [ |
4461 '../build/linux/system.gyp:dbus', | 4461 '../build/linux/system.gyp:dbus', |
4462 '../build/linux/system.gyp:gconf', | 4462 '../build/linux/system.gyp:gconf', |
4463 '../build/linux/system.gyp:gtk', | 4463 '../build/linux/system.gyp:gtk', |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5371 'type': 'static_library', | 5371 'type': 'static_library', |
5372 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5372 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5373 'variables': { | 5373 'variables': { |
5374 'proto_in_dir': 'browser/history', | 5374 'proto_in_dir': 'browser/history', |
5375 'proto_out_dir': 'chrome/browser/history', | 5375 'proto_out_dir': 'chrome/browser/history', |
5376 }, | 5376 }, |
5377 'includes': [ '../build/protoc.gypi' ] | 5377 'includes': [ '../build/protoc.gypi' ] |
5378 }, | 5378 }, |
5379 ], | 5379 ], |
5380 } | 5380 } |
OLD | NEW |