Chromium Code Reviews| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 184 'omnibox/autocomplete_match_unittest.cc', | 184 'omnibox/autocomplete_match_unittest.cc', |
| 185 'omnibox/autocomplete_result_unittest.cc', | 185 'omnibox/autocomplete_result_unittest.cc', |
| 186 'omnibox/keyword_provider_unittest.cc', | 186 'omnibox/keyword_provider_unittest.cc', |
| 187 'omnibox/omnibox_field_trial_unittest.cc', | 187 'omnibox/omnibox_field_trial_unittest.cc', |
| 188 'omnibox/suggestion_answer_unittest.cc', | 188 'omnibox/suggestion_answer_unittest.cc', |
| 189 'os_crypt/ie7_password_win_unittest.cc', | 189 'os_crypt/ie7_password_win_unittest.cc', |
| 190 'os_crypt/keychain_password_mac_unittest.mm', | 190 'os_crypt/keychain_password_mac_unittest.mm', |
| 191 'os_crypt/os_crypt_unittest.cc', | 191 'os_crypt/os_crypt_unittest.cc', |
| 192 'ownership/owner_key_util_impl_unittest.cc', | 192 'ownership/owner_key_util_impl_unittest.cc', |
| 193 'password_manager/core/browser/affiliation_fetcher_unittest.cc', | 193 'password_manager/core/browser/affiliation_fetcher_unittest.cc', |
| 194 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | |
|
Charlie Reis
2015/01/08 17:53:04
nit: Alphabetize
haavardm
2015/01/08 19:21:02
Done.
| |
| 195 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | |
| 194 'password_manager/core/browser/affiliation_utils_unittest.cc', | 196 'password_manager/core/browser/affiliation_utils_unittest.cc', |
| 195 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', | 197 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', |
| 196 'password_manager/core/browser/log_router_unittest.cc', | 198 'password_manager/core/browser/log_router_unittest.cc', |
| 197 'password_manager/core/browser/login_database_unittest.cc', | 199 'password_manager/core/browser/login_database_unittest.cc', |
| 198 'password_manager/core/browser/password_autofill_manager_unittest.cc ', | 200 'password_manager/core/browser/password_autofill_manager_unittest.cc ', |
| 199 'password_manager/core/browser/password_form_manager_unittest.cc', | 201 'password_manager/core/browser/password_form_manager_unittest.cc', |
| 200 'password_manager/core/browser/password_generation_manager_unittest. cc', | 202 'password_manager/core/browser/password_generation_manager_unittest. cc', |
| 201 'password_manager/core/browser/password_manager_unittest.cc', | 203 'password_manager/core/browser/password_manager_unittest.cc', |
| 202 'password_manager/core/browser/password_manager_url_collection_exper iment_unittest.cc', | 204 'password_manager/core/browser/password_manager_url_collection_exper iment_unittest.cc', |
| 203 'password_manager/core/browser/password_store_default_unittest.cc', | 205 'password_manager/core/browser/password_store_default_unittest.cc', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 344 | 346 |
| 345 # Dependencies of component_updater | 347 # Dependencies of component_updater |
| 346 'components.gyp:component_updater', | 348 'components.gyp:component_updater', |
| 347 'components.gyp:component_updater_test_support', | 349 'components.gyp:component_updater_test_support', |
| 348 '../third_party/libxml/libxml.gyp:libxml', | 350 '../third_party/libxml/libxml.gyp:libxml', |
| 349 | 351 |
| 350 # Dependencies of content_settings | 352 # Dependencies of content_settings |
| 351 'components.gyp:content_settings_core_browser', | 353 'components.gyp:content_settings_core_browser', |
| 352 'components.gyp:content_settings_core_common', | 354 'components.gyp:content_settings_core_common', |
| 353 'components.gyp:content_settings_core_test_support', | 355 'components.gyp:content_settings_core_test_support', |
| 356 | |
| 357 # Dependencies packet CT EV white list | |
|
Charlie Reis
2015/01/08 17:53:04
nit: Dependencies of packed
haavardm
2015/01/08 19:21:02
Done.
| |
| 358 'components.gyp:packed_ct_ev_whitelist', | |
| 354 | 359 |
| 355 # Dependencies of crash | 360 # Dependencies of crash |
| 356 'components.gyp:crash_test_support', | 361 'components.gyp:crash_test_support', |
| 357 | 362 |
| 358 # Dependencies of crx_file | 363 # Dependencies of crx_file |
| 359 'components.gyp:crx_file', | 364 'components.gyp:crx_file', |
| 360 | 365 |
| 361 # Dependencies of data_reduction_proxy | 366 # Dependencies of data_reduction_proxy |
| 362 'components.gyp:data_reduction_proxy_core_browser', | 367 'components.gyp:data_reduction_proxy_core_browser', |
| 363 'components.gyp:data_reduction_proxy_core_common', | 368 'components.gyp:data_reduction_proxy_core_common', |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1104 'dependencies': [ | 1109 'dependencies': [ |
| 1105 '../base/allocator/allocator.gyp:allocator', | 1110 '../base/allocator/allocator.gyp:allocator', |
| 1106 ], | 1111 ], |
| 1107 }], | 1112 }], |
| 1108 ], | 1113 ], |
| 1109 }, | 1114 }, |
| 1110 ], | 1115 ], |
| 1111 }], | 1116 }], |
| 1112 ], | 1117 ], |
| 1113 } | 1118 } |
| OLD | NEW |