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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11421125: Implement polling part of DriveFileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years 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
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 '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 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 'browser/ui/window_sizer/window_sizer_unittest.cc', 2110 'browser/ui/window_sizer/window_sizer_unittest.cc',
2111 'test/base/browser_with_test_window_test.cc', 2111 'test/base/browser_with_test_window_test.cc',
2112 'test/base/browser_with_test_window_test.h', 2112 'test/base/browser_with_test_window_test.h',
2113 'test/base/test_browser_window.h', 2113 'test/base/test_browser_window.h',
2114 2114
2115 'browser/sessions/persistent_tab_restore_service_browsertest.cc', 2115 'browser/sessions/persistent_tab_restore_service_browsertest.cc',
2116 'browser/sessions/session_backend_unittest.cc', 2116 'browser/sessions/session_backend_unittest.cc',
2117 2117
2118 # Test files cannot be opened on Android. 2118 # Test files cannot be opened on Android.
2119 'browser/google_apis/gdata_wapi_operations_unittest.cc', 2119 'browser/google_apis/gdata_wapi_operations_unittest.cc',
2120 'browser/google_apis/gdata_wapi_parser_unittest.cc',
2120 ], 2121 ],
2121 'sources/': [ 2122 'sources/': [
2122 ['exclude', '^browser/captive_portal/'], 2123 ['exclude', '^browser/captive_portal/'],
2123 ['exclude', '^browser/chrome_to_mobile'], 2124 ['exclude', '^browser/chrome_to_mobile'],
2124 ['exclude', '^browser/first_run/'], 2125 ['exclude', '^browser/first_run/'],
2125 ['exclude', '^browser/importer/'], 2126 ['exclude', '^browser/importer/'],
2126 ['exclude', '^browser/lifetime/'], 2127 ['exclude', '^browser/lifetime/'],
2127 ['exclude', '^browser/speech/'], 2128 ['exclude', '^browser/speech/'],
2128 ['exclude', '^browser/sync/glue/app_'], 2129 ['exclude', '^browser/sync/glue/app_'],
2129 ['exclude', '^browser/sync/glue/extension_'], 2130 ['exclude', '^browser/sync/glue/extension_'],
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
2301 'unit_tests.isolate', 2302 'unit_tests.isolate',
2302 ], 2303 ],
2303 'sources': [ 2304 'sources': [
2304 'unit_tests.isolate', 2305 'unit_tests.isolate',
2305 ], 2306 ],
2306 }, 2307 },
2307 ], 2308 ],
2308 }], 2309 }],
2309 ], # 'conditions' 2310 ], # 'conditions'
2310 } 2311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698