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

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: Merge and compilation fixes 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
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | content/browser/browser_context.cc » ('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 '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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'browser/extensions/extension_pointer_lock_apitest.cc', 192 'browser/extensions/extension_pointer_lock_apitest.cc',
193 'browser/instant/instant_browsertest.cc', 193 'browser/instant/instant_browsertest.cc',
194 'browser/instant/instant_extended_browsertest.cc', 194 'browser/instant/instant_extended_browsertest.cc',
195 'browser/instant/instant_test_utils.h', 195 'browser/instant/instant_test_utils.h',
196 'browser/instant/instant_test_utils.cc', 196 'browser/instant/instant_test_utils.cc',
197 'browser/mouseleave_browsertest.cc', 197 'browser/mouseleave_browsertest.cc',
198 'browser/notifications/desktop_notifications_unittest.cc', 198 'browser/notifications/desktop_notifications_unittest.cc',
199 'browser/notifications/desktop_notifications_unittest.h', 199 'browser/notifications/desktop_notifications_unittest.h',
200 'browser/notifications/notification_browsertest.cc', 200 'browser/notifications/notification_browsertest.cc',
201 'browser/printing/print_dialog_cloud_interative_uitest.cc', 201 'browser/printing/print_dialog_cloud_interative_uitest.cc',
202 'browser/profiles/incognito_selection_clipboard_uitest.cc',
202 'browser/task_manager/task_manager_browsertest_util.cc', 203 'browser/task_manager/task_manager_browsertest_util.cc',
203 'browser/ui/browser_focus_uitest.cc', 204 'browser/ui/browser_focus_uitest.cc',
204 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', 205 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm',
205 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' , 206 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' ,
206 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte st.cc', 207 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte st.cc',
207 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 208 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
208 'browser/ui/omnibox/action_box_browsertest.cc', 209 'browser/ui/omnibox/action_box_browsertest.cc',
209 'browser/ui/omnibox/omnibox_view_browsertest.cc', 210 'browser/ui/omnibox/omnibox_view_browsertest.cc',
210 'browser/ui/panels/base_panel_browser_test.cc', 211 'browser/ui/panels/base_panel_browser_test.cc',
211 'browser/ui/panels/base_panel_browser_test.h', 212 'browser/ui/panels/base_panel_browser_test.h',
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
3124 # more details. 3125 # more details.
3125 'DebugInformationFormat': '3', 3126 'DebugInformationFormat': '3',
3126 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3127 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3127 }, 3128 },
3128 }, 3129 },
3129 }, 3130 },
3130 ], 3131 ],
3131 }], 3132 }],
3132 ], # 'conditions' 3133 ], # 'conditions'
3133 } 3134 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698