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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 217423002: Removes Experimental hotword-always-on feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list_switches.h » ('j') | 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 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2719 'dependencies': [ 2719 'dependencies': [
2720 '../third_party/cld/cld.gyp:cld', 2720 '../third_party/cld/cld.gyp:cld',
2721 ], 2721 ],
2722 }], 2722 }],
2723 ['enable_app_list==1', { 2723 ['enable_app_list==1', {
2724 'dependencies': [ 2724 'dependencies': [
2725 '../ui/app_list/app_list.gyp:app_list_test_support', 2725 '../ui/app_list/app_list.gyp:app_list_test_support',
2726 ], 2726 ],
2727 'sources': [ 2727 'sources': [
2728 'browser/ui/app_list/extension_app_model_builder_unittest.cc', 2728 'browser/ui/app_list/extension_app_model_builder_unittest.cc',
2729 'browser/ui/app_list/hotword_background_activity_monitor_unittest.cc ',
2730 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2729 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2731 ], 2730 ],
2732 }], 2731 }],
2733 ], 2732 ],
2734 }, 2733 },
2735 { 2734 {
2736 'target_name': 'chrome_app_unittests', 2735 'target_name': 'chrome_app_unittests',
2737 'type': 'executable', 2736 'type': 'executable',
2738 'dependencies': [ 2737 'dependencies': [
2739 # unit tests should only depend on 2738 # unit tests should only depend on
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 'browser/ui/app_list/test/fake_profile_store.h', 2892 'browser/ui/app_list/test/fake_profile_store.h',
2894 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2893 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2895 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2894 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2896 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2895 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2897 ], 2896 ],
2898 }, 2897 },
2899 ], 2898 ],
2900 }], 2899 }],
2901 ], # 'conditions' 2900 ], # 'conditions'
2902 } 2901 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698