| 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'common/net/url_util.h', | 586 'common/net/url_util.h', |
| 587 'common/net/x509_certificate_model.cc', | 587 'common/net/x509_certificate_model.cc', |
| 588 'common/net/x509_certificate_model_nss.cc', | 588 'common/net/x509_certificate_model_nss.cc', |
| 589 'common/net/x509_certificate_model_openssl.cc', | 589 'common/net/x509_certificate_model_openssl.cc', |
| 590 'common/net/x509_certificate_model.h', | 590 'common/net/x509_certificate_model.h', |
| 591 ], | 591 ], |
| 592 'dependencies': [ | 592 'dependencies': [ |
| 593 '<(DEPTH)/base/base.gyp:base', | 593 '<(DEPTH)/base/base.gyp:base', |
| 594 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 594 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 595 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 595 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 596 '<(DEPTH)/components/components.gyp:dns_prefetch_common', | 596 '<(DEPTH)/components/components.gyp:network_hints_common', |
| 597 '<(DEPTH)/components/components.gyp:error_page_common', | 597 '<(DEPTH)/components/components.gyp:error_page_common', |
| 598 '<(DEPTH)/crypto/crypto.gyp:crypto', | 598 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 599 '<(DEPTH)/net/net.gyp:net_resources', | 599 '<(DEPTH)/net/net.gyp:net_resources', |
| 600 '<(DEPTH)/net/net.gyp:net', | 600 '<(DEPTH)/net/net.gyp:net', |
| 601 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 601 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 602 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 602 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 603 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 603 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
| 604 ], | 604 ], |
| 605 'conditions': [ | 605 'conditions': [ |
| 606 ['OS != "ios"', { | 606 ['OS != "ios"', { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 'common/safe_browsing/csd.proto' | 670 'common/safe_browsing/csd.proto' |
| 671 ], | 671 ], |
| 672 'variables': { | 672 'variables': { |
| 673 'proto_in_dir': 'common/safe_browsing', | 673 'proto_in_dir': 'common/safe_browsing', |
| 674 'proto_out_dir': 'chrome/common/safe_browsing', | 674 'proto_out_dir': 'chrome/common/safe_browsing', |
| 675 }, | 675 }, |
| 676 'includes': [ '../build/protoc.gypi' ], | 676 'includes': [ '../build/protoc.gypi' ], |
| 677 }, | 677 }, |
| 678 ], | 678 ], |
| 679 } | 679 } |
| OLD | NEW |