| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'network_time_unittest_sources': [ | 383 'network_time_unittest_sources': [ |
| 384 'network_time/network_time_tracker_unittest.cc', | 384 'network_time/network_time_tracker_unittest.cc', |
| 385 ], | 385 ], |
| 386 'ntp_snippets_unittest_sources': [ | 386 'ntp_snippets_unittest_sources': [ |
| 387 'ntp_snippets/inner_iterator_unittest.cc', | 387 'ntp_snippets/inner_iterator_unittest.cc', |
| 388 'ntp_snippets/ntp_snippets_service_unittest.cc', | 388 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 389 ], | 389 ], |
| 390 'offline_page_unittest_sources': [ | 390 'offline_page_unittest_sources': [ |
| 391 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 391 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
| 392 'offline_pages/offline_page_model_unittest.cc', | 392 'offline_pages/offline_page_model_unittest.cc', |
| 393 'offline_pages/offline_page_test_archiver.h', |
| 394 'offline_pages/offline_page_test_archiver.cc', |
| 395 'offline_pages/offline_page_test_store.h', |
| 396 'offline_pages/offline_page_test_store.cc', |
| 393 ], | 397 ], |
| 394 'omnibox_unittest_sources': [ | 398 'omnibox_unittest_sources': [ |
| 395 'omnibox/browser/answers_cache_unittest.cc', | 399 'omnibox/browser/answers_cache_unittest.cc', |
| 396 'omnibox/browser/autocomplete_input_unittest.cc', | 400 'omnibox/browser/autocomplete_input_unittest.cc', |
| 397 'omnibox/browser/autocomplete_match_unittest.cc', | 401 'omnibox/browser/autocomplete_match_unittest.cc', |
| 398 'omnibox/browser/autocomplete_result_unittest.cc', | 402 'omnibox/browser/autocomplete_result_unittest.cc', |
| 399 'omnibox/browser/base_search_provider_unittest.cc', | 403 'omnibox/browser/base_search_provider_unittest.cc', |
| 400 'omnibox/browser/clipboard_url_provider_unittest.cc', | 404 'omnibox/browser/clipboard_url_provider_unittest.cc', |
| 401 'omnibox/browser/in_memory_url_index_types_unittest.cc', | 405 'omnibox/browser/in_memory_url_index_types_unittest.cc', |
| 402 'omnibox/browser/keyword_provider_unittest.cc', | 406 'omnibox/browser/keyword_provider_unittest.cc', |
| (...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1849 'dependencies': [ | 1853 'dependencies': [ |
| 1850 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1854 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1851 ], | 1855 ], |
| 1852 }], | 1856 }], |
| 1853 ], | 1857 ], |
| 1854 }, | 1858 }, |
| 1855 ], | 1859 ], |
| 1856 }], | 1860 }], |
| 1857 ], | 1861 ], |
| 1858 } | 1862 } |
| OLD | NEW |