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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 225053004: Refactor views app list services to allow more code sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops - fix some names 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
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 2806 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 '../base/base.gyp:run_all_unittests', 2817 '../base/base.gyp:run_all_unittests',
2818 '../chrome/chrome.gyp:test_support_common', 2818 '../chrome/chrome.gyp:test_support_common',
2819 '../skia/skia.gyp:skia', 2819 '../skia/skia.gyp:skia',
2820 '../testing/gtest.gyp:gtest', 2820 '../testing/gtest.gyp:gtest',
2821 'browser_ui', 2821 'browser_ui',
2822 ], 2822 ],
2823 'sources': [ 2823 'sources': [
2824 'browser/ui/app_list/app_list_positioner_unittest.cc', 2824 'browser/ui/app_list/app_list_positioner_unittest.cc',
2825 'browser/ui/app_list/app_list_service_mac_unittest.mm', 2825 'browser/ui/app_list/app_list_service_mac_unittest.mm',
2826 'browser/ui/app_list/app_list_service_unittest.cc', 2826 'browser/ui/app_list/app_list_service_unittest.cc',
2827 'browser/ui/app_list/app_list_shower_views_unittest.cc',
2827 'browser/ui/app_list/profile_loader_unittest.cc', 2828 'browser/ui/app_list/profile_loader_unittest.cc',
2828 'browser/ui/app_list/test/app_list_shower_unittest.cc',
2829 'browser/ui/app_list/test/fake_profile.cc', 2829 'browser/ui/app_list/test/fake_profile.cc',
2830 'browser/ui/app_list/test/fake_profile.h', 2830 'browser/ui/app_list/test/fake_profile.h',
2831 'browser/ui/app_list/test/fake_profile_store.cc', 2831 'browser/ui/app_list/test/fake_profile_store.cc',
2832 'browser/ui/app_list/test/fake_profile_store.h', 2832 'browser/ui/app_list/test/fake_profile_store.h',
2833 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2833 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2834 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2834 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2835 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2835 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2836 ], 2836 ],
2837 }, 2837 },
2838 ], 2838 ],
2839 }], 2839 }],
2840 ], # 'conditions' 2840 ], # 'conditions'
2841 } 2841 }
OLDNEW
« chrome/browser/ui/views/app_list/win/app_list_win.h ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698