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