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

Side by Side Diff: extensions/extensions.gyp

Issue 549663002: Move AppWindowGeometryCacheTest to extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (app-window) rebase 2 Created 6 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
« no previous file with comments | « extensions/browser/null_app_sorting.cc ('k') | extensions/shell/app_shell.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'browser/install_flag.h', 590 'browser/install_flag.h',
591 'browser/file_highlighter.cc', 591 'browser/file_highlighter.cc',
592 'browser/file_highlighter.h', 592 'browser/file_highlighter.h',
593 'browser/file_reader.cc', 593 'browser/file_reader.cc',
594 'browser/file_reader.h', 594 'browser/file_reader.h',
595 'browser/lazy_background_task_queue.cc', 595 'browser/lazy_background_task_queue.cc',
596 'browser/lazy_background_task_queue.h', 596 'browser/lazy_background_task_queue.h',
597 'browser/management_policy.cc', 597 'browser/management_policy.cc',
598 'browser/management_policy.h', 598 'browser/management_policy.h',
599 'browser/notification_types.h', 599 'browser/notification_types.h',
600 'browser/null_app_sorting.cc',
601 'browser/null_app_sorting.h',
600 'browser/pref_names.cc', 602 'browser/pref_names.cc',
601 'browser/pref_names.h', 603 'browser/pref_names.h',
602 'browser/process_manager.cc', 604 'browser/process_manager.cc',
603 'browser/process_manager.h', 605 'browser/process_manager.h',
604 'browser/process_manager_delegate.h', 606 'browser/process_manager_delegate.h',
605 'browser/process_manager_observer.h', 607 'browser/process_manager_observer.h',
606 'browser/process_map.cc', 608 'browser/process_map.cc',
607 'browser/process_map.h', 609 'browser/process_map.h',
608 'browser/process_map_factory.cc', 610 'browser/process_map_factory.cc',
609 'browser/process_map_factory.h', 611 'browser/process_map_factory.h',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 # unit_tests target. They should be moved here, which may require some 972 # unit_tests target. They should be moved here, which may require some
971 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.). 973 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.).
972 # http://crbug.com/348066 974 # http://crbug.com/348066
973 'target_name': 'extensions_unittests', 975 'target_name': 'extensions_unittests',
974 'type': 'executable', 976 'type': 'executable',
975 'dependencies': [ 977 'dependencies': [
976 '../base/base.gyp:base', 978 '../base/base.gyp:base',
977 '../base/base.gyp:base_prefs_test_support', 979 '../base/base.gyp:base_prefs_test_support',
978 '../base/base.gyp:test_support_base', 980 '../base/base.gyp:test_support_base',
979 '../components/components.gyp:keyed_service_content', 981 '../components/components.gyp:keyed_service_content',
982 '../components/components.gyp:user_prefs',
980 '../content/content_shell_and_tests.gyp:test_support_content', 983 '../content/content_shell_and_tests.gyp:test_support_content',
981 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 984 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
982 '../device/serial/serial.gyp:device_serial', 985 '../device/serial/serial.gyp:device_serial',
983 '../device/serial/serial.gyp:device_serial_test_util', 986 '../device/serial/serial.gyp:device_serial_test_util',
984 '../mojo/mojo_base.gyp:mojo_environment_chromium', 987 '../mojo/mojo_base.gyp:mojo_environment_chromium',
985 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 988 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
986 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', 989 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
987 '../mojo/mojo_base.gyp:mojo_system_impl', 990 '../mojo/mojo_base.gyp:mojo_system_impl',
988 '../testing/gmock.gyp:gmock', 991 '../testing/gmock.gyp:gmock',
989 '../testing/gtest.gyp:gtest', 992 '../testing/gtest.gyp:gtest',
(...skipping 14 matching lines...) Expand all
1004 'browser/api/api_resource_manager_unittest.cc', 1007 'browser/api/api_resource_manager_unittest.cc',
1005 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', 1008 'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
1006 'browser/api/cast_channel/cast_channel_api_unittest.cc', 1009 'browser/api/cast_channel/cast_channel_api_unittest.cc',
1007 'browser/api/cast_channel/cast_socket_unittest.cc', 1010 'browser/api/cast_channel/cast_socket_unittest.cc',
1008 'browser/api/cast_channel/logger_unittest.cc', 1011 'browser/api/cast_channel/logger_unittest.cc',
1009 'browser/api/declarative/deduping_factory_unittest.cc', 1012 'browser/api/declarative/deduping_factory_unittest.cc',
1010 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', 1013 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc',
1011 'browser/api/storage/settings_quota_unittest.cc', 1014 'browser/api/storage/settings_quota_unittest.cc',
1012 'browser/api/storage/storage_api_unittest.cc', 1015 'browser/api/storage/storage_api_unittest.cc',
1013 'browser/api/storage/storage_frontend_unittest.cc', 1016 'browser/api/storage/storage_frontend_unittest.cc',
1017 'browser/app_window/app_window_geometry_cache_unittest.cc',
1014 'browser/computed_hashes_unittest.cc', 1018 'browser/computed_hashes_unittest.cc',
1015 'browser/content_hash_tree_unittest.cc', 1019 'browser/content_hash_tree_unittest.cc',
1016 'browser/event_listener_map_unittest.cc', 1020 'browser/event_listener_map_unittest.cc',
1017 'browser/event_router_unittest.cc', 1021 'browser/event_router_unittest.cc',
1018 'browser/api_unittest.cc', 1022 'browser/api_unittest.cc',
1019 'browser/api_unittest.h', 1023 'browser/api_unittest.h',
1020 'browser/error_map_unittest.cc', 1024 'browser/error_map_unittest.cc',
1021 'browser/extension_icon_image_unittest.cc', 1025 'browser/extension_icon_image_unittest.cc',
1022 'browser/extension_pref_value_map_unittest.cc', 1026 'browser/extension_pref_value_map_unittest.cc',
1023 'browser/extension_registry_unittest.cc', 1027 'browser/extension_registry_unittest.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 'browser/api/cast_channel/logging.proto' 1095 'browser/api/cast_channel/logging.proto'
1092 ], 1096 ],
1093 'variables': { 1097 'variables': {
1094 'proto_in_dir': 'browser/api/cast_channel', 1098 'proto_in_dir': 'browser/api/cast_channel',
1095 'proto_out_dir': 'extensions/browser/api/cast_channel', 1099 'proto_out_dir': 'extensions/browser/api/cast_channel',
1096 }, 1100 },
1097 'includes': [ '../build/protoc.gypi' ] 1101 'includes': [ '../build/protoc.gypi' ]
1098 }, 1102 },
1099 ] 1103 ]
1100 } 1104 }
OLDNEW
« no previous file with comments | « extensions/browser/null_app_sorting.cc ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698