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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1492423003: Rejigger ThemeService: move exposure of ThemeProvider interface to a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix that unittest 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/browser/ui/webui/theme_source.cc ('k') | chrome/test/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', 1146 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc',
1147 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c c', 1147 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c c',
1148 'browser/ui/views/location_bar/star_view_browsertest.cc', 1148 'browser/ui/views/location_bar/star_view_browsertest.cc',
1149 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', 1149 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
1150 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', 1150 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc',
1151 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', 1151 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc',
1152 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 1152 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
1153 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 1153 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
1154 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', 1154 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h',
1155 'browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc', 1155 'browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc',
1156 'browser/ui/views/toolbar/toolbar_button_test.cc',
1157 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', 1156 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc',
1158 'browser/ui/views/translate/translate_bubble_test_utils_views.cc', 1157 'browser/ui/views/translate/translate_bubble_test_utils_views.cc',
1159 ], 1158 ],
1160 'chrome_interactive_ui_test_notifications_sources': [ 1159 'chrome_interactive_ui_test_notifications_sources': [
1161 'browser/extensions/api/notifications/notifications_apitest.cc', 1160 'browser/extensions/api/notifications/notifications_apitest.cc',
1162 'browser/notifications/message_center_notifications_browsertest.cc', 1161 'browser/notifications/message_center_notifications_browsertest.cc',
1163 ], 1162 ],
1164 'chrome_interactive_ui_test_chromeos_sources': [ 1163 'chrome_interactive_ui_test_chromeos_sources': [
1165 '../ash/accelerators/accelerator_interactive_uitest_chromeos.cc', 1164 '../ash/accelerators/accelerator_interactive_uitest_chromeos.cc',
1166 'browser/chromeos/accessibility/magnification_controller_browsertest.cc', 1165 'browser/chromeos/accessibility/magnification_controller_browsertest.cc',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 # the application embedder is using. 1665 # the application embedder is using.
1667 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], 1666 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
1668 }], 1667 }],
1669 ['use_x11==1', { 1668 ['use_x11==1', {
1670 'dependencies': [ 1669 'dependencies': [
1671 '../build/linux/system.gyp:xtst', 1670 '../build/linux/system.gyp:xtst',
1672 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1671 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1673 ], 1672 ],
1674 }], 1673 }],
1675 ['OS=="linux"', { 1674 ['OS=="linux"', {
1676 # TODO(gbillock): aura linux does not support the automation for
1677 # SendMouseMoveNotifyWhenDone
1678 'sources!': [
1679 'browser/ui/views/toolbar/toolbar_button_test.cc',
1680 ],
1681 }],
1682 ['OS=="linux"', {
1683 'dependencies': [ 1675 'dependencies': [
1684 '../build/linux/system.gyp:ssl', 1676 '../build/linux/system.gyp:ssl',
1685 ], 1677 ],
1686 }, { # Non-Linux platforms (Linux includes ChromeOS here). 1678 }, { # Non-Linux platforms (Linux includes ChromeOS here).
1687 'sources': [ 1679 'sources': [
1688 '<@(chrome_interactive_ui_test_non_linux_and_chromeos_sources)', 1680 '<@(chrome_interactive_ui_test_non_linux_and_chromeos_sources)',
1689 ], 1681 ],
1690 }], 1682 }],
1691 ['OS=="linux" and chromeos==0', { 1683 ['OS=="linux" and chromeos==0', {
1692 'sources!': [ 1684 'sources!': [
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 'utility', 3510 'utility',
3519 ], 3511 ],
3520 'sources': [ 3512 'sources': [
3521 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3513 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3522 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3514 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3523 ], 3515 ],
3524 }] 3516 }]
3525 }], 3517 }],
3526 ], # 'conditions' 3518 ], # 'conditions'
3527 } 3519 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/theme_source.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698