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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1186803003: Mac: Give packaged app windows their own window cycle list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (overlap with r335812 and I want a fresh CQ run) Created 5 years, 5 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
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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'browser/extensions/updater/extension_cache_fake.cc', 960 'browser/extensions/updater/extension_cache_fake.cc',
961 'browser/extensions/updater/extension_cache_fake.h', 961 'browser/extensions/updater/extension_cache_fake.h',
962 'browser/extensions/window_open_interactive_apitest.cc', 962 'browser/extensions/window_open_interactive_apitest.cc',
963 'browser/mouseleave_browsertest.cc', 963 'browser/mouseleave_browsertest.cc',
964 'browser/password_manager/password_generation_interactive_uitest.cc', 964 'browser/password_manager/password_generation_interactive_uitest.cc',
965 'browser/renderer_context_menu/render_view_context_menu_browsertest_util.c c', 965 'browser/renderer_context_menu/render_view_context_menu_browsertest_util.c c',
966 'browser/renderer_context_menu/render_view_context_menu_browsertest_util.h ', 966 'browser/renderer_context_menu/render_view_context_menu_browsertest_util.h ',
967 'browser/task_manager/task_manager_browsertest_util.cc', 967 'browser/task_manager/task_manager_browsertest_util.cc',
968 'browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc', 968 'browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc',
969 'browser/ui/browser_focus_uitest.cc', 969 'browser/ui/browser_focus_uitest.cc',
970 'browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest.mm' ,
970 'browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.mm ', 971 'browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.mm ',
971 'browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm', 972 'browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm',
972 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', 973 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm',
973 'browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc', 974 'browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.cc',
974 'browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest .cc', 975 'browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest .cc',
975 'browser/ui/exclusive_access/fullscreen_controller_state_interactive_brows ertest.cc', 976 'browser/ui/exclusive_access/fullscreen_controller_state_interactive_brows ertest.cc',
976 'browser/ui/find_bar/find_bar_host_interactive_uitest.cc', 977 'browser/ui/find_bar/find_bar_host_interactive_uitest.cc',
977 'browser/ui/omnibox/omnibox_view_browsertest.cc', 978 'browser/ui/omnibox/omnibox_view_browsertest.cc',
978 'browser/ui/panels/base_panel_browser_test.cc', 979 'browser/ui/panels/base_panel_browser_test.cc',
979 'browser/ui/panels/base_panel_browser_test.h', 980 'browser/ui/panels/base_panel_browser_test.h',
(...skipping 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after
3291 'utility', 3292 'utility',
3292 ], 3293 ],
3293 'sources': [ 3294 'sources': [
3294 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3295 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3295 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3296 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3296 ], 3297 ],
3297 }] 3298 }]
3298 }], 3299 }],
3299 ], # 'conditions' 3300 ], # 'conditions'
3300 } 3301 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest.mm ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698