| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'navigation_interception/intercept_navigation_throttle_unittest.cc', | 405 'navigation_interception/intercept_navigation_throttle_unittest.cc', |
| 406 ], | 406 ], |
| 407 'network_hints_unittest_sources': [ | 407 'network_hints_unittest_sources': [ |
| 408 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 408 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
| 409 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 409 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
| 410 ], | 410 ], |
| 411 'network_time_unittest_sources': [ | 411 'network_time_unittest_sources': [ |
| 412 'network_time/network_time_tracker_unittest.cc', | 412 'network_time/network_time_tracker_unittest.cc', |
| 413 ], | 413 ], |
| 414 'ntp_snippets_unittest_sources': [ | 414 'ntp_snippets_unittest_sources': [ |
| 415 'ntp_snippets/ntp_snippets_database_unittest.cc', |
| 415 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', | 416 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', |
| 416 'ntp_snippets/ntp_snippets_service_unittest.cc', | 417 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 417 ], | 418 ], |
| 418 'offline_pages_background_unittest_sources': [ | 419 'offline_pages_background_unittest_sources': [ |
| 419 'offline_pages/background/request_coordinator_unittest.cc', | 420 'offline_pages/background/request_coordinator_unittest.cc', |
| 420 'offline_pages/background/request_queue_in_memory_store_unittest.cc', | 421 'offline_pages/background/request_queue_in_memory_store_unittest.cc', |
| 421 'offline_pages/background/request_queue_unittest.cc', | 422 'offline_pages/background/request_queue_unittest.cc', |
| 422 'offline_pages/background/save_page_request_unittest.cc', | 423 'offline_pages/background/save_page_request_unittest.cc', |
| 423 ], | 424 ], |
| 424 'offline_pages_unittest_sources': [ | 425 'offline_pages_unittest_sources': [ |
| (...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 'dependencies': [ | 1947 'dependencies': [ |
| 1947 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1948 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1948 ], | 1949 ], |
| 1949 }], | 1950 }], |
| 1950 ], | 1951 ], |
| 1951 }, | 1952 }, |
| 1952 ], | 1953 ], |
| 1953 }], | 1954 }], |
| 1954 ], | 1955 ], |
| 1955 } | 1956 } |
| OLD | NEW |