| 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 'omnibox/browser/history_quick_provider_unittest.cc', | 421 'omnibox/browser/history_quick_provider_unittest.cc', |
| 422 'omnibox/browser/history_url_provider_unittest.cc', | 422 'omnibox/browser/history_url_provider_unittest.cc', |
| 423 'omnibox/browser/in_memory_url_index_types_unittest.cc', | 423 'omnibox/browser/in_memory_url_index_types_unittest.cc', |
| 424 'omnibox/browser/in_memory_url_index_unittest.cc', | 424 'omnibox/browser/in_memory_url_index_unittest.cc', |
| 425 'omnibox/browser/keyword_provider_unittest.cc', | 425 'omnibox/browser/keyword_provider_unittest.cc', |
| 426 'omnibox/browser/omnibox_edit_unittest.cc', | 426 'omnibox/browser/omnibox_edit_unittest.cc', |
| 427 'omnibox/browser/omnibox_field_trial_unittest.cc', | 427 'omnibox/browser/omnibox_field_trial_unittest.cc', |
| 428 'omnibox/browser/omnibox_popup_model_unittest.cc', | 428 'omnibox/browser/omnibox_popup_model_unittest.cc', |
| 429 'omnibox/browser/omnibox_view_unittest.cc', | 429 'omnibox/browser/omnibox_view_unittest.cc', |
| 430 'omnibox/browser/scored_history_match_unittest.cc', | 430 'omnibox/browser/scored_history_match_unittest.cc', |
| 431 'omnibox/browser/shortcut_match_unittest.cc', |
| 431 'omnibox/browser/shortcuts_backend_unittest.cc', | 432 'omnibox/browser/shortcuts_backend_unittest.cc', |
| 432 'omnibox/browser/shortcuts_database_unittest.cc', | 433 'omnibox/browser/shortcuts_database_unittest.cc', |
| 433 'omnibox/browser/shortcuts_provider_unittest.cc', | 434 'omnibox/browser/shortcuts_provider_unittest.cc', |
| 434 'omnibox/browser/suggestion_answer_unittest.cc', | 435 'omnibox/browser/suggestion_answer_unittest.cc', |
| 435 'omnibox/browser/zero_suggest_provider_unittest.cc', | 436 'omnibox/browser/zero_suggest_provider_unittest.cc', |
| 436 ], | 437 ], |
| 437 'open_from_clipboard_unittest_sources': [ | 438 'open_from_clipboard_unittest_sources': [ |
| 438 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 439 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', |
| 439 ], | 440 ], |
| 440 'os_crypt_unittest_sources': [ | 441 'os_crypt_unittest_sources': [ |
| (...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 'dependencies': [ | 1925 'dependencies': [ |
| 1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1926 ], | 1927 ], |
| 1927 }], | 1928 }], |
| 1928 ], | 1929 ], |
| 1929 }, | 1930 }, |
| 1930 ], | 1931 ], |
| 1931 }], | 1932 }], |
| 1932 ], | 1933 ], |
| 1933 } | 1934 } |
| OLD | NEW |