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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 486153002: Move AppWindow related classes to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/browser/ui/apps/chrome_app_delegate.h ('k') | extensions/DEPS » ('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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'conditions': [ 508 'conditions': [
509 ['incremental_chrome_dll==1', { 509 ['incremental_chrome_dll==1', {
510 'UseLibraryDependencyInputs': "true", 510 'UseLibraryDependencyInputs': "true",
511 }], 511 }],
512 ], 512 ],
513 }, 513 },
514 }, 514 },
515 'sources': [ 515 'sources': [
516 '../apps/app_shim/app_shim_host_mac_unittest.cc', 516 '../apps/app_shim/app_shim_host_mac_unittest.cc',
517 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 517 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
518 '../apps/app_window_geometry_cache_unittest.cc',
519 '../apps/saved_files_service_unittest.cc', 518 '../apps/saved_files_service_unittest.cc',
520 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 519 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
521 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 520 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
522 '../components/autofill/content/renderer/test_password_generation_agent. cc', 521 '../components/autofill/content/renderer/test_password_generation_agent. cc',
523 '../components/autofill/content/renderer/test_password_generation_agent. h', 522 '../components/autofill/content/renderer/test_password_generation_agent. h',
524 # TODO(tfarina): Move these entries over to extensions_unittests target. 523 # TODO(tfarina): Move these entries over to extensions_unittests target.
525 # http://crbug.com/348066. They are duplicated here because we haven't 524 # http://crbug.com/348066. They are duplicated here because we haven't
526 # extensions_unittests running in the bots yet. Until that happens, 525 # extensions_unittests running in the bots yet. Until that happens,
527 # they should be kept here. 526 # they should be kept here.
528 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', 527 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc',
529 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', 528 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc',
530 '../extensions/browser/api/cast_channel/logger_unittest.cc', 529 '../extensions/browser/api/cast_channel/logger_unittest.cc',
531 '../extensions/browser/api/power/power_api_unittest.cc', 530 '../extensions/browser/api/power/power_api_unittest.cc',
532 '../extensions/browser/api/storage/settings_quota_unittest.cc', 531 '../extensions/browser/api/storage/settings_quota_unittest.cc',
533 '../extensions/browser/api/storage/settings_test_util.cc', 532 '../extensions/browser/api/storage/settings_test_util.cc',
534 '../extensions/browser/api/storage/settings_test_util.h', 533 '../extensions/browser/api/storage/settings_test_util.h',
535 '../extensions/browser/api/storage/storage_api_unittest.cc', 534 '../extensions/browser/api/storage/storage_api_unittest.cc',
536 '../extensions/browser/api/storage/storage_frontend_unittest.cc', 535 '../extensions/browser/api/storage/storage_frontend_unittest.cc',
536 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc' ,
537 '../extensions/browser/error_map_unittest.cc', 537 '../extensions/browser/error_map_unittest.cc',
538 '../extensions/browser/extension_error_test_util.cc', 538 '../extensions/browser/extension_error_test_util.cc',
539 '../extensions/browser/extension_error_test_util.h', 539 '../extensions/browser/extension_error_test_util.h',
540 '../extensions/browser/extension_icon_image_unittest.cc', 540 '../extensions/browser/extension_icon_image_unittest.cc',
541 '../extensions/browser/extension_protocols_unittest.cc', 541 '../extensions/browser/extension_protocols_unittest.cc',
542 '../extensions/browser/info_map_unittest.cc', 542 '../extensions/browser/info_map_unittest.cc',
543 '../extensions/common/extension_l10n_util_unittest.cc', 543 '../extensions/common/extension_l10n_util_unittest.cc',
544 '../extensions/common/extension_resource_unittest.cc', 544 '../extensions/common/extension_resource_unittest.cc',
545 '../extensions/common/extension_set_unittest.cc', 545 '../extensions/common/extension_set_unittest.cc',
546 '../extensions/common/features/base_feature_provider_unittest.cc', 546 '../extensions/common/features/base_feature_provider_unittest.cc',
(...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'dependencies': [ 2885 'dependencies': [
2886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2887 ], 2887 ],
2888 }], 2888 }],
2889 ], 2889 ],
2890 }, 2890 },
2891 ], 2891 ],
2892 }], 2892 }],
2893 ], # 'conditions' 2893 ], # 'conditions'
2894 } 2894 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/apps/chrome_app_delegate.h ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698