| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 411 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
| 412 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 412 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
| 413 ], | 413 ], |
| 414 'network_session_configurator_unittest_sources': [ | 414 'network_session_configurator_unittest_sources': [ |
| 415 'network_session_configurator/network_session_configurator_unittest.cc', | 415 'network_session_configurator/network_session_configurator_unittest.cc', |
| 416 ], | 416 ], |
| 417 'network_time_unittest_sources': [ | 417 'network_time_unittest_sources': [ |
| 418 'network_time/network_time_tracker_unittest.cc', | 418 'network_time/network_time_tracker_unittest.cc', |
| 419 ], | 419 ], |
| 420 'ntp_snippets_unittest_sources': [ | 420 'ntp_snippets_unittest_sources': [ |
| 421 'ntp_snippets/ntp_snippets_database_unittest.cc', |
| 421 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', | 422 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', |
| 422 'ntp_snippets/ntp_snippets_service_unittest.cc', | 423 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 423 ], | 424 ], |
| 424 'offline_pages_background_unittest_sources': [ | 425 'offline_pages_background_unittest_sources': [ |
| 425 'offline_pages/background/request_coordinator_unittest.cc', | 426 'offline_pages/background/request_coordinator_unittest.cc', |
| 426 'offline_pages/background/request_picker_unittest.cc', | 427 'offline_pages/background/request_picker_unittest.cc', |
| 427 'offline_pages/background/request_queue_in_memory_store_unittest.cc', | 428 'offline_pages/background/request_queue_in_memory_store_unittest.cc', |
| 428 'offline_pages/background/request_queue_unittest.cc', | 429 'offline_pages/background/request_queue_unittest.cc', |
| 429 'offline_pages/background/save_page_request_unittest.cc', | 430 'offline_pages/background/save_page_request_unittest.cc', |
| 430 ], | 431 ], |
| (...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1971 'dependencies': [ | 1972 'dependencies': [ |
| 1972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1973 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1973 ], | 1974 ], |
| 1974 }], | 1975 }], |
| 1975 ], | 1976 ], |
| 1976 }, | 1977 }, |
| 1977 ], | 1978 ], |
| 1978 }], | 1979 }], |
| 1979 ], | 1980 ], |
| 1980 } | 1981 } |
| OLD | NEW |