| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 ], | 396 ], |
| 397 'network_hints_unittest_sources': [ | 397 'network_hints_unittest_sources': [ |
| 398 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 398 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
| 399 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 399 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
| 400 ], | 400 ], |
| 401 'network_time_unittest_sources': [ | 401 'network_time_unittest_sources': [ |
| 402 'network_time/network_time_tracker_unittest.cc', | 402 'network_time/network_time_tracker_unittest.cc', |
| 403 ], | 403 ], |
| 404 'ntp_snippets_unittest_sources': [ | 404 'ntp_snippets_unittest_sources': [ |
| 405 'ntp_snippets/inner_iterator_unittest.cc', | 405 'ntp_snippets/inner_iterator_unittest.cc', |
| 406 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', | |
| 407 'ntp_snippets/ntp_snippets_service_unittest.cc', | 406 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 408 ], | 407 ], |
| 409 'offline_page_unittest_sources': [ | 408 'offline_page_unittest_sources': [ |
| 410 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 409 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
| 411 'offline_pages/offline_page_model_unittest.cc', | 410 'offline_pages/offline_page_model_unittest.cc', |
| 412 'offline_pages/snapshot_controller_unittest.cc', | 411 'offline_pages/snapshot_controller_unittest.cc', |
| 413 ], | 412 ], |
| 414 'omnibox_unittest_sources': [ | 413 'omnibox_unittest_sources': [ |
| 415 'omnibox/browser/answers_cache_unittest.cc', | 414 'omnibox/browser/answers_cache_unittest.cc', |
| 416 'omnibox/browser/autocomplete_input_unittest.cc', | 415 'omnibox/browser/autocomplete_input_unittest.cc', |
| (...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1916 'dependencies': [ | 1915 'dependencies': [ |
| 1917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1918 ], | 1917 ], |
| 1919 }], | 1918 }], |
| 1920 ], | 1919 ], |
| 1921 }, | 1920 }, |
| 1922 ], | 1921 ], |
| 1923 }], | 1922 }], |
| 1924 ], | 1923 ], |
| 1925 } | 1924 } |
| OLD | NEW |