| 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 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 'components.gyp:network_time', | 1146 'components.gyp:network_time', |
| 1147 'components.gyp:ntp_snippets', | 1147 'components.gyp:ntp_snippets', |
| 1148 'components.gyp:offline_pages', | 1148 'components.gyp:offline_pages', |
| 1149 'components.gyp:offline_pages_background_offliner', | 1149 'components.gyp:offline_pages_background_offliner', |
| 1150 'components.gyp:offline_pages_test_support', | 1150 'components.gyp:offline_pages_test_support', |
| 1151 'components.gyp:omnibox_browser', | 1151 'components.gyp:omnibox_browser', |
| 1152 'components.gyp:omnibox_test_support', | 1152 'components.gyp:omnibox_test_support', |
| 1153 'components.gyp:open_from_clipboard', | 1153 'components.gyp:open_from_clipboard', |
| 1154 'components.gyp:open_from_clipboard_test_support', | 1154 'components.gyp:open_from_clipboard_test_support', |
| 1155 'components.gyp:os_crypt', | 1155 'components.gyp:os_crypt', |
| 1156 'components.gyp:os_crypt_test_support', |
| 1156 'components.gyp:password_manager_core_browser', | 1157 'components.gyp:password_manager_core_browser', |
| 1157 'components.gyp:password_manager_core_browser_test_support', | 1158 'components.gyp:password_manager_core_browser_test_support', |
| 1158 'components.gyp:password_manager_sync_browser', | 1159 'components.gyp:password_manager_sync_browser', |
| 1159 'components.gyp:precache_core', | 1160 'components.gyp:precache_core', |
| 1160 'components.gyp:pref_registry_test_support', | 1161 'components.gyp:pref_registry_test_support', |
| 1161 'components.gyp:proxy_config', | 1162 'components.gyp:proxy_config', |
| 1162 'components.gyp:query_parser', | 1163 'components.gyp:query_parser', |
| 1163 'components.gyp:rappor', | 1164 'components.gyp:rappor', |
| 1164 'components.gyp:rappor_test_support', | 1165 'components.gyp:rappor_test_support', |
| 1165 'components.gyp:search', | 1166 'components.gyp:search', |
| (...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1957 'dependencies': [ | 1958 'dependencies': [ |
| 1958 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1959 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1959 ], | 1960 ], |
| 1960 }], | 1961 }], |
| 1961 ], | 1962 ], |
| 1962 }, | 1963 }, |
| 1963 ], | 1964 ], |
| 1964 }], | 1965 }], |
| 1965 ], | 1966 ], |
| 1966 } | 1967 } |
| OLD | NEW |