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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1610813003: Merge arc/common/settings.mojom into intent_helper.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 11 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/arc_bridge_service.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 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 ], 1642 ],
1643 # ChromeOS only sources of app_list. 1643 # ChromeOS only sources of app_list.
1644 'chrome_unit_tests_app_list_chromeos_sources': [ 1644 'chrome_unit_tests_app_list_chromeos_sources': [
1645 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa der_unittest.cc', 1645 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa der_unittest.cc',
1646 ], 1646 ],
1647 # ARC only sources of app_list. 1647 # ARC only sources of app_list.
1648 'chrome_unit_tests_app_list_chromeos_arc_sources': [ 1648 'chrome_unit_tests_app_list_chromeos_arc_sources': [
1649 'browser/ui/app_list/arc/arc_app_unittest.cc', 1649 'browser/ui/app_list/arc/arc_app_unittest.cc',
1650 ], 1650 ],
1651 'chrome_unit_tests_arc_settings_bridge_sources': [ 1651 'chrome_unit_tests_arc_settings_bridge_sources': [
1652 'browser/chromeos/arc/arc_settings_bridge_unittest.cc', 1652 'browser/chromeos/arc/settings_bridge_unittest.cc',
1653 ], 1653 ],
1654 # Sources for Offline pages. For now only for Android. 1654 # Sources for Offline pages. For now only for Android.
1655 'chrome_unit_tests_offline_pages_sources': [ 1655 'chrome_unit_tests_offline_pages_sources': [
1656 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', 1656 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc',
1657 'browser/android/offline_pages/offline_page_utils_unittest.cc', 1657 'browser/android/offline_pages/offline_page_utils_unittest.cc',
1658 'browser/android/offline_pages/test_offline_page_model_builder.cc', 1658 'browser/android/offline_pages/test_offline_page_model_builder.cc',
1659 'browser/android/offline_pages/test_offline_page_model_builder.h', 1659 'browser/android/offline_pages/test_offline_page_model_builder.h',
1660 ], 1660 ],
1661 }, 1661 },
1662 'targets': [ 1662 'targets': [
(...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 'dependencies': [ 3056 'dependencies': [
3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3058 ], 3058 ],
3059 }], 3059 }],
3060 ], 3060 ],
3061 }, 3061 },
3062 ], 3062 ],
3063 }], 3063 }],
3064 ], # 'conditions' 3064 ], # 'conditions'
3065 } 3065 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698