| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 'components.gyp:variations_http_provider', | 939 'components.gyp:variations_http_provider', |
| 940 'components.gyp:version_info', | 940 'components.gyp:version_info', |
| 941 'components.gyp:wallpaper', | 941 'components.gyp:wallpaper', |
| 942 'components.gyp:web_resource', | 942 'components.gyp:web_resource', |
| 943 'components.gyp:web_resource_test_support', | 943 'components.gyp:web_resource_test_support', |
| 944 'components_resources.gyp:components_resources', | 944 'components_resources.gyp:components_resources', |
| 945 'components_strings.gyp:components_strings', | 945 'components_strings.gyp:components_strings', |
| 946 'components_tests_pak', | 946 'components_tests_pak', |
| 947 'mime_util/mime_util.gyp:mime_util', | 947 'mime_util/mime_util.gyp:mime_util', |
| 948 'url_formatter/url_formatter.gyp:url_formatter', | 948 'url_formatter/url_formatter.gyp:url_formatter', |
| 949 # Only needed at runtime. |
| 950 '../third_party/mesa/mesa.gyp:osmesa', |
| 949 ], | 951 ], |
| 950 'conditions': [ | 952 'conditions': [ |
| 951 ['enable_rlz_support==1', { | 953 ['enable_rlz_support==1', { |
| 952 'sources': [ | 954 'sources': [ |
| 953 '<@(rlz_unittest_sources)', | 955 '<@(rlz_unittest_sources)', |
| 954 ], | 956 ], |
| 955 'dependencies': [ | 957 'dependencies': [ |
| 956 '../net/net.gyp:net_test_support', | 958 '../net/net.gyp:net_test_support', |
| 957 '../rlz/rlz.gyp:test_support_rlz', | 959 '../rlz/rlz.gyp:test_support_rlz', |
| 958 'components.gyp:rlz', | 960 'components.gyp:rlz', |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1631 'invalidation/impl/android/junit/', | 1633 'invalidation/impl/android/junit/', |
| 1632 'policy/android/junit/' | 1634 'policy/android/junit/' |
| 1633 ], | 1635 ], |
| 1634 }, | 1636 }, |
| 1635 'includes': [ '../build/host_jar.gypi' ], | 1637 'includes': [ '../build/host_jar.gypi' ], |
| 1636 }, | 1638 }, |
| 1637 ], | 1639 ], |
| 1638 }], | 1640 }], |
| 1639 ], | 1641 ], |
| 1640 } | 1642 } |
| OLD | NEW |