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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10871011: Move common app_list delegate code to chrome/browser/ui/app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test file only in chrome Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_notification_types.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 'browser/sync/test/test_http_bridge_factory.cc', 1650 'browser/sync/test/test_http_bridge_factory.cc',
1651 'browser/sync/test/test_http_bridge_factory.h', 1651 'browser/sync/test/test_http_bridge_factory.h',
1652 'browser/sync/test_profile_sync_service.cc', 1652 'browser/sync/test_profile_sync_service.cc',
1653 'browser/sync/test_profile_sync_service.h', 1653 'browser/sync/test_profile_sync_service.h',
1654 'browser/tab_contents/render_view_context_menu_unittest.cc', 1654 'browser/tab_contents/render_view_context_menu_unittest.cc',
1655 'browser/tab_contents/thumbnail_generator_unittest.cc', 1655 'browser/tab_contents/thumbnail_generator_unittest.cc',
1656 'browser/task_manager/task_manager_unittest.cc', 1656 'browser/task_manager/task_manager_unittest.cc',
1657 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1657 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1658 'browser/themes/browser_theme_pack_unittest.cc', 1658 'browser/themes/browser_theme_pack_unittest.cc',
1659 'browser/themes/theme_service_unittest.cc', 1659 'browser/themes/theme_service_unittest.cc',
1660 'browser/ui/ash/app_list/apps_model_builder_unittest.cc',
1661 'browser/ui/ash/event_rewriter_unittest.cc', 1660 'browser/ui/ash/event_rewriter_unittest.cc',
1662 'browser/ui/ash/ime_controller_chromeos_unittest.cc', 1661 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
1663 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', 1662 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc',
1664 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', 1663 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc',
1665 'browser/ui/ash/window_positioner_unittest.cc', 1664 'browser/ui/ash/window_positioner_unittest.cc',
1666 'browser/ui/auto_login_prompter_unittest.cc', 1665 'browser/ui/auto_login_prompter_unittest.cc',
1667 'browser/ui/browser_unittest.cc', 1666 'browser/ui/browser_unittest.cc',
1668 'browser/ui/chrome_select_file_policy_unittest.cc', 1667 'browser/ui/chrome_select_file_policy_unittest.cc',
1669 # It is safe to list */cocoa/* files in the "common" file list 1668 # It is safe to list */cocoa/* files in the "common" file list
1670 # without an explicit exclusion since gyp is smart enough to 1669 # without an explicit exclusion since gyp is smart enough to
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
2119 # build time dependency. 2118 # build time dependency.
2120 '../v8/tools/gyp/v8.gyp:v8_shell#host', 2119 '../v8/tools/gyp/v8.gyp:v8_shell#host',
2121 ], 2120 ],
2122 }], 2121 }],
2123 ['enable_extensions==0', { 2122 ['enable_extensions==0', {
2124 'sources/': [ 2123 'sources/': [
2125 ['exclude', '^browser/extensions/api/'], 2124 ['exclude', '^browser/extensions/api/'],
2126 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'], 2125 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'],
2127 ], 2126 ],
2128 }], 2127 }],
2128 ['use_ash==1', {
2129 'sources': [
2130 'browser/ui/app_list/apps_model_builder_unittest.cc',
2131 ],
2132 }],
2129 ['use_aura==1', { 2133 ['use_aura==1', {
2130 'dependencies': [ 2134 'dependencies': [
2131 '../ui/aura/aura.gyp:test_support_aura', 2135 '../ui/aura/aura.gyp:test_support_aura',
2132 ], 2136 ],
2133 'sources/': [ 2137 'sources/': [
2134 ['exclude', '^browser/automation/automation_provider_unittest.cc'], 2138 ['exclude', '^browser/automation/automation_provider_unittest.cc'],
2135 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'], 2139 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'],
2136 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2140 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2137 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'], 2141 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'],
2138 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'], 2142 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'],
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
4714 '--result', '<@(_outputs)', 4718 '--result', '<@(_outputs)',
4715 '--isolate', 'browser_tests.isolate', 4719 '--isolate', 'browser_tests.isolate',
4716 ], 4720 ],
4717 }, 4721 },
4718 ], 4722 ],
4719 }, 4723 },
4720 ], 4724 ],
4721 }], 4725 }],
4722 ], # 'conditions' 4726 ], # 'conditions'
4723 } 4727 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698