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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12041078: Clear the clipboard closing Incognito window (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Selection clipboard support Created 7 years, 10 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 '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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'browser/extensions/extension_pointer_lock_apitest.cc', 186 'browser/extensions/extension_pointer_lock_apitest.cc',
187 'browser/instant/instant_browsertest.cc', 187 'browser/instant/instant_browsertest.cc',
188 'browser/instant/instant_extended_browsertest.cc', 188 'browser/instant/instant_extended_browsertest.cc',
189 'browser/instant/instant_test_utils.h', 189 'browser/instant/instant_test_utils.h',
190 'browser/instant/instant_test_utils.cc', 190 'browser/instant/instant_test_utils.cc',
191 'browser/mouseleave_browsertest.cc', 191 'browser/mouseleave_browsertest.cc',
192 'browser/notifications/desktop_notifications_unittest.cc', 192 'browser/notifications/desktop_notifications_unittest.cc',
193 'browser/notifications/desktop_notifications_unittest.h', 193 'browser/notifications/desktop_notifications_unittest.h',
194 'browser/notifications/notification_browsertest.cc', 194 'browser/notifications/notification_browsertest.cc',
195 'browser/printing/print_dialog_cloud_interative_uitest.cc', 195 'browser/printing/print_dialog_cloud_interative_uitest.cc',
196 'browser/profiles/incognito_selection_clipboard_uitest.cc',
196 'browser/task_manager/task_manager_browsertest_util.cc', 197 'browser/task_manager/task_manager_browsertest_util.cc',
197 'browser/ui/browser_focus_uitest.cc', 198 'browser/ui/browser_focus_uitest.cc',
198 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', 199 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm',
199 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' , 200 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' ,
200 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte st.cc', 201 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte st.cc',
201 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 202 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
202 'browser/ui/omnibox/action_box_browsertest.cc', 203 'browser/ui/omnibox/action_box_browsertest.cc',
203 'browser/ui/omnibox/omnibox_view_browsertest.cc', 204 'browser/ui/omnibox/omnibox_view_browsertest.cc',
204 'browser/ui/panels/base_panel_browser_test.cc', 205 'browser/ui/panels/base_panel_browser_test.cc',
205 'browser/ui/panels/base_panel_browser_test.h', 206 'browser/ui/panels/base_panel_browser_test.h',
(...skipping 2807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'sync_integration_tests.isolate', 3014 'sync_integration_tests.isolate',
3014 ], 3015 ],
3015 'sources': [ 3016 'sources': [
3016 'sync_integration_tests.isolate', 3017 'sync_integration_tests.isolate',
3017 ], 3018 ],
3018 }, 3019 },
3019 ], 3020 ],
3020 }], 3021 }],
3021 ], # 'conditions' 3022 ], # 'conditions'
3022 } 3023 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698