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