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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing links to BUILD.gn Created 5 years 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_ui.gypi ('k') | chrome/common/pref_names.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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 'browser/ui/app_list/test/fake_profile.cc', 1641 'browser/ui/app_list/test/fake_profile.cc',
1642 'browser/ui/app_list/test/fake_profile.h', 1642 'browser/ui/app_list/test/fake_profile.h',
1643 'browser/ui/app_list/test/fake_profile_store.cc', 1643 'browser/ui/app_list/test/fake_profile_store.cc',
1644 'browser/ui/app_list/test/fake_profile_store.h', 1644 'browser/ui/app_list/test/fake_profile_store.h',
1645 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 1645 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
1646 ], 1646 ],
1647 # ChromeOS only sources of app_list. 1647 # ChromeOS only sources of app_list.
1648 'chrome_unit_tests_app_list_chromeos_sources': [ 1648 'chrome_unit_tests_app_list_chromeos_sources': [
1649 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa der_unittest.cc', 1649 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa der_unittest.cc',
1650 ], 1650 ],
1651 # ARC only sources of app_list.
1652 'chrome_unit_tests_app_list_chromeos_arc_sources': [
1653 'browser/ui/app_list/arc/arc_app_unittest.cc',
1654 ],
1651 # Sources for Offline pages. For now only for Android. 1655 # Sources for Offline pages. For now only for Android.
1652 'chrome_unit_tests_offline_pages_sources': [ 1656 'chrome_unit_tests_offline_pages_sources': [
1653 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', 1657 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc',
1654 ], 1658 ],
1655 }, 1659 },
1656 'targets': [ 1660 'targets': [
1657 { 1661 {
1658 # This target contains mocks and test utilities that don't belong in 1662 # This target contains mocks and test utilities that don't belong in
1659 # production libraries but are used by more than one test executable. 1663 # production libraries but are used by more than one test executable.
1660 # 1664 #
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2760 }], 2764 }],
2761 ['enable_app_list==1', { 2765 ['enable_app_list==1', {
2762 'sources': [ '<@(chrome_unit_tests_app_list_sources)' ], 2766 'sources': [ '<@(chrome_unit_tests_app_list_sources)' ],
2763 'dependencies': [ 2767 'dependencies': [
2764 '../ui/app_list/app_list.gyp:app_list_test_support', 2768 '../ui/app_list/app_list.gyp:app_list_test_support',
2765 ], 2769 ],
2766 }], 2770 }],
2767 ['enable_app_list==1 and chromeos==1', { 2771 ['enable_app_list==1 and chromeos==1', {
2768 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ], 2772 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ],
2769 }], 2773 }],
2774 ['enable_app_list==1 and chromeos==1', {
2775 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_arc_sources)' ],
2776 'dependencies': [
2777 '../components/components.gyp:arc_test_support',
2778 ],
2779 }],
2770 ['enable_plugin_installation==0', { 2780 ['enable_plugin_installation==0', {
2771 'sources!': [ 2781 'sources!': [
2772 'browser/plugins/plugin_installer_unittest.cc', 2782 'browser/plugins/plugin_installer_unittest.cc',
2773 ], 2783 ],
2774 }], 2784 }],
2775 ['safe_browsing==1 and OS=="mac"', { 2785 ['safe_browsing==1 and OS=="mac"', {
2776 'actions': [ 2786 'actions': [
2777 { 2787 {
2778 'action_name': 'Generate safe_browsing DMG test data', 2788 'action_name': 'Generate safe_browsing DMG test data',
2779 'variables': { 2789 'variables': {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
3008 'dependencies': [ 3018 'dependencies': [
3009 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3019 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3010 ], 3020 ],
3011 }], 3021 }],
3012 ], 3022 ],
3013 }, 3023 },
3014 ], 3024 ],
3015 }], 3025 }],
3016 ], # 'conditions' 3026 ], # 'conditions'
3017 } 3027 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698