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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1178 'scheduler/scheduler.gyp:scheduler', | 1178 'scheduler/scheduler.gyp:scheduler', |
1179 'test_runner/test_runner.gyp:test_runner', | 1179 'test_runner/test_runner.gyp:test_runner', |
1180 'tracing.gyp:tracing', | 1180 'tracing.gyp:tracing', |
1181 'webcrypto/webcrypto.gyp:webcrypto', | 1181 'webcrypto/webcrypto.gyp:webcrypto', |
1182 '../third_party/re2/re2.gyp:re2', | 1182 '../third_party/re2/re2.gyp:re2', |
1183 ], | 1183 ], |
1184 'conditions': [ | 1184 'conditions': [ |
1185 ['OS=="android"', { | 1185 ['OS=="android"', { |
1186 'dependencies': [ | 1186 'dependencies': [ |
1187 '../build/android/ndk.gyp:cpu_features', | 1187 '../build/android/ndk.gyp:cpu_features', |
| 1188 'components.gyp:variations_java', |
| 1189 'components.gyp:variations_jni_headers', |
1188 ], | 1190 ], |
1189 }], | 1191 }], |
1190 ['OS=="android" and configuration_policy == 1', { | 1192 ['OS=="android" and configuration_policy == 1', { |
1191 'dependencies': [ | 1193 'dependencies': [ |
1192 'components.gyp:policy_java', | 1194 'components.gyp:policy_java', |
1193 ], | 1195 ], |
1194 }], | 1196 }], |
1195 ['use_openssl==1', { | 1197 ['use_openssl==1', { |
1196 'dependencies': [ | 1198 'dependencies': [ |
1197 '../third_party/boringssl/boringssl.gyp:boringssl', | 1199 '../third_party/boringssl/boringssl.gyp:boringssl', |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1820 'dependencies': [ | 1822 'dependencies': [ |
1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1822 ], | 1824 ], |
1823 }], | 1825 }], |
1824 ], | 1826 ], |
1825 }, | 1827 }, |
1826 ], | 1828 ], |
1827 }], | 1829 }], |
1828 ], | 1830 ], |
1829 } | 1831 } |
OLD | NEW |