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

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: fix more shell and Shell refs 2 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
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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 }], 520 }],
521 ], 521 ],
522 }, 522 },
523 }, 523 },
524 'variables': { 524 'variables': {
525 'win_use_external_manifest': 1, 525 'win_use_external_manifest': 1,
526 }, 526 },
527 'sources': [ 527 'sources': [
528 '../apps/app_keep_alive_service_unittest.cc', 528 '../apps/app_keep_alive_service_unittest.cc',
529 '../apps/app_shim/app_shim_host_mac_unittest.cc', 529 '../apps/app_shim/app_shim_host_mac_unittest.cc',
530 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
531 '../apps/app_window_geometry_cache_unittest.cc',
530 '../apps/saved_files_service_unittest.cc', 532 '../apps/saved_files_service_unittest.cc',
531 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
532 '../apps/shell_window_geometry_cache_unittest.cc',
533 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 533 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
534 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 534 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
535 '../components/autofill/content/renderer/test_password_generation_agent. cc', 535 '../components/autofill/content/renderer/test_password_generation_agent. cc',
536 '../components/autofill/content/renderer/test_password_generation_agent. h', 536 '../components/autofill/content/renderer/test_password_generation_agent. h',
537 '../extensions/browser/admin_policy_unittest.cc', 537 '../extensions/browser/admin_policy_unittest.cc',
538 '../extensions/browser/error_map_unittest.cc', 538 '../extensions/browser/error_map_unittest.cc',
539 '../extensions/browser/event_listener_map_unittest.cc', 539 '../extensions/browser/event_listener_map_unittest.cc',
540 '../extensions/browser/event_router_unittest.cc', 540 '../extensions/browser/event_router_unittest.cc',
541 '../extensions/browser/extension_error_test_util.cc', 541 '../extensions/browser/extension_error_test_util.cc',
542 '../extensions/browser/extension_error_test_util.h', 542 '../extensions/browser/extension_error_test_util.h',
(...skipping 2382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 'browser/ui/app_list/test/fake_profile_store.h', 2925 'browser/ui/app_list/test/fake_profile_store.h',
2926 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2926 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2927 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2927 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2928 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2928 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2929 ], 2929 ],
2930 }, 2930 },
2931 ], 2931 ],
2932 }], 2932 }],
2933 ], # 'conditions' 2933 ], # 'conditions'
2934 } 2934 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698