| 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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 ], | 608 ], |
| 609 'dependencies': [ | 609 'dependencies': [ |
| 610 '<(DEPTH)/base/base.gyp:base', | 610 '<(DEPTH)/base/base.gyp:base', |
| 611 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 611 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 612 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 612 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 613 '<(DEPTH)/crypto/crypto.gyp:crypto', | 613 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 614 '<(DEPTH)/net/net.gyp:net_resources', | 614 '<(DEPTH)/net/net.gyp:net_resources', |
| 615 '<(DEPTH)/net/net.gyp:net', | 615 '<(DEPTH)/net/net.gyp:net', |
| 616 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 616 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 617 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 617 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 618 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
| 618 ], | 619 ], |
| 619 'conditions': [ | 620 'conditions': [ |
| 620 ['OS != "ios"', { | 621 ['OS != "ios"', { |
| 621 'dependencies': [ | 622 'dependencies': [ |
| 622 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc', | 623 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc', |
| 623 ], | 624 ], |
| 624 }, { # OS == ios | 625 }, { # OS == ios |
| 625 'sources!': [ | 626 'sources!': [ |
| 626 'common/net/net_resource_provider.cc', | 627 'common/net/net_resource_provider.cc', |
| 627 'common/net/x509_certificate_model.cc', | 628 'common/net/x509_certificate_model.cc', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 'common/safe_browsing/csd.proto' | 685 'common/safe_browsing/csd.proto' |
| 685 ], | 686 ], |
| 686 'variables': { | 687 'variables': { |
| 687 'proto_in_dir': 'common/safe_browsing', | 688 'proto_in_dir': 'common/safe_browsing', |
| 688 'proto_out_dir': 'chrome/common/safe_browsing', | 689 'proto_out_dir': 'chrome/common/safe_browsing', |
| 689 }, | 690 }, |
| 690 'includes': [ '../build/protoc.gypi' ], | 691 'includes': [ '../build/protoc.gypi' ], |
| 691 }, | 692 }, |
| 692 ], | 693 ], |
| 693 } | 694 } |
| OLD | NEW |