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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 'components.gyp:autofill_core_test_support', | 997 'components.gyp:autofill_core_test_support', |
998 'components.gyp:bookmarks_browser', | 998 'components.gyp:bookmarks_browser', |
999 'components.gyp:bookmarks_managed', | 999 'components.gyp:bookmarks_managed', |
1000 'components.gyp:bookmarks_test_support', | 1000 'components.gyp:bookmarks_test_support', |
1001 'components.gyp:browser_sync_browser', | 1001 'components.gyp:browser_sync_browser', |
1002 'components.gyp:bubble', | 1002 'components.gyp:bubble', |
1003 'components.gyp:captive_portal_test_support', | 1003 'components.gyp:captive_portal_test_support', |
1004 'components.gyp:certificate_reporting', | 1004 'components.gyp:certificate_reporting', |
1005 'components.gyp:cloud_devices_common', | 1005 'components.gyp:cloud_devices_common', |
1006 'components.gyp:component_updater', | 1006 'components.gyp:component_updater', |
| 1007 'components.gyp:component_updater_test_support', |
1007 'components.gyp:compression', | 1008 'components.gyp:compression', |
1008 'components.gyp:content_settings_core_browser', | 1009 'components.gyp:content_settings_core_browser', |
1009 'components.gyp:content_settings_core_common', | 1010 'components.gyp:content_settings_core_common', |
1010 'components.gyp:content_settings_core_test_support', | 1011 'components.gyp:content_settings_core_test_support', |
1011 'components.gyp:crash_core_common', | 1012 'components.gyp:crash_core_common', |
1012 'components.gyp:crx_file', | 1013 'components.gyp:crx_file', |
1013 'components.gyp:data_reduction_proxy_core_browser', | 1014 'components.gyp:data_reduction_proxy_core_browser', |
1014 'components.gyp:data_reduction_proxy_core_common', | 1015 'components.gyp:data_reduction_proxy_core_common', |
1015 'components.gyp:data_reduction_proxy_test_support', | 1016 'components.gyp:data_reduction_proxy_test_support', |
1016 'components.gyp:data_usage_core', | 1017 'components.gyp:data_usage_core', |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1878 'dependencies': [ | 1879 'dependencies': [ |
1879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1880 ], | 1881 ], |
1881 }], | 1882 }], |
1882 ], | 1883 ], |
1883 }, | 1884 }, |
1884 ], | 1885 ], |
1885 }], | 1886 }], |
1886 ], | 1887 ], |
1887 } | 1888 } |
OLD | NEW |