| 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1019         'components.gyp:memory_pressure', | 1019         'components.gyp:memory_pressure', | 
| 1020         'components.gyp:metrics', | 1020         'components.gyp:metrics', | 
| 1021         'components.gyp:metrics_net', | 1021         'components.gyp:metrics_net', | 
| 1022         'components.gyp:metrics_profiler', | 1022         'components.gyp:metrics_profiler', | 
| 1023         'components.gyp:metrics_test_support', | 1023         'components.gyp:metrics_test_support', | 
| 1024         'components.gyp:metrics_ui', | 1024         'components.gyp:metrics_ui', | 
| 1025         'components.gyp:net_log', | 1025         'components.gyp:net_log', | 
| 1026         'components.gyp:network_time', | 1026         'components.gyp:network_time', | 
| 1027         'components.gyp:ntp_snippets', | 1027         'components.gyp:ntp_snippets', | 
| 1028         'components.gyp:offline_pages', | 1028         'components.gyp:offline_pages', | 
|  | 1029         'components.gyp:offline_pages_test_support', | 
| 1029         'components.gyp:omnibox_browser', | 1030         'components.gyp:omnibox_browser', | 
| 1030         'components.gyp:omnibox_test_support', | 1031         'components.gyp:omnibox_test_support', | 
| 1031         'components.gyp:open_from_clipboard', | 1032         'components.gyp:open_from_clipboard', | 
| 1032         'components.gyp:open_from_clipboard_test_support', | 1033         'components.gyp:open_from_clipboard_test_support', | 
| 1033         'components.gyp:os_crypt', | 1034         'components.gyp:os_crypt', | 
| 1034         'components.gyp:password_manager_core_browser', | 1035         'components.gyp:password_manager_core_browser', | 
| 1035         'components.gyp:password_manager_core_browser_test_support', | 1036         'components.gyp:password_manager_core_browser_test_support', | 
| 1036         'components.gyp:password_manager_sync_browser', | 1037         'components.gyp:password_manager_sync_browser', | 
| 1037         'components.gyp:precache_core', | 1038         'components.gyp:precache_core', | 
| 1038         'components.gyp:pref_registry_test_support', | 1039         'components.gyp:pref_registry_test_support', | 
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1849               'dependencies': [ | 1850               'dependencies': [ | 
| 1850                 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1851                 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 
| 1851               ], | 1852               ], | 
| 1852             }], | 1853             }], | 
| 1853           ], | 1854           ], | 
| 1854         }, | 1855         }, | 
| 1855       ], | 1856       ], | 
| 1856     }], | 1857     }], | 
| 1857   ], | 1858   ], | 
| 1858 } | 1859 } | 
| OLD | NEW | 
|---|