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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 166573005: Rename apps::ShellWindow to apps::AppWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, nits (rename) Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/remoting/remote_desktop_browsertest.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 }], 524 }],
525 ], 525 ],
526 }, 526 },
527 }, 527 },
528 'variables': { 528 'variables': {
529 'win_use_external_manifest': 1, 529 'win_use_external_manifest': 1,
530 }, 530 },
531 'sources': [ 531 'sources': [
532 '../apps/app_keep_alive_service_unittest.cc', 532 '../apps/app_keep_alive_service_unittest.cc',
533 '../apps/app_shim/app_shim_host_mac_unittest.cc', 533 '../apps/app_shim/app_shim_host_mac_unittest.cc',
534 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
535 '../apps/app_window_geometry_cache_unittest.cc',
534 '../apps/saved_files_service_unittest.cc', 536 '../apps/saved_files_service_unittest.cc',
535 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
536 '../apps/shell_window_geometry_cache_unittest.cc',
537 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 537 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
538 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 538 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
539 '../components/autofill/content/renderer/test_password_generation_agent. cc', 539 '../components/autofill/content/renderer/test_password_generation_agent. cc',
540 '../components/autofill/content/renderer/test_password_generation_agent. h', 540 '../components/autofill/content/renderer/test_password_generation_agent. h',
541 '../extensions/browser/admin_policy_unittest.cc', 541 '../extensions/browser/admin_policy_unittest.cc',
542 '../extensions/browser/error_map_unittest.cc', 542 '../extensions/browser/error_map_unittest.cc',
543 '../extensions/browser/event_listener_map_unittest.cc', 543 '../extensions/browser/event_listener_map_unittest.cc',
544 '../extensions/browser/event_router_unittest.cc', 544 '../extensions/browser/event_router_unittest.cc',
545 '../extensions/browser/extension_error_test_util.cc', 545 '../extensions/browser/extension_error_test_util.cc',
546 '../extensions/browser/extension_error_test_util.h', 546 '../extensions/browser/extension_error_test_util.h',
(...skipping 2381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2928 'browser/ui/app_list/test/fake_profile_store.h', 2928 'browser/ui/app_list/test/fake_profile_store.h',
2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2930 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2930 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2931 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2931 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2932 ], 2932 ],
2933 }, 2933 },
2934 ], 2934 ],
2935 }], 2935 }],
2936 ], # 'conditions' 2936 ], # 'conditions'
2937 } 2937 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698