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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'common/net/x509_certificate_model.cc', | 521 'common/net/x509_certificate_model.cc', |
522 'common/net/x509_certificate_model_nss.cc', | 522 'common/net/x509_certificate_model_nss.cc', |
523 'common/net/x509_certificate_model_openssl.cc', | 523 'common/net/x509_certificate_model_openssl.cc', |
524 'common/net/x509_certificate_model.h', | 524 'common/net/x509_certificate_model.h', |
525 ], | 525 ], |
526 'dependencies': [ | 526 'dependencies': [ |
527 'chrome_resources', | 527 'chrome_resources', |
528 'chrome_strings', | 528 'chrome_strings', |
529 '../app/app.gyp:app_base', | 529 '../app/app.gyp:app_base', |
530 '../base/base.gyp:base', | 530 '../base/base.gyp:base', |
| 531 '../gpu/gpu.gyp:gpu_ipc', |
531 '../net/net.gyp:net_resources', | 532 '../net/net.gyp:net_resources', |
532 '../net/net.gyp:net', | 533 '../net/net.gyp:net', |
533 '../third_party/icu/icu.gyp:icui18n', | 534 '../third_party/icu/icu.gyp:icui18n', |
534 '../third_party/icu/icu.gyp:icuuc', | 535 '../third_party/icu/icu.gyp:icuuc', |
535 ], | 536 ], |
536 'conditions': [ | 537 'conditions': [ |
537 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 538 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
538 'conditions': [ | 539 'conditions': [ |
539 ['use_openssl==1', { | 540 ['use_openssl==1', { |
540 'dependencies': [ | 541 'dependencies': [ |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 'configurations': { | 631 'configurations': { |
631 'Common_Base': { | 632 'Common_Base': { |
632 'msvs_target_platform': 'x64', | 633 'msvs_target_platform': 'x64', |
633 }, | 634 }, |
634 }, | 635 }, |
635 }, | 636 }, |
636 ], | 637 ], |
637 }], | 638 }], |
638 ], | 639 ], |
639 } | 640 } |
OLD | NEW |