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 4414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4425 ], | 4425 ], |
4426 }, { # linux_breakpad==0 | 4426 }, { # linux_breakpad==0 |
4427 'sources': [ | 4427 'sources': [ |
4428 'browser/crash_handler_host_linuxish_stub.cc', | 4428 'browser/crash_handler_host_linuxish_stub.cc', |
4429 ], | 4429 ], |
4430 }], | 4430 }], |
4431 ], | 4431 ], |
4432 }], | 4432 }], |
4433 ['use_nss==1', { | 4433 ['use_nss==1', { |
4434 'sources': [ | 4434 'sources': [ |
4435 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 4435 /'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
dmazzoni
2012/05/23 15:42:19
typo?
Primiano Tucci (use gerrit)
2012/05/23 17:11:56
Oops, thanks.
| |
4436 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 4436 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
4437 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 4437 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
4438 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 4438 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
4439 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 4439 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
4440 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 4440 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
4441 ], | 4441 ], |
4442 }], | 4442 }], |
4443 ['use_nss==0 and use_openssl==0', { | 4443 ['use_nss==0 and use_openssl==0', { |
4444 'sources!': [ | 4444 'sources!': [ |
4445 'browser/certificate_manager_model.cc', | 4445 'browser/certificate_manager_model.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4478 }], | 4478 }], |
4479 ['use_gnome_keyring==1', { | 4479 ['use_gnome_keyring==1', { |
4480 'dependencies': [ | 4480 'dependencies': [ |
4481 '../build/linux/system.gyp:gnome_keyring', | 4481 '../build/linux/system.gyp:gnome_keyring', |
4482 ], | 4482 ], |
4483 }], | 4483 }], |
4484 ], | 4484 ], |
4485 }], | 4485 }], |
4486 ['input_speech==0', { | 4486 ['input_speech==0', { |
4487 'sources/': [ | 4487 'sources/': [ |
4488 ['exclude', '^browser/speech/'], | 4488 ['exclude', '^browser/speech/*speech_recognition*'], |
4489 ['exclude', '^browser/speech/*speech_input*'], | |
4489 ], | 4490 ], |
4490 }], | 4491 }], |
4491 ['notifications==0', { | 4492 ['notifications==0', { |
4492 'sources/': [ | 4493 'sources/': [ |
4493 ['exclude', '^browser/notifications/'], | 4494 ['exclude', '^browser/notifications/'], |
4494 ], | 4495 ], |
4495 }], | 4496 }], |
4496 ['enable_themes==0', { | 4497 ['enable_themes==0', { |
4497 'sources!': [ | 4498 'sources!': [ |
4498 'browser/sync/glue/theme_change_processor.cc', | 4499 'browser/sync/glue/theme_change_processor.cc', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5070 'browser/metrics/proto/study.proto', | 5071 'browser/metrics/proto/study.proto', |
5071 ], | 5072 ], |
5072 'variables': { | 5073 'variables': { |
5073 'proto_in_dir': 'browser/metrics/proto', | 5074 'proto_in_dir': 'browser/metrics/proto', |
5074 'proto_out_dir': 'chrome/browser/metrics/proto', | 5075 'proto_out_dir': 'chrome/browser/metrics/proto', |
5075 }, | 5076 }, |
5076 'includes': [ '../build/protoc.gypi' ] | 5077 'includes': [ '../build/protoc.gypi' ] |
5077 }, | 5078 }, |
5078 ], | 5079 ], |
5079 } | 5080 } |
OLD | NEW |