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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11369055: Delayed adding BluetoothEventRouter as BluetoothAdapter observer until when the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed BluetoothApiTest. 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/extensions/extension_service.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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1016 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1017 '../testing/gmock.gyp:gmock', 1017 '../testing/gmock.gyp:gmock',
1018 '../testing/gtest.gyp:gtest', 1018 '../testing/gtest.gyp:gtest',
1019 'test_support_common', 1019 'test_support_common',
1020 '../sync/sync.gyp:test_support_sync', 1020 '../sync/sync.gyp:test_support_sync',
1021 '../sync/sync.gyp:test_support_sync_notifier', 1021 '../sync/sync.gyp:test_support_sync_notifier',
1022 '../sync/sync.gyp:test_support_syncapi_core', 1022 '../sync/sync.gyp:test_support_syncapi_core',
1023 '../sync/sync.gyp:test_support_syncapi_service', 1023 '../sync/sync.gyp:test_support_syncapi_service',
1024 'test_support_unit', 1024 'test_support_unit',
1025 # 3) anything tests directly depend on 1025 # 3) anything tests directly depend on
1026 '../device/device.gyp:device_bluetooth_mocks',
1026 '../google_apis/google_apis.gyp:google_apis', 1027 '../google_apis/google_apis.gyp:google_apis',
1027 '../skia/skia.gyp:skia', 1028 '../skia/skia.gyp:skia',
1028 '../third_party/bzip2/bzip2.gyp:bzip2', 1029 '../third_party/bzip2/bzip2.gyp:bzip2',
1029 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1030 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1030 '../third_party/cld/cld.gyp:cld', 1031 '../third_party/cld/cld.gyp:cld',
1031 '../third_party/icu/icu.gyp:icui18n', 1032 '../third_party/icu/icu.gyp:icui18n',
1032 '../third_party/icu/icu.gyp:icuuc', 1033 '../third_party/icu/icu.gyp:icuuc',
1033 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1034 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1034 '../third_party/libjingle/libjingle.gyp:libjingle', 1035 '../third_party/libjingle/libjingle.gyp:libjingle',
1035 '../third_party/libxml/libxml.gyp:libxml', 1036 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 'browser/download/download_item_model_unittest.cc', 1278 'browser/download/download_item_model_unittest.cc',
1278 'browser/download/all_download_item_notifier_unittest.cc', 1279 'browser/download/all_download_item_notifier_unittest.cc',
1279 'browser/download/download_request_infobar_delegate_unittest.cc', 1280 'browser/download/download_request_infobar_delegate_unittest.cc',
1280 'browser/download/download_request_limiter_unittest.cc', 1281 'browser/download/download_request_limiter_unittest.cc',
1281 'browser/download/download_path_reservation_tracker_unittest.cc', 1282 'browser/download/download_path_reservation_tracker_unittest.cc',
1282 'browser/download/download_shelf_unittest.cc', 1283 'browser/download/download_shelf_unittest.cc',
1283 'browser/download/download_status_updater_unittest.cc', 1284 'browser/download/download_status_updater_unittest.cc',
1284 'browser/enumerate_modules_model_unittest_win.cc', 1285 'browser/enumerate_modules_model_unittest_win.cc',
1285 'browser/extensions/active_tab_unittest.cc', 1286 'browser/extensions/active_tab_unittest.cc',
1286 'browser/extensions/admin_policy_unittest.cc', 1287 'browser/extensions/admin_policy_unittest.cc',
1288 'browser/extensions/bluetooth_event_router_unittest.cc',
1287 'browser/extensions/api/alarms/alarms_api_unittest.cc', 1289 'browser/extensions/api/alarms/alarms_api_unittest.cc',
1288 'browser/extensions/api/api_resource_manager_unittest.cc', 1290 'browser/extensions/api/api_resource_manager_unittest.cc',
1289 'browser/extensions/api/content_settings/content_settings_store_unittest .cc', 1291 'browser/extensions/api/content_settings/content_settings_store_unittest .cc',
1290 'browser/extensions/api/content_settings/content_settings_unittest.cc', 1292 'browser/extensions/api/content_settings/content_settings_unittest.cc',
1291 'browser/extensions/api/cookies/cookies_unittest.cc', 1293 'browser/extensions/api/cookies/cookies_unittest.cc',
1292 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc', 1294 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc',
1293 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 1295 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
1294 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c', 1296 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c',
1295 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc', 1297 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc',
1296 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc', 1298 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc',
(...skipping 3678 matching lines...) Expand 10 before | Expand all | Expand 10 after
4975 'sync_integration_tests.isolate', 4977 'sync_integration_tests.isolate',
4976 ], 4978 ],
4977 'sources': [ 4979 'sources': [
4978 'sync_integration_tests.isolate', 4980 'sync_integration_tests.isolate',
4979 ], 4981 ],
4980 }, 4982 },
4981 ], 4983 ],
4982 }], 4984 }],
4983 ], # 'conditions' 4985 ], # 'conditions'
4984 } 4986 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698