| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'omnibox/autocomplete_input_unittest.cc', | 164 'omnibox/autocomplete_input_unittest.cc', |
| 165 'omnibox/autocomplete_match_unittest.cc', | 165 'omnibox/autocomplete_match_unittest.cc', |
| 166 'omnibox/autocomplete_result_unittest.cc', | 166 'omnibox/autocomplete_result_unittest.cc', |
| 167 'omnibox/keyword_provider_unittest.cc', | 167 'omnibox/keyword_provider_unittest.cc', |
| 168 'omnibox/omnibox_field_trial_unittest.cc', | 168 'omnibox/omnibox_field_trial_unittest.cc', |
| 169 'omnibox/search_suggestion_parser_unittest.cc', | 169 'omnibox/search_suggestion_parser_unittest.cc', |
| 170 'os_crypt/ie7_password_win_unittest.cc', | 170 'os_crypt/ie7_password_win_unittest.cc', |
| 171 'os_crypt/keychain_password_mac_unittest.mm', | 171 'os_crypt/keychain_password_mac_unittest.mm', |
| 172 'os_crypt/os_crypt_unittest.cc', | 172 'os_crypt/os_crypt_unittest.cc', |
| 173 'ownership/owner_key_util_impl_unittest.cc', | 173 'ownership/owner_key_util_impl_unittest.cc', |
| 174 'password_manager/content/browser/content_credential_manager_dispatc
her_unittest.cc', |
| 174 'password_manager/core/browser/browser_save_password_progress_logger
_unittest.cc', | 175 'password_manager/core/browser/browser_save_password_progress_logger
_unittest.cc', |
| 175 'password_manager/core/browser/log_router_unittest.cc', | 176 'password_manager/core/browser/log_router_unittest.cc', |
| 176 'password_manager/core/browser/login_database_unittest.cc', | 177 'password_manager/core/browser/login_database_unittest.cc', |
| 177 'password_manager/core/browser/password_autofill_manager_unittest.cc
', | 178 'password_manager/core/browser/password_autofill_manager_unittest.cc
', |
| 178 'password_manager/core/browser/password_form_manager_unittest.cc', | 179 'password_manager/core/browser/password_form_manager_unittest.cc', |
| 179 'password_manager/core/browser/password_generation_manager_unittest.
cc', | 180 'password_manager/core/browser/password_generation_manager_unittest.
cc', |
| 180 'password_manager/core/browser/password_manager_unittest.cc', | 181 'password_manager/core/browser/password_manager_unittest.cc', |
| 181 'password_manager/core/browser/password_store_default_unittest.cc', | 182 'password_manager/core/browser/password_store_default_unittest.cc', |
| 182 'password_manager/core/browser/password_store_unittest.cc', | 183 'password_manager/core/browser/password_store_unittest.cc', |
| 183 'password_manager/core/browser/password_syncable_service_unittest.cc
', | 184 'password_manager/core/browser/password_syncable_service_unittest.cc
', |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 | 391 |
| 391 # Dependencies of os_crypt | 392 # Dependencies of os_crypt |
| 392 'components.gyp:os_crypt', | 393 'components.gyp:os_crypt', |
| 393 | 394 |
| 394 # Dependencies of ownership | 395 # Dependencies of ownership |
| 395 'components.gyp:ownership', | 396 'components.gyp:ownership', |
| 396 | 397 |
| 397 # Dependencies of password_manager | 398 # Dependencies of password_manager |
| 398 'components.gyp:password_manager_core_browser', | 399 'components.gyp:password_manager_core_browser', |
| 399 'components.gyp:password_manager_core_browser_test_support', | 400 'components.gyp:password_manager_core_browser_test_support', |
| 401 'components.gyp:password_manager_content_browser', |
| 402 'components.gyp:password_manager_content_common', |
| 400 | 403 |
| 401 # Dependencies of precache/core | 404 # Dependencies of precache/core |
| 402 'components.gyp:password_manager_core_browser', | 405 'components.gyp:password_manager_core_browser', |
| 403 'components.gyp:precache_core', | 406 'components.gyp:precache_core', |
| 404 | 407 |
| 405 # Dependencies of pref_registry | 408 # Dependencies of pref_registry |
| 406 'components.gyp:pref_registry_test_support', | 409 'components.gyp:pref_registry_test_support', |
| 407 | 410 |
| 408 # Dependencies of query_parser | 411 # Dependencies of query_parser |
| 409 'components.gyp:query_parser', | 412 'components.gyp:query_parser', |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 960 'dependencies': [ | 963 'dependencies': [ |
| 961 '../base/allocator/allocator.gyp:allocator', | 964 '../base/allocator/allocator.gyp:allocator', |
| 962 ], | 965 ], |
| 963 }], | 966 }], |
| 964 ], | 967 ], |
| 965 }, | 968 }, |
| 966 ], | 969 ], |
| 967 }], | 970 }], |
| 968 ], | 971 ], |
| 969 } | 972 } |
| OLD | NEW |