| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 'network_session_configurator_unittest_sources': [ | 426 'network_session_configurator_unittest_sources': [ |
| 427 'network_session_configurator/network_session_configurator_unittest.cc', | 427 'network_session_configurator/network_session_configurator_unittest.cc', |
| 428 ], | 428 ], |
| 429 'network_time_unittest_sources': [ | 429 'network_time_unittest_sources': [ |
| 430 'network_time/network_time_tracker_unittest.cc', | 430 'network_time/network_time_tracker_unittest.cc', |
| 431 ], | 431 ], |
| 432 'ntp_snippets_unittest_sources': [ | 432 'ntp_snippets_unittest_sources': [ |
| 433 'ntp_snippets/ntp_snippets_database_unittest.cc', | 433 'ntp_snippets/ntp_snippets_database_unittest.cc', |
| 434 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', | 434 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', |
| 435 'ntp_snippets/ntp_snippets_service_unittest.cc', | 435 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 436 'ntp_snippets/ntp_snippets_status_service_unittest.cc', |
| 437 'ntp_snippets/ntp_snippets_test_utils.cc', |
| 438 'ntp_snippets/ntp_snippets_test_utils.h', |
| 436 ], | 439 ], |
| 437 'ntp_tiles_unittest_sources': [ | 440 'ntp_tiles_unittest_sources': [ |
| 438 'ntp_tiles/most_visited_sites_unittest.cc', | 441 'ntp_tiles/most_visited_sites_unittest.cc', |
| 439 ], | 442 ], |
| 440 'offline_pages_background_unittest_sources': [ | 443 'offline_pages_background_unittest_sources': [ |
| 441 'offline_pages/background/request_coordinator_unittest.cc', | 444 'offline_pages/background/request_coordinator_unittest.cc', |
| 442 'offline_pages/background/request_picker_unittest.cc', | 445 'offline_pages/background/request_picker_unittest.cc', |
| 443 'offline_pages/background/request_queue_store_unittest.cc', | 446 'offline_pages/background/request_queue_store_unittest.cc', |
| 444 'offline_pages/background/request_queue_unittest.cc', | 447 'offline_pages/background/request_queue_unittest.cc', |
| 445 'offline_pages/background/save_page_request_unittest.cc', | 448 'offline_pages/background/save_page_request_unittest.cc', |
| (...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2014 'dependencies': [ | 2017 'dependencies': [ |
| 2015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2016 ], | 2019 ], |
| 2017 }], | 2020 }], |
| 2018 ], | 2021 ], |
| 2019 }, | 2022 }, |
| 2020 ], | 2023 ], |
| 2021 }], | 2024 }], |
| 2022 ], | 2025 ], |
| 2023 } | 2026 } |
| OLD | NEW |