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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'omnibox/browser/history_quick_provider_unittest.cc', | 410 'omnibox/browser/history_quick_provider_unittest.cc', |
411 'omnibox/browser/history_url_provider_unittest.cc', | 411 'omnibox/browser/history_url_provider_unittest.cc', |
412 'omnibox/browser/in_memory_url_index_types_unittest.cc', | 412 'omnibox/browser/in_memory_url_index_types_unittest.cc', |
413 'omnibox/browser/in_memory_url_index_unittest.cc', | 413 'omnibox/browser/in_memory_url_index_unittest.cc', |
414 'omnibox/browser/keyword_provider_unittest.cc', | 414 'omnibox/browser/keyword_provider_unittest.cc', |
415 'omnibox/browser/omnibox_edit_unittest.cc', | 415 'omnibox/browser/omnibox_edit_unittest.cc', |
416 'omnibox/browser/omnibox_field_trial_unittest.cc', | 416 'omnibox/browser/omnibox_field_trial_unittest.cc', |
417 'omnibox/browser/omnibox_popup_model_unittest.cc', | 417 'omnibox/browser/omnibox_popup_model_unittest.cc', |
418 'omnibox/browser/omnibox_view_unittest.cc', | 418 'omnibox/browser/omnibox_view_unittest.cc', |
419 'omnibox/browser/scored_history_match_unittest.cc', | 419 'omnibox/browser/scored_history_match_unittest.cc', |
| 420 'omnibox/browser/shortcuts_backend_unittest.cc', |
420 'omnibox/browser/shortcuts_database_unittest.cc', | 421 'omnibox/browser/shortcuts_database_unittest.cc', |
| 422 'omnibox/browser/shortcuts_provider_unittest.cc', |
421 'omnibox/browser/suggestion_answer_unittest.cc', | 423 'omnibox/browser/suggestion_answer_unittest.cc', |
422 'omnibox/browser/zero_suggest_provider_unittest.cc', | 424 'omnibox/browser/zero_suggest_provider_unittest.cc', |
423 ], | 425 ], |
424 'open_from_clipboard_unittest_sources': [ | 426 'open_from_clipboard_unittest_sources': [ |
425 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 427 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', |
426 ], | 428 ], |
427 'os_crypt_unittest_sources': [ | 429 'os_crypt_unittest_sources': [ |
428 'os_crypt/ie7_password_win_unittest.cc', | 430 'os_crypt/ie7_password_win_unittest.cc', |
429 'os_crypt/keychain_password_mac_unittest.mm', | 431 'os_crypt/keychain_password_mac_unittest.mm', |
430 'os_crypt/os_crypt_unittest.cc', | 432 'os_crypt/os_crypt_unittest.cc', |
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1887 'dependencies': [ | 1889 'dependencies': [ |
1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1890 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1889 ], | 1891 ], |
1890 }], | 1892 }], |
1891 ], | 1893 ], |
1892 }, | 1894 }, |
1893 ], | 1895 ], |
1894 }], | 1896 }], |
1895 ], | 1897 ], |
1896 } | 1898 } |
OLD | NEW |