OLD | NEW |
---|---|
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 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1046 { | 1046 { |
1047 'target_name': 'extensions_unittests', | 1047 'target_name': 'extensions_unittests', |
1048 'type': 'executable', | 1048 'type': 'executable', |
1049 'dependencies': [ | 1049 'dependencies': [ |
1050 '../base/base.gyp:base', | 1050 '../base/base.gyp:base', |
1051 '../base/base.gyp:base_prefs_test_support', | 1051 '../base/base.gyp:base_prefs_test_support', |
1052 '../base/base.gyp:test_support_base', | 1052 '../base/base.gyp:test_support_base', |
1053 '../components/components.gyp:keyed_service_content', | 1053 '../components/components.gyp:keyed_service_content', |
1054 '../components/components.gyp:user_prefs', | 1054 '../components/components.gyp:user_prefs', |
1055 '../content/content_shell_and_tests.gyp:test_support_content', | 1055 '../content/content_shell_and_tests.gyp:test_support_content', |
1056 "../crypto/crypto.gyp:crypto", | |
Ryan Sleevi
2014/10/17 19:53:21
After you fix the design / IWYU / _nss file issues
vadimgo
2014/10/20 23:35:28
Done.
| |
1056 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1057 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1057 '../device/serial/serial.gyp:device_serial', | 1058 '../device/serial/serial.gyp:device_serial', |
1058 '../device/serial/serial.gyp:device_serial_test_util', | 1059 '../device/serial/serial.gyp:device_serial_test_util', |
1059 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1060 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
1060 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 1061 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
1061 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', | 1062 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', |
1062 '../mojo/mojo_base.gyp:mojo_system_impl', | 1063 '../mojo/mojo_base.gyp:mojo_system_impl', |
1063 '../testing/gmock.gyp:gmock', | 1064 '../testing/gmock.gyp:gmock', |
1064 '../testing/gtest.gyp:gtest', | 1065 '../testing/gtest.gyp:gtest', |
1065 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1066 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1066 'common/api/api.gyp:cast_channel_proto', | 1067 'common/api/api.gyp:cast_channel_proto', |
1067 'extensions_common', | 1068 'extensions_common', |
1068 'extensions_renderer', | 1069 'extensions_renderer', |
1069 'extensions_resources.gyp:extensions_resources', | 1070 'extensions_resources.gyp:extensions_resources', |
1070 'extensions_shell_and_test_pak', | 1071 'extensions_shell_and_test_pak', |
1071 'extensions_strings.gyp:extensions_strings', | 1072 'extensions_strings.gyp:extensions_strings', |
1072 'extensions_test_support', | 1073 'extensions_test_support', |
1073 ], | 1074 ], |
1074 # Needed for third_party libraries like leveldb. | 1075 # Needed for third_party libraries like leveldb. |
1075 'include_dirs': [ | 1076 'include_dirs': [ |
1076 '..', | 1077 '..', |
1077 ], | 1078 ], |
1078 'sources': [ | 1079 'sources': [ |
1079 'browser/api/api_resource_manager_unittest.cc', | 1080 'browser/api/api_resource_manager_unittest.cc', |
1080 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', | 1081 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', |
1082 'browser/api/cast_channel/cast_auth_util_unittest.cc', | |
1081 'browser/api/cast_channel/cast_channel_api_unittest.cc', | 1083 'browser/api/cast_channel/cast_channel_api_unittest.cc', |
1082 'browser/api/cast_channel/cast_framer_unittest.cc', | 1084 'browser/api/cast_channel/cast_framer_unittest.cc', |
1083 'browser/api/cast_channel/cast_socket_unittest.cc', | 1085 'browser/api/cast_channel/cast_socket_unittest.cc', |
1084 'browser/api/cast_channel/cast_transport_unittest.cc', | 1086 'browser/api/cast_channel/cast_transport_unittest.cc', |
1085 'browser/api/cast_channel/logger_unittest.cc', | 1087 'browser/api/cast_channel/logger_unittest.cc', |
1086 'browser/api/declarative/declarative_rule_unittest.cc', | 1088 'browser/api/declarative/declarative_rule_unittest.cc', |
1087 'browser/api/declarative/deduping_factory_unittest.cc', | 1089 'browser/api/declarative/deduping_factory_unittest.cc', |
1088 'browser/api/declarative/rules_registry_unittest.cc', | 1090 'browser/api/declarative/rules_registry_unittest.cc', |
1089 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 1091 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
1090 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt est.cc', | 1092 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt est.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1174 'conditions': [ | 1176 'conditions': [ |
1175 ['OS=="win" and win_use_allocator_shim==1', { | 1177 ['OS=="win" and win_use_allocator_shim==1', { |
1176 'dependencies': [ | 1178 'dependencies': [ |
1177 '../base/allocator/allocator.gyp:allocator', | 1179 '../base/allocator/allocator.gyp:allocator', |
1178 ], | 1180 ], |
1179 }], | 1181 }], |
1180 ], | 1182 ], |
1181 }, | 1183 }, |
1182 ] | 1184 ] |
1183 } | 1185 } |
OLD | NEW |