| 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 '<(DEPTH)/base/base.gyp:base', | 598 '<(DEPTH)/base/base.gyp:base', |
| 599 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 599 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 600 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 600 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 601 '<(DEPTH)/components/components.gyp:dns_prefetch_common', | 601 '<(DEPTH)/components/components.gyp:dns_prefetch_common', |
| 602 '<(DEPTH)/components/components.gyp:error_page_common', | 602 '<(DEPTH)/components/components.gyp:error_page_common', |
| 603 '<(DEPTH)/crypto/crypto.gyp:crypto', | 603 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 604 '<(DEPTH)/net/net.gyp:net_resources', | 604 '<(DEPTH)/net/net.gyp:net_resources', |
| 605 '<(DEPTH)/net/net.gyp:net', | 605 '<(DEPTH)/net/net.gyp:net', |
| 606 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 606 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 607 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 607 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 608 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | |
| 609 ], | 608 ], |
| 610 'conditions': [ | 609 'conditions': [ |
| 611 ['OS != "ios"', { | 610 ['OS != "ios"', { |
| 612 'dependencies': [ | 611 'dependencies': [ |
| 613 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc', | 612 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc', |
| 614 ], | 613 ], |
| 615 }, { # OS == ios | 614 }, { # OS == ios |
| 616 'sources!': [ | 615 'sources!': [ |
| 617 'common/net/net_resource_provider.cc', | 616 'common/net/net_resource_provider.cc', |
| 618 'common/net/x509_certificate_model.cc', | 617 'common/net/x509_certificate_model.cc', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 'common/safe_browsing/csd.proto' | 674 'common/safe_browsing/csd.proto' |
| 676 ], | 675 ], |
| 677 'variables': { | 676 'variables': { |
| 678 'proto_in_dir': 'common/safe_browsing', | 677 'proto_in_dir': 'common/safe_browsing', |
| 679 'proto_out_dir': 'chrome/common/safe_browsing', | 678 'proto_out_dir': 'chrome/common/safe_browsing', |
| 680 }, | 679 }, |
| 681 'includes': [ '../build/protoc.gypi' ], | 680 'includes': [ '../build/protoc.gypi' ], |
| 682 }, | 681 }, |
| 683 ], | 682 ], |
| 684 } | 683 } |
| OLD | NEW |