| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 ], | 336 ], |
| 337 'omnibox_unittest_sources': [ | 337 'omnibox_unittest_sources': [ |
| 338 'omnibox/answers_cache_unittest.cc', | 338 'omnibox/answers_cache_unittest.cc', |
| 339 'omnibox/autocomplete_input_unittest.cc', | 339 'omnibox/autocomplete_input_unittest.cc', |
| 340 'omnibox/autocomplete_match_unittest.cc', | 340 'omnibox/autocomplete_match_unittest.cc', |
| 341 'omnibox/autocomplete_result_unittest.cc', | 341 'omnibox/autocomplete_result_unittest.cc', |
| 342 'omnibox/base_search_provider_unittest.cc', | 342 'omnibox/base_search_provider_unittest.cc', |
| 343 'omnibox/in_memory_url_index_types_unittest.cc', | 343 'omnibox/in_memory_url_index_types_unittest.cc', |
| 344 'omnibox/keyword_provider_unittest.cc', | 344 'omnibox/keyword_provider_unittest.cc', |
| 345 'omnibox/omnibox_field_trial_unittest.cc', | 345 'omnibox/omnibox_field_trial_unittest.cc', |
| 346 'omnibox/scored_history_match_unittest.cc', |
| 346 'omnibox/suggestion_answer_unittest.cc', | 347 'omnibox/suggestion_answer_unittest.cc', |
| 347 ], | 348 ], |
| 348 'os_crypt_unittest_sources': [ | 349 'os_crypt_unittest_sources': [ |
| 349 'os_crypt/ie7_password_win_unittest.cc', | 350 'os_crypt/ie7_password_win_unittest.cc', |
| 350 'os_crypt/keychain_password_mac_unittest.mm', | 351 'os_crypt/keychain_password_mac_unittest.mm', |
| 351 'os_crypt/os_crypt_unittest.cc', | 352 'os_crypt/os_crypt_unittest.cc', |
| 352 ], | 353 ], |
| 353 'ownership_unittest_sources': [ | 354 'ownership_unittest_sources': [ |
| 354 'ownership/owner_key_util_impl_unittest.cc', | 355 'ownership/owner_key_util_impl_unittest.cc', |
| 355 ], | 356 ], |
| (...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 ], | 1489 ], |
| 1489 'variables': { | 1490 'variables': { |
| 1490 'test_suite_name': 'components_unittests', | 1491 'test_suite_name': 'components_unittests', |
| 1491 }, | 1492 }, |
| 1492 'includes': [ '../build/apk_test.gypi' ], | 1493 'includes': [ '../build/apk_test.gypi' ], |
| 1493 }, | 1494 }, |
| 1494 ], | 1495 ], |
| 1495 }], | 1496 }], |
| 1496 ], | 1497 ], |
| 1497 } | 1498 } |
| OLD | NEW |