| 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 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', | 411 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', |
| 412 'ntp_snippets/ntp_snippets_service_unittest.cc', | 412 'ntp_snippets/ntp_snippets_service_unittest.cc', |
| 413 ], | 413 ], |
| 414 'offline_pages_background_unittest_sources': [ | 414 'offline_pages_background_unittest_sources': [ |
| 415 'offline_pages/background/request_coordinator_unittest.cc', | 415 'offline_pages/background/request_coordinator_unittest.cc', |
| 416 'offline_pages/background/request_queue_in_memory_store_unittest.cc', | 416 'offline_pages/background/request_queue_in_memory_store_unittest.cc', |
| 417 'offline_pages/background/request_queue_unittest.cc', | 417 'offline_pages/background/request_queue_unittest.cc', |
| 418 'offline_pages/background/save_page_request_unittest.cc', | 418 'offline_pages/background/save_page_request_unittest.cc', |
| 419 ], | 419 ], |
| 420 'offline_pages_unittest_sources': [ | 420 'offline_pages_unittest_sources': [ |
| 421 'offline_pages/archive_manager_unittests.cc', |
| 422 'offline_pages/client_policy_controller_unittest.cc', |
| 421 'offline_pages/offline_page_metadata_store_impl_unittest.cc', | 423 'offline_pages/offline_page_metadata_store_impl_unittest.cc', |
| 422 'offline_pages/offline_page_model_unittest.cc', | 424 'offline_pages/offline_page_model_unittest.cc', |
| 425 'offline_pages/offline_page_storage_manager_uinttest.cc', |
| 423 'offline_pages/snapshot_controller_unittest.cc', | 426 'offline_pages/snapshot_controller_unittest.cc', |
| 424 ], | 427 ], |
| 425 'omnibox_unittest_sources': [ | 428 'omnibox_unittest_sources': [ |
| 426 'omnibox/browser/answers_cache_unittest.cc', | 429 'omnibox/browser/answers_cache_unittest.cc', |
| 427 'omnibox/browser/autocomplete_input_unittest.cc', | 430 'omnibox/browser/autocomplete_input_unittest.cc', |
| 428 'omnibox/browser/autocomplete_match_unittest.cc', | 431 'omnibox/browser/autocomplete_match_unittest.cc', |
| 429 'omnibox/browser/autocomplete_provider_unittest.cc', | 432 'omnibox/browser/autocomplete_provider_unittest.cc', |
| 430 'omnibox/browser/autocomplete_result_unittest.cc', | 433 'omnibox/browser/autocomplete_result_unittest.cc', |
| 431 'omnibox/browser/base_search_provider_unittest.cc', | 434 'omnibox/browser/base_search_provider_unittest.cc', |
| 432 'omnibox/browser/bookmark_provider_unittest.cc', | 435 'omnibox/browser/bookmark_provider_unittest.cc', |
| (...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1937 'dependencies': [ | 1940 'dependencies': [ |
| 1938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1941 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1939 ], | 1942 ], |
| 1940 }], | 1943 }], |
| 1941 ], | 1944 ], |
| 1942 }, | 1945 }, |
| 1943 ], | 1946 ], |
| 1944 }], | 1947 }], |
| 1945 ], | 1948 ], |
| 1946 } | 1949 } |
| OLD | NEW |