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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11414018: [zoom bubble] Add tests for ZoomController::UpdateState() handling empty hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'browser/ui/webui/sync_internals_ui_unittest.cc', 1408 'browser/ui/webui/sync_internals_ui_unittest.cc',
1409 'browser/ui/webui/sync_setup_handler_unittest.cc', 1409 'browser/ui/webui/sync_setup_handler_unittest.cc',
1410 'browser/ui/webui/theme_source_unittest.cc', 1410 'browser/ui/webui/theme_source_unittest.cc',
1411 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1411 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
1412 'browser/ui/webui/web_ui_unittest.cc', 1412 'browser/ui/webui/web_ui_unittest.cc',
1413 'browser/ui/webui/web_ui_util_unittest.cc', 1413 'browser/ui/webui/web_ui_util_unittest.cc',
1414 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 1414 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
1415 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 1415 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
1416 'browser/ui/window_sizer/window_sizer_unittest.cc', 1416 'browser/ui/window_sizer/window_sizer_unittest.cc',
1417 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1417 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1418 'browser/ui/zoom/zoom_controller_unittest.cc',
1418 'browser/chrome_to_mobile_service_unittest.cc', 1419 'browser/chrome_to_mobile_service_unittest.cc',
1419 'browser/user_style_sheet_watcher_unittest.cc', 1420 'browser/user_style_sheet_watcher_unittest.cc',
1420 'browser/value_store/leveldb_value_store_unittest.cc', 1421 'browser/value_store/leveldb_value_store_unittest.cc',
1421 'browser/value_store/policy_value_store_unittest.cc', 1422 'browser/value_store/policy_value_store_unittest.cc',
1422 'browser/value_store/testing_value_store_unittest.cc', 1423 'browser/value_store/testing_value_store_unittest.cc',
1423 'browser/value_store/value_store_change_unittest.cc', 1424 'browser/value_store/value_store_change_unittest.cc',
1424 'browser/value_store/value_store_frontend_unittest.cc', 1425 'browser/value_store/value_store_frontend_unittest.cc',
1425 'browser/value_store/value_store_unittest.cc', 1426 'browser/value_store/value_store_unittest.cc',
1426 'browser/value_store/value_store_unittest.h', 1427 'browser/value_store/value_store_unittest.h',
1427 'browser/visitedlink/visitedlink_unittest.cc', 1428 'browser/visitedlink/visitedlink_unittest.cc',
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 'unit_tests.isolate', 2284 'unit_tests.isolate',
2284 ], 2285 ],
2285 'sources': [ 2286 'sources': [
2286 'unit_tests.isolate', 2287 'unit_tests.isolate',
2287 ], 2288 ],
2288 }, 2289 },
2289 ], 2290 ],
2290 }], 2291 }],
2291 ], # 'conditions' 2292 ], # 'conditions'
2292 } 2293 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698