| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 'omnibox/browser/keyword_provider_unittest.cc', | 426 'omnibox/browser/keyword_provider_unittest.cc', |
| 427 'omnibox/browser/omnibox_edit_unittest.cc', | 427 'omnibox/browser/omnibox_edit_unittest.cc', |
| 428 'omnibox/browser/omnibox_field_trial_unittest.cc', | 428 'omnibox/browser/omnibox_field_trial_unittest.cc', |
| 429 'omnibox/browser/omnibox_popup_model_unittest.cc', | 429 'omnibox/browser/omnibox_popup_model_unittest.cc', |
| 430 'omnibox/browser/omnibox_view_unittest.cc', | 430 'omnibox/browser/omnibox_view_unittest.cc', |
| 431 'omnibox/browser/scored_history_match_unittest.cc', | 431 'omnibox/browser/scored_history_match_unittest.cc', |
| 432 'omnibox/browser/shortcuts_backend_unittest.cc', | 432 'omnibox/browser/shortcuts_backend_unittest.cc', |
| 433 'omnibox/browser/shortcuts_database_unittest.cc', | 433 'omnibox/browser/shortcuts_database_unittest.cc', |
| 434 'omnibox/browser/shortcuts_provider_unittest.cc', | 434 'omnibox/browser/shortcuts_provider_unittest.cc', |
| 435 'omnibox/browser/suggestion_answer_unittest.cc', | 435 'omnibox/browser/suggestion_answer_unittest.cc', |
| 436 'omnibox/browser/url_prefix_unittest.cc', |
| 436 'omnibox/browser/zero_suggest_provider_unittest.cc', | 437 'omnibox/browser/zero_suggest_provider_unittest.cc', |
| 437 ], | 438 ], |
| 438 'open_from_clipboard_unittest_sources': [ | 439 'open_from_clipboard_unittest_sources': [ |
| 439 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 440 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', |
| 440 ], | 441 ], |
| 441 'os_crypt_unittest_sources': [ | 442 'os_crypt_unittest_sources': [ |
| 442 'os_crypt/ie7_password_win_unittest.cc', | 443 'os_crypt/ie7_password_win_unittest.cc', |
| 443 'os_crypt/keychain_password_mac_unittest.mm', | 444 'os_crypt/keychain_password_mac_unittest.mm', |
| 444 'os_crypt/os_crypt_unittest.cc', | 445 'os_crypt/os_crypt_unittest.cc', |
| 445 ], | 446 ], |
| (...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1916 'dependencies': [ | 1917 'dependencies': [ |
| 1917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1918 ], | 1919 ], |
| 1919 }], | 1920 }], |
| 1920 ], | 1921 ], |
| 1921 }, | 1922 }, |
| 1922 ], | 1923 ], |
| 1923 }], | 1924 }], |
| 1924 ], | 1925 ], |
| 1925 } | 1926 } |
| OLD | NEW |