| 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 'components.gyp:search_engines', | 1043 'components.gyp:search_engines', |
| 1044 'components.gyp:search_engines_test_support', | 1044 'components.gyp:search_engines_test_support', |
| 1045 'components.gyp:search_provider_logos', | 1045 'components.gyp:search_provider_logos', |
| 1046 'components.gyp:sessions_test_support', | 1046 'components.gyp:sessions_test_support', |
| 1047 'components.gyp:signin_core_browser', | 1047 'components.gyp:signin_core_browser', |
| 1048 'components.gyp:signin_core_browser_test_support', | 1048 'components.gyp:signin_core_browser_test_support', |
| 1049 'components.gyp:ssl_config', | 1049 'components.gyp:ssl_config', |
| 1050 'components.gyp:ssl_errors', | 1050 'components.gyp:ssl_errors', |
| 1051 'components.gyp:suggestions', | 1051 'components.gyp:suggestions', |
| 1052 'components.gyp:sync_bookmarks', | 1052 'components.gyp:sync_bookmarks', |
| 1053 'components.gyp:sync_driver_features', | |
| 1054 'components.gyp:sync_driver_test_support', | 1053 'components.gyp:sync_driver_test_support', |
| 1055 'components.gyp:sync_sessions', | 1054 'components.gyp:sync_sessions', |
| 1056 'components.gyp:sync_sessions_test_support', | 1055 'components.gyp:sync_sessions_test_support', |
| 1057 'components.gyp:syncable_prefs_test_support', | 1056 'components.gyp:syncable_prefs_test_support', |
| 1058 'components.gyp:translate_core_browser', | 1057 'components.gyp:translate_core_browser', |
| 1059 'components.gyp:translate_core_common', | 1058 'components.gyp:translate_core_common', |
| 1060 'components.gyp:translate_core_language_detection', | 1059 'components.gyp:translate_core_language_detection', |
| 1061 'components.gyp:ui_zoom', | 1060 'components.gyp:ui_zoom', |
| 1062 'components.gyp:undo_component', | 1061 'components.gyp:undo_component', |
| 1063 'components.gyp:update_client', | 1062 'components.gyp:update_client', |
| (...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1848 'dependencies': [ | 1847 'dependencies': [ |
| 1849 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1848 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1850 ], | 1849 ], |
| 1851 }], | 1850 }], |
| 1852 ], | 1851 ], |
| 1853 }, | 1852 }, |
| 1854 ], | 1853 ], |
| 1855 }], | 1854 }], |
| 1856 ], | 1855 ], |
| 1857 } | 1856 } |
| OLD | NEW |