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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11428130: Rename test_support_ash and test_support_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('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 '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 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 ['exclude', '^browser/extensions/api/'], 1726 ['exclude', '^browser/extensions/api/'],
1727 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'], 1727 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'],
1728 ], 1728 ],
1729 }], 1729 }],
1730 ['use_ash==1', { 1730 ['use_ash==1', {
1731 'sources': [ 1731 'sources': [
1732 'browser/ui/app_list/apps_model_builder_unittest.cc', 1732 'browser/ui/app_list/apps_model_builder_unittest.cc',
1733 ], 1733 ],
1734 'dependencies': [ 1734 'dependencies': [
1735 '../ash/ash.gyp:ash_resources', 1735 '../ash/ash.gyp:ash_resources',
1736 '../ash/ash.gyp:test_support_ash', 1736 '../ash/ash.gyp:ash_test_support',
1737 ], 1737 ],
1738 # We eventually want to compile both in Win Aura builds, see 1738 # We eventually want to compile both in Win Aura builds, see
1739 # http://crbug.com/155545. 1739 # http://crbug.com/155545.
1740 'conditions': [ 1740 'conditions': [
1741 ['OS=="win"', { 1741 ['OS=="win"', {
1742 'sources!': [ 1742 'sources!': [
1743 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 1743 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
1744 ], 1744 ],
1745 }, { # else: OS!=win 1745 }, { # else: OS!=win
1746 'sources!': [ 1746 'sources!': [
1747 'browser/ui/window_sizer/window_sizer_unittest.cc', 1747 'browser/ui/window_sizer/window_sizer_unittest.cc',
1748 ], 1748 ],
1749 }], 1749 }],
1750 ], 1750 ],
1751 }], 1751 }],
1752 ['use_aura==1', { 1752 ['use_aura==1', {
1753 'dependencies': [ 1753 'dependencies': [
1754 '../ui/aura/aura.gyp:test_support_aura', 1754 '../ui/aura/aura.gyp:aura_test_support',
1755 ], 1755 ],
1756 'sources/': [ 1756 'sources/': [
1757 ['exclude', '^browser/automation/automation_provider_unittest.cc'], 1757 ['exclude', '^browser/automation/automation_provider_unittest.cc'],
1758 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 1758 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
1759 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'], 1759 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'],
1760 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'], 1760 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'],
1761 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], 1761 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
1762 ], 1762 ],
1763 }], 1763 }],
1764 ['enable_task_manager==0', { 1764 ['enable_task_manager==0', {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 ['use_gnome_keyring == 0', { 1917 ['use_gnome_keyring == 0', {
1918 # Disable the GNOME Keyring tests if we are not using it. 1918 # Disable the GNOME Keyring tests if we are not using it.
1919 'sources!': [ 1919 'sources!': [
1920 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1920 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1921 ], 1921 ],
1922 }], 1922 }],
1923 ['OS=="linux" and use_aura==1', { 1923 ['OS=="linux" and use_aura==1', {
1924 'dependencies': [ 1924 'dependencies': [
1925 '../build/linux/system.gyp:dbus', 1925 '../build/linux/system.gyp:dbus',
1926 '../dbus/dbus.gyp:dbus_test_support', 1926 '../dbus/dbus.gyp:dbus_test_support',
1927 '../ui/aura/aura.gyp:test_support_aura', 1927 '../ui/aura/aura.gyp:aura_test_support',
1928 ], 1928 ],
1929 }], 1929 }],
1930 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { 1930 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', {
1931 'configurations': { 1931 'configurations': {
1932 'Release': { 1932 'Release': {
1933 'ldflags': [ 1933 'ldflags': [
1934 '-Wl,--strip-debug', 1934 '-Wl,--strip-debug',
1935 ], 1935 ],
1936 }, 1936 },
1937 }, 1937 },
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
2294 'unit_tests.isolate', 2294 'unit_tests.isolate',
2295 ], 2295 ],
2296 'sources': [ 2296 'sources': [
2297 'unit_tests.isolate', 2297 'unit_tests.isolate',
2298 ], 2298 ],
2299 }, 2299 },
2300 ], 2300 ],
2301 }], 2301 }],
2302 ], # 'conditions' 2302 ], # 'conditions'
2303 } 2303 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698