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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23702017: Ensure that the AURA focused window is set correctly when the window is activated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « no previous file | ui/views/widget/desktop_aura/desktop_native_widget_aura.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 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'include_dirs': [ 200 'include_dirs': [
201 '..', 201 '..',
202 ], 202 ],
203 'defines': [ 203 'defines': [
204 'HAS_OUT_OF_PROC_TEST_RUNNER', 204 'HAS_OUT_OF_PROC_TEST_RUNNER',
205 'INTERACTIVE_TESTS', 205 'INTERACTIVE_TESTS',
206 ], 206 ],
207 'sources': [ 207 'sources': [
208 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', 208 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
209 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 209 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
210 '../ui/views/widget/widget_interactive_uitest.cc',
210 'browser/apps/app_browsertest_util.cc', 211 'browser/apps/app_browsertest_util.cc',
211 'browser/apps/app_browsertest_util.h', 212 'browser/apps/app_browsertest_util.h',
212 'browser/apps/web_view_interactive_browsertest.cc', 213 'browser/apps/web_view_interactive_browsertest.cc',
213 'browser/autofill/autofill_interactive_uitest.cc', 214 'browser/autofill/autofill_interactive_uitest.cc',
214 'browser/browser_keyevents_browsertest.cc', 215 'browser/browser_keyevents_browsertest.cc',
215 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', 216 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc',
216 'browser/extensions/api/tabs/tabs_interactive_test.cc', 217 'browser/extensions/api/tabs/tabs_interactive_test.cc',
217 'browser/extensions/extension_apitest.cc', 218 'browser/extensions/extension_apitest.cc',
218 'browser/extensions/extension_browsertest.cc', 219 'browser/extensions/extension_browsertest.cc',
219 'browser/extensions/extension_crash_recovery_browsertest.cc', 220 'browser/extensions/extension_crash_recovery_browsertest.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 ], 385 ],
385 }], 386 }],
386 ['use_aura==1', { 387 ['use_aura==1', {
387 'sources!': [ 388 'sources!': [
388 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ', 389 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ',
389 ], 390 ],
390 }], 391 }],
391 ['use_aura==0 or chromeos==1', { 392 ['use_aura==0 or chromeos==1', {
392 'sources!': [ 393 'sources!': [
393 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 394 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
395 '../ui/views/widget/widget_interactive_uitest.cc',
394 ], 396 ],
395 }], 397 }],
396 ['chromeos==1', { 398 ['chromeos==1', {
397 'dependencies': [ 399 'dependencies': [
398 '../chromeos/chromeos.gyp:chromeos', 400 '../chromeos/chromeos.gyp:chromeos',
399 ], 401 ],
400 'sources': [ 402 'sources': [
401 'browser/chromeos/input_method/keyboard_browsertest.cc', 403 'browser/chromeos/input_method/keyboard_browsertest.cc',
402 'browser/chromeos/input_method/textinput_browsertest.cc', 404 'browser/chromeos/input_method/textinput_browsertest.cc',
403 'browser/chromeos/input_method/textinput_surroundingtext_browsertest .cc', 405 'browser/chromeos/input_method/textinput_surroundingtext_browsertest .cc',
(...skipping 3069 matching lines...) Expand 10 before | Expand all | Expand 10 after
3473 'utility', 3475 'utility',
3474 ], 3476 ],
3475 'sources': [ 3477 'sources': [
3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3478 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3477 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3479 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3478 ], 3480 ],
3479 }] 3481 }]
3480 }], 3482 }],
3481 ], # 'conditions' 3483 ], # 'conditions'
3482 } 3484 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698