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

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
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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1015 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1016 '../testing/gmock.gyp:gmock', 1016 '../testing/gmock.gyp:gmock',
1017 '../testing/gtest.gyp:gtest', 1017 '../testing/gtest.gyp:gtest',
1018 'test_support_common', 1018 'test_support_common',
1019 '../sync/sync.gyp:test_support_sync', 1019 '../sync/sync.gyp:test_support_sync',
1020 '../sync/sync.gyp:test_support_sync_notifier', 1020 '../sync/sync.gyp:test_support_sync_notifier',
1021 '../sync/sync.gyp:test_support_syncapi_core', 1021 '../sync/sync.gyp:test_support_syncapi_core',
1022 '../sync/sync.gyp:test_support_syncapi_service', 1022 '../sync/sync.gyp:test_support_syncapi_service',
1023 'test_support_unit', 1023 'test_support_unit',
1024 # 3) anything tests directly depend on 1024 # 3) anything tests directly depend on
1025 '../device/device.gyp:device_bluetooth_mocks',
1025 '../google_apis/google_apis.gyp:google_apis', 1026 '../google_apis/google_apis.gyp:google_apis',
1026 '../skia/skia.gyp:skia', 1027 '../skia/skia.gyp:skia',
1027 '../third_party/bzip2/bzip2.gyp:bzip2', 1028 '../third_party/bzip2/bzip2.gyp:bzip2',
1028 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1029 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1029 '../third_party/cld/cld.gyp:cld', 1030 '../third_party/cld/cld.gyp:cld',
1030 '../third_party/icu/icu.gyp:icui18n', 1031 '../third_party/icu/icu.gyp:icui18n',
1031 '../third_party/icu/icu.gyp:icuuc', 1032 '../third_party/icu/icu.gyp:icuuc',
1032 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1033 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1033 '../third_party/libjingle/libjingle.gyp:libjingle', 1034 '../third_party/libjingle/libjingle.gyp:libjingle',
1034 '../third_party/libxml/libxml.gyp:libxml', 1035 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 'browser/download/download_item_model_unittest.cc', 1277 'browser/download/download_item_model_unittest.cc',
1277 'browser/download/all_download_item_notifier_unittest.cc', 1278 'browser/download/all_download_item_notifier_unittest.cc',
1278 'browser/download/download_request_infobar_delegate_unittest.cc', 1279 'browser/download/download_request_infobar_delegate_unittest.cc',
1279 'browser/download/download_request_limiter_unittest.cc', 1280 'browser/download/download_request_limiter_unittest.cc',
1280 'browser/download/download_path_reservation_tracker_unittest.cc', 1281 'browser/download/download_path_reservation_tracker_unittest.cc',
1281 'browser/download/download_shelf_unittest.cc', 1282 'browser/download/download_shelf_unittest.cc',
1282 'browser/download/download_status_updater_unittest.cc', 1283 'browser/download/download_status_updater_unittest.cc',
1283 'browser/enumerate_modules_model_unittest_win.cc', 1284 'browser/enumerate_modules_model_unittest_win.cc',
1284 'browser/extensions/active_tab_unittest.cc', 1285 'browser/extensions/active_tab_unittest.cc',
1285 'browser/extensions/admin_policy_unittest.cc', 1286 'browser/extensions/admin_policy_unittest.cc',
1287 'browser/extensions/bluetooth_event_router_unittest.cc',
1286 'browser/extensions/api/alarms/alarms_api_unittest.cc', 1288 'browser/extensions/api/alarms/alarms_api_unittest.cc',
1287 'browser/extensions/api/api_resource_manager_unittest.cc', 1289 'browser/extensions/api/api_resource_manager_unittest.cc',
1288 'browser/extensions/api/content_settings/content_settings_store_unittest .cc', 1290 'browser/extensions/api/content_settings/content_settings_store_unittest .cc',
1289 'browser/extensions/api/content_settings/content_settings_unittest.cc', 1291 'browser/extensions/api/content_settings/content_settings_unittest.cc',
1290 'browser/extensions/api/cookies/cookies_unittest.cc', 1292 'browser/extensions/api/cookies/cookies_unittest.cc',
1291 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc', 1293 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc',
1292 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 1294 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
1293 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c', 1295 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c',
1294 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc', 1296 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc',
1295 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc', 1297 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc',
(...skipping 3662 matching lines...) Expand 10 before | Expand all | Expand 10 after
4958 'sync_integration_tests.isolate', 4960 'sync_integration_tests.isolate',
4959 ], 4961 ],
4960 'sources': [ 4962 'sources': [
4961 'sync_integration_tests.isolate', 4963 'sync_integration_tests.isolate',
4962 ], 4964 ],
4963 }, 4965 },
4964 ], 4966 ],
4965 }], 4967 }],
4966 ], # 'conditions' 4968 ], # 'conditions'
4967 } 4969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698