| 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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 796                 'components.gyp:visitedlink_browser', | 796                 'components.gyp:visitedlink_browser', | 
| 797                 'components.gyp:visitedlink_renderer', | 797                 'components.gyp:visitedlink_renderer', | 
| 798                 'components.gyp:web_cache_browser', | 798                 'components.gyp:web_cache_browser', | 
| 799                 'components.gyp:web_modal', | 799                 'components.gyp:web_modal', | 
| 800                 'components.gyp:web_modal_test_support', | 800                 'components.gyp:web_modal_test_support', | 
| 801               ], | 801               ], | 
| 802             }, { # 'OS == "ios"' | 802             }, { # 'OS == "ios"' | 
| 803               'sources': [ | 803               'sources': [ | 
| 804                 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 804                 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 
| 805                 'webp_transcode/webp_decoder_unittest.mm', | 805                 'webp_transcode/webp_decoder_unittest.mm', | 
|  | 806                 'webp_transcode/webp_network_client_unittest.mm', | 
| 806               ], | 807               ], | 
| 807               'sources!': [ | 808               'sources!': [ | 
| 808                 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 809                 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 
| 809                 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
      st.cc', | 810                 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
      st.cc', | 
| 810               ], | 811               ], | 
| 811               'sources/': [ | 812               'sources/': [ | 
| 812                 # Exclude all tests that depends on //content (based on layered- | 813                 # Exclude all tests that depends on //content (based on layered- | 
| 813                 # component directory structure). | 814                 # component directory structure). | 
| 814                 ['exclude', '^[^/]*/content/'], | 815                 ['exclude', '^[^/]*/content/'], | 
| 815               ], | 816               ], | 
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1235               'dependencies': [ | 1236               'dependencies': [ | 
| 1236                 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1237                 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 
| 1237               ], | 1238               ], | 
| 1238             }], | 1239             }], | 
| 1239           ], | 1240           ], | 
| 1240         }, | 1241         }, | 
| 1241       ], | 1242       ], | 
| 1242     }], | 1243     }], | 
| 1243   ], | 1244   ], | 
| 1244 } | 1245 } | 
| OLD | NEW | 
|---|