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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 444523003: Support IME extensions for Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compiling failures. Created 6 years, 4 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 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 2747 matching lines...) Expand 10 before | Expand all | Expand 10 after
2758 'sources/': [ 2758 'sources/': [
2759 ['exclude', '^browser/apps/drive/'], 2759 ['exclude', '^browser/apps/drive/'],
2760 ['exclude', '^browser/ui/app_list/'], 2760 ['exclude', '^browser/ui/app_list/'],
2761 ['exclude', '^browser/ui/views/app_list/'], 2761 ['exclude', '^browser/ui/views/app_list/'],
2762 ], 2762 ],
2763 }], 2763 }],
2764 ['use_ozone==1', { 2764 ['use_ozone==1', {
2765 'sources!': [ 2765 'sources!': [
2766 # crbug.com/354036 2766 # crbug.com/354036
2767 'browser/chromeos/events/event_rewriter_unittest.cc', 2767 'browser/chromeos/events/event_rewriter_unittest.cc',
2768
2769 # crbug.com/362698
2770 'browser/chromeos/input_method/input_method_engine_unittest.cc',
2771 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ',
2772 ], 2768 ],
2773 }], 2769 }],
2774 ['enable_plugin_installation==0', { 2770 ['enable_plugin_installation==0', {
2775 'sources!': [ 2771 'sources!': [
2776 'browser/plugins/plugin_installer_unittest.cc', 2772 'browser/plugins/plugin_installer_unittest.cc',
2777 ], 2773 ],
2778 }], 2774 }],
2779 ['enable_wifi_bootstrapping', { 2775 ['enable_wifi_bootstrapping', {
2780 'sources' : [ 2776 'sources' : [
2781 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest .cc', 2777 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest .cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 'dependencies': [ 2893 'dependencies': [
2898 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2899 ], 2895 ],
2900 }], 2896 }],
2901 ], 2897 ],
2902 }, 2898 },
2903 ], 2899 ],
2904 }], 2900 }],
2905 ], # 'conditions' 2901 ], # 'conditions'
2906 } 2902 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698