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

Side by Side Diff: components/components_tests.gyp

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Fix build 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'variations/variations_seed_processor_unittest.cc', 952 'variations/variations_seed_processor_unittest.cc',
953 'variations/variations_seed_simulator_unittest.cc', 953 'variations/variations_seed_simulator_unittest.cc',
954 'variations/variations_seed_store_unittest.cc', 954 'variations/variations_seed_store_unittest.cc',
955 ], 955 ],
956 'visitedlink_unittest_sources': [ 956 'visitedlink_unittest_sources': [
957 'visitedlink/test/visitedlink_unittest.cc', 957 'visitedlink/test/visitedlink_unittest.cc',
958 ], 958 ],
959 'wallpaper_unittest_sources': [ 959 'wallpaper_unittest_sources': [
960 'wallpaper/wallpaper_resizer_unittest.cc', 960 'wallpaper/wallpaper_resizer_unittest.cc',
961 ], 961 ],
962 'web_bluetooth_unittest_sources': [
963 'web_bluetooth/web_bluetooth_device_id_unittest.cc',
964 ],
962 'web_cache_unittest_sources': [ 965 'web_cache_unittest_sources': [
963 'web_cache/browser/web_cache_manager_unittest.cc', 966 'web_cache/browser/web_cache_manager_unittest.cc',
964 ], 967 ],
965 'web_modal_unittest_sources': [ 968 'web_modal_unittest_sources': [
966 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 969 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
967 ], 970 ],
968 'web_resource_unittest_sources': [ 971 'web_resource_unittest_sources': [
969 'web_resource/eula_accepted_notifier_unittest.cc', 972 'web_resource/eula_accepted_notifier_unittest.cc',
970 'web_resource/resource_request_allowed_notifier_unittest.cc', 973 'web_resource/resource_request_allowed_notifier_unittest.cc',
971 ], 974 ],
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 '<@(power_unittest_sources)', 1329 '<@(power_unittest_sources)',
1327 '<@(safe_browsing_db_unittest_sources)', 1330 '<@(safe_browsing_db_unittest_sources)',
1328 '<@(safe_json_unittest_sources)', 1331 '<@(safe_json_unittest_sources)',
1329 '<@(scheduler_unittest_sources)', 1332 '<@(scheduler_unittest_sources)',
1330 '<@(storage_monitor_unittest_sources)', 1333 '<@(storage_monitor_unittest_sources)',
1331 '<@(subresource_filter_content_browser_unittest_sources)', 1334 '<@(subresource_filter_content_browser_unittest_sources)',
1332 '<@(tracing_unittest_sources)', 1335 '<@(tracing_unittest_sources)',
1333 '<@(visitedlink_unittest_sources)', 1336 '<@(visitedlink_unittest_sources)',
1334 '<@(wallpaper_unittest_sources)', 1337 '<@(wallpaper_unittest_sources)',
1335 '<@(web_cache_unittest_sources)', 1338 '<@(web_cache_unittest_sources)',
1339 '<@(web_bluetooth_unittest_sources)',
1336 '<@(webcrypto_unittest_sources)', 1340 '<@(webcrypto_unittest_sources)',
1337 '<@(web_modal_unittest_sources)', 1341 '<@(web_modal_unittest_sources)',
1338 '<@(zoom_unittest_sources)', 1342 '<@(zoom_unittest_sources)',
1339 ], 1343 ],
1340 'dependencies': [ 1344 'dependencies': [
1341 '../content/content_shell_and_tests.gyp:test_support_content', 1345 '../content/content_shell_and_tests.gyp:test_support_content',
1342 '../skia/skia.gyp:skia', 1346 '../skia/skia.gyp:skia',
1343 'components.gyp:autofill_content_browser', 1347 'components.gyp:autofill_content_browser',
1344 'components.gyp:autofill_content_renderer', 1348 'components.gyp:autofill_content_renderer',
1345 'components.gyp:autofill_content_test_support', 1349 'components.gyp:autofill_content_test_support',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'dependencies': [ 2050 'dependencies': [
2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2051 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2048 ], 2052 ],
2049 }], 2053 }],
2050 ], 2054 ],
2051 }, 2055 },
2052 ], 2056 ],
2053 }], 2057 }],
2054 ], 2058 ],
2055 } 2059 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698