OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
7 'chrome_common_sources': [ | 7 'chrome_common_sources': [ |
8 '../apps/app_shim/app_shim_launch.h', | 8 '../apps/app_shim/app_shim_launch.h', |
9 '../apps/app_shim/app_shim_messages.h', | 9 '../apps/app_shim/app_shim_messages.h', |
10 'common/all_messages.h', | 10 'common/all_messages.h', |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 ], | 642 ], |
643 ['os_posix != 1 or OS == "mac" or OS == "ios"', { | 643 ['os_posix != 1 or OS == "mac" or OS == "ios"', { |
644 'sources!': [ | 644 'sources!': [ |
645 'common/net/x509_certificate_model_nss.cc', | 645 'common/net/x509_certificate_model_nss.cc', |
646 'common/net/x509_certificate_model_openssl.cc', | 646 'common/net/x509_certificate_model_openssl.cc', |
647 ], | 647 ], |
648 }, | 648 }, |
649 ], | 649 ], |
650 ['OS == "android"', { | 650 ['OS == "android"', { |
651 'dependencies': [ | 651 'dependencies': [ |
652 '../third_party/openssl/openssl.gyp:openssl', | 652 '../third_party/boringssl/boringssl.gyp:boringssl', |
653 ], | 653 ], |
654 'sources!': [ | 654 'sources!': [ |
655 'common/net/x509_certificate_model.cc', | 655 'common/net/x509_certificate_model.cc', |
656 'common/net/x509_certificate_model_openssl.cc', | 656 'common/net/x509_certificate_model_openssl.cc', |
657 ], | 657 ], |
658 }], | 658 }], |
659 ['use_openssl==1', { | 659 ['use_openssl==1', { |
660 'sources!': [ | 660 'sources!': [ |
661 'common/net/x509_certificate_model_nss.cc', | 661 'common/net/x509_certificate_model_nss.cc', |
662 ], | 662 ], |
(...skipping 25 matching lines...) Expand all Loading... |
688 'common/safe_browsing/csd.proto' | 688 'common/safe_browsing/csd.proto' |
689 ], | 689 ], |
690 'variables': { | 690 'variables': { |
691 'proto_in_dir': 'common/safe_browsing', | 691 'proto_in_dir': 'common/safe_browsing', |
692 'proto_out_dir': 'chrome/common/safe_browsing', | 692 'proto_out_dir': 'chrome/common/safe_browsing', |
693 }, | 693 }, |
694 'includes': [ '../build/protoc.gypi' ], | 694 'includes': [ '../build/protoc.gypi' ], |
695 }, | 695 }, |
696 ], | 696 ], |
697 } | 697 } |
OLD | NEW |