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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 288043004: Bootstrapping device lister plus tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wifi_lib1
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'sources/': [ 426 'sources/': [
427 ['exclude', '^browser/ui/app_list/'], 427 ['exclude', '^browser/ui/app_list/'],
428 ], 428 ],
429 }], 429 }],
430 ['enable_webrtc==0', { 430 ['enable_webrtc==0', {
431 'sources!': [ 431 'sources!': [
432 'renderer/media/mock_webrtc_logging_message_filter.cc', 432 'renderer/media/mock_webrtc_logging_message_filter.cc',
433 'renderer/media/mock_webrtc_logging_message_filter.h', 433 'renderer/media/mock_webrtc_logging_message_filter.h',
434 ], 434 ],
435 }], 435 }],
436 ['enable_wifi_bootstrapping', {
437 "sources" : [
438 'browser/local_discovery/wifi/mock_wifi_manager.cc',
439 'browser/local_discovery/wifi/mock_wifi_manager.h',
440 ]
441 }]
436 ], 442 ],
437 }, 443 },
438 { 444 {
439 'target_name': 'test_support_unit', 445 'target_name': 'test_support_unit',
440 'type': 'static_library', 446 'type': 'static_library',
441 'dependencies': [ 447 'dependencies': [
442 'chrome_resources.gyp:chrome_resources', 448 'chrome_resources.gyp:chrome_resources',
443 'chrome_resources.gyp:chrome_strings', 449 'chrome_resources.gyp:chrome_strings',
444 'browser', 450 'browser',
445 'common', 451 'common',
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2707 # crbug.com/362698 2713 # crbug.com/362698
2708 'browser/chromeos/input_method/input_method_engine_unittest.cc', 2714 'browser/chromeos/input_method/input_method_engine_unittest.cc',
2709 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ', 2715 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ',
2710 ], 2716 ],
2711 }], 2717 }],
2712 ['enable_plugin_installation==0', { 2718 ['enable_plugin_installation==0', {
2713 'sources!': [ 2719 'sources!': [
2714 'browser/plugins/plugin_installer_unittest.cc', 2720 'browser/plugins/plugin_installer_unittest.cc',
2715 ], 2721 ],
2716 }], 2722 }],
2723 ['enable_wifi_bootstrapping', {
2724 'sources' : [
2725 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest .cc',
2726 ]
2727 }],
2717 ], 2728 ],
2718 }, 2729 },
2719 { 2730 {
2720 'target_name': 'chrome_app_unittests', 2731 'target_name': 'chrome_app_unittests',
2721 'type': 'executable', 2732 'type': 'executable',
2722 'dependencies': [ 2733 'dependencies': [
2723 # unit tests should only depend on 2734 # unit tests should only depend on
2724 # 1) everything that the chrome binaries depend on: 2735 # 1) everything that the chrome binaries depend on:
2725 '<@(chromium_browser_dependencies)', 2736 '<@(chromium_browser_dependencies)',
2726 '<@(chromium_child_dependencies)', 2737 '<@(chromium_child_dependencies)',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
2822 'unit_tests.isolate', 2833 'unit_tests.isolate',
2823 ], 2834 ],
2824 'sources': [ 2835 'sources': [
2825 'unit_tests.isolate', 2836 'unit_tests.isolate',
2826 ], 2837 ],
2827 }, 2838 },
2828 ], 2839 ],
2829 }], 2840 }],
2830 ], # 'conditions' 2841 ], # 'conditions'
2831 } 2842 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698