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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 265813008: ozone: Fix chromeos=1 use_ozone=1 chrome build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyp Created 6 years, 7 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_chromeos.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 2666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2677 'dependencies': [ 2677 'dependencies': [
2678 '../ui/app_list/app_list.gyp:app_list_test_support', 2678 '../ui/app_list/app_list.gyp:app_list_test_support',
2679 ], 2679 ],
2680 'sources': [ 2680 'sources': [
2681 'browser/ui/app_list/extension_app_model_builder_unittest.cc', 2681 'browser/ui/app_list/extension_app_model_builder_unittest.cc',
2682 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2682 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2683 ], 2683 ],
2684 }], 2684 }],
2685 ['use_ozone==1', { 2685 ['use_ozone==1', {
2686 'sources!': [ 2686 'sources!': [
2687 # crbug.com/354036
2688 'browser/chromeos/events/event_rewriter_unittest.cc',
2689
2687 # crbug.com/362698 2690 # crbug.com/362698
2688 'browser/chromeos/input_method/input_method_engine_unittest.cc', 2691 'browser/chromeos/input_method/input_method_engine_unittest.cc',
2689 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ', 2692 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ',
2690 ], 2693 ],
2691 'sources/': [
2692 ['exclude', '^browser/chromeos/events/'], # crbug.com/354036
2693 ],
2694 }], 2694 }],
2695 ['enable_plugin_installation==0', { 2695 ['enable_plugin_installation==0', {
2696 'sources!': [ 2696 'sources!': [
2697 'browser/plugins/plugin_installer_unittest.cc', 2697 'browser/plugins/plugin_installer_unittest.cc',
2698 ], 2698 ],
2699 }], 2699 }],
2700 ], 2700 ],
2701 }, 2701 },
2702 { 2702 {
2703 'target_name': 'chrome_app_unittests', 2703 'target_name': 'chrome_app_unittests',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2857 'browser/ui/app_list/test/fake_profile_store.h', 2857 'browser/ui/app_list/test/fake_profile_store.h',
2858 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2858 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2859 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2859 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2860 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2860 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2861 ], 2861 ],
2862 }, 2862 },
2863 ], 2863 ],
2864 }], 2864 }],
2865 ], # 'conditions' 2865 ], # 'conditions'
2866 } 2866 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698