Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2092963002: downloads.query: parse numerical query properties as double, not int. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add one more edge case test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'browser/extensions/api/declarative_content/declarative_content_is_bookmar ked_condition_tracker_unittest.cc', 433 'browser/extensions/api/declarative_content/declarative_content_is_bookmar ked_condition_tracker_unittest.cc',
434 'browser/extensions/api/declarative_content/declarative_content_page_url_c ondition_tracker_unittest.cc', 434 'browser/extensions/api/declarative_content/declarative_content_page_url_c ondition_tracker_unittest.cc',
435 'browser/extensions/api/declarative_webrequest/webrequest_action_unittest. cc', 435 'browser/extensions/api/declarative_webrequest/webrequest_action_unittest. cc',
436 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry_u nittest.cc', 436 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry_u nittest.cc',
437 'browser/extensions/api/developer_private/developer_private_api_unittest.c c', 437 'browser/extensions/api/developer_private/developer_private_api_unittest.c c',
438 'browser/extensions/api/developer_private/extension_info_generator_unittes t.cc', 438 'browser/extensions/api/developer_private/extension_info_generator_unittes t.cc',
439 'browser/extensions/api/device_permissions_manager_unittest.cc', 439 'browser/extensions/api/device_permissions_manager_unittest.cc',
440 'browser/extensions/api/dial/dial_device_data_unittest.cc', 440 'browser/extensions/api/dial/dial_device_data_unittest.cc',
441 'browser/extensions/api/dial/dial_registry_unittest.cc', 441 'browser/extensions/api/dial/dial_registry_unittest.cc',
442 'browser/extensions/api/dial/dial_service_unittest.cc', 442 'browser/extensions/api/dial/dial_service_unittest.cc',
443 'browser/extensions/api/downloads/downloads_api_unittest.cc',
443 'browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chrome os_unittest.cc', 444 'browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chrome os_unittest.cc',
444 'browser/extensions/api/experience_sampling_private/experience_sampling_pr ivate_api_unittest.cc', 445 'browser/extensions/api/experience_sampling_private/experience_sampling_pr ivate_api_unittest.cc',
445 'browser/extensions/api/extension_action/browser_action_unittest.cc', 446 'browser/extensions/api/extension_action/browser_action_unittest.cc',
446 'browser/extensions/api/extension_action/extension_action_prefs_unittest.c c', 447 'browser/extensions/api/extension_action/extension_action_prefs_unittest.c c',
447 'browser/extensions/api/file_handlers/api_file_handler_util_unittest.cc', 448 'browser/extensions/api/file_handlers/api_file_handler_util_unittest.cc',
448 'browser/extensions/api/file_handlers/directory_util_unittest.cc', 449 'browser/extensions/api/file_handlers/directory_util_unittest.cc',
449 'browser/extensions/api/file_handlers/mime_util_unittest.cc', 450 'browser/extensions/api/file_handlers/mime_util_unittest.cc',
450 'browser/extensions/api/file_system/file_system_api_unittest.cc', 451 'browser/extensions/api/file_system/file_system_api_unittest.cc',
451 'browser/extensions/api/identity/extension_token_key_unittest.cc', 452 'browser/extensions/api/identity/extension_token_key_unittest.cc',
452 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc', 453 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc',
(...skipping 2566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3019 'dependencies': [ 3020 'dependencies': [
3020 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3021 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3021 ], 3022 ],
3022 }], 3023 }],
3023 ], 3024 ],
3024 }, 3025 },
3025 ], 3026 ],
3026 }], 3027 }],
3027 ], # 'conditions' 3028 ], # 'conditions'
3028 } 3029 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698