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

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: Moved the feature to 'content' layer 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 169 ],
170 'include_dirs': [ 170 'include_dirs': [
171 '..', 171 '..',
172 ], 172 ],
173 'defines': [ 173 'defines': [
174 'HAS_OUT_OF_PROC_TEST_RUNNER', 174 'HAS_OUT_OF_PROC_TEST_RUNNER',
175 'INTERACTIVE_TESTS', 175 'INTERACTIVE_TESTS',
176 ], 176 ],
177 'sources': [ 177 'sources': [
178 'browser/browser_keyevents_browsertest.cc', 178 'browser/browser_keyevents_browsertest.cc',
179 'browser/clipboard/clipboard_interactive_uitest.cc',
179 'browser/extensions/api/tabs/tabs_interactive_test.cc', 180 'browser/extensions/api/tabs/tabs_interactive_test.cc',
180 'browser/extensions/extension_apitest.cc', 181 'browser/extensions/extension_apitest.cc',
181 'browser/extensions/extension_browsertest.cc', 182 'browser/extensions/extension_browsertest.cc',
182 'browser/extensions/extension_crash_recovery_browsertest.cc', 183 'browser/extensions/extension_crash_recovery_browsertest.cc',
183 'browser/extensions/extension_function_test_utils.cc', 184 'browser/extensions/extension_function_test_utils.cc',
184 'browser/extensions/extension_keybinding_apitest.cc', 185 'browser/extensions/extension_keybinding_apitest.cc',
185 'browser/extensions/notifications_apitest.cc', 186 'browser/extensions/notifications_apitest.cc',
186 'browser/extensions/window_open_interactive_apitest.cc', 187 'browser/extensions/window_open_interactive_apitest.cc',
187 'browser/extensions/extension_pointer_lock_apitest.cc', 188 'browser/extensions/extension_pointer_lock_apitest.cc',
188 'browser/instant/instant_browsertest.cc', 189 'browser/instant/instant_browsertest.cc',
(...skipping 2801 matching lines...) Expand 10 before | Expand all | Expand 10 after
2990 'sync_integration_tests.isolate', 2991 'sync_integration_tests.isolate',
2991 ], 2992 ],
2992 'sources': [ 2993 'sources': [
2993 'sync_integration_tests.isolate', 2994 'sync_integration_tests.isolate',
2994 ], 2995 ],
2995 }, 2996 },
2996 ], 2997 ],
2997 }], 2998 }],
2998 ], # 'conditions' 2999 ], # 'conditions'
2999 } 3000 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698