| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Product name is used for Mac bundle. | 3 # Product name is used for Mac bundle. |
| 4 'app_shell_product_name': 'App Shell', | 4 'app_shell_product_name': 'App Shell', |
| 5 # The version is high enough to be supported by Omaha (at least 31) | 5 # The version is high enough to be supported by Omaha (at least 31) |
| 6 # but fake enough to be obviously not a Chrome release. | 6 # but fake enough to be obviously not a Chrome release. |
| 7 'app_shell_version': '38.1234.5678.9', | 7 'app_shell_version': '38.1234.5678.9', |
| 8 'chromium_code': 1, | 8 'chromium_code': 1, |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'browser/api/cast_channel/cast_transport_unittest.cc', | 52 'browser/api/cast_channel/cast_transport_unittest.cc', |
| 53 'browser/api/cast_channel/keep_alive_delegate_unittest.cc', | 53 'browser/api/cast_channel/keep_alive_delegate_unittest.cc', |
| 54 'browser/api/cast_channel/logger_unittest.cc', | 54 'browser/api/cast_channel/logger_unittest.cc', |
| 55 'browser/api/cast_channel/test_util.cc', | 55 'browser/api/cast_channel/test_util.cc', |
| 56 'browser/api/cast_channel/test_util.h', | 56 'browser/api/cast_channel/test_util.h', |
| 57 'browser/api/declarative/declarative_rule_unittest.cc', | 57 'browser/api/declarative/declarative_rule_unittest.cc', |
| 58 'browser/api/declarative/deduping_factory_unittest.cc', | 58 'browser/api/declarative/deduping_factory_unittest.cc', |
| 59 'browser/api/declarative/rules_registry_unittest.cc', | 59 'browser/api/declarative/rules_registry_unittest.cc', |
| 60 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 60 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
| 61 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', | 61 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', |
| 62 'browser/api/document_scan/document_scan_api_unittest.cc', |
| 63 'browser/api/document_scan/document_scan_interface_chromeos_unittest.cc'
, |
| 64 'browser/api/document_scan/mock_document_scan_interface.cc', |
| 62 'browser/api/idle/idle_api_unittest.cc', | 65 'browser/api/idle/idle_api_unittest.cc', |
| 63 'browser/api/mime_handler_private/mime_handler_private_unittest.cc', | 66 'browser/api/mime_handler_private/mime_handler_private_unittest.cc', |
| 64 'browser/api/networking_config/networking_config_service_chromeos_unitte
st.cc', | 67 'browser/api/networking_config/networking_config_service_chromeos_unitte
st.cc', |
| 65 'browser/api/power/power_api_unittest.cc', | 68 'browser/api/power/power_api_unittest.cc', |
| 66 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', | 69 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', |
| 67 'browser/api/sockets_udp/sockets_udp_api_unittest.cc', | 70 'browser/api/sockets_udp/sockets_udp_api_unittest.cc', |
| 68 'browser/api/storage/settings_quota_unittest.cc', | 71 'browser/api/storage/settings_quota_unittest.cc', |
| 69 'browser/api/storage/storage_api_unittest.cc', | 72 'browser/api/storage/storage_api_unittest.cc', |
| 70 'browser/api/storage/storage_frontend_unittest.cc', | 73 'browser/api/storage/storage_frontend_unittest.cc', |
| 71 'browser/api/web_request/form_data_parser_unittest.cc', | 74 'browser/api/web_request/form_data_parser_unittest.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'utility/unpacker_unittest.cc', | 156 'utility/unpacker_unittest.cc', |
| 154 ], | 157 ], |
| 155 # Disable c4267 warnings until we fix size_t to int truncations. | 158 # Disable c4267 warnings until we fix size_t to int truncations. |
| 156 'msvs_disabled_warnings': [ 4267, ], | 159 'msvs_disabled_warnings': [ 4267, ], |
| 157 'conditions': [ | 160 'conditions': [ |
| 158 ['OS=="win" and win_use_allocator_shim==1', { | 161 ['OS=="win" and win_use_allocator_shim==1', { |
| 159 'dependencies': [ | 162 'dependencies': [ |
| 160 '../base/allocator/allocator.gyp:allocator', | 163 '../base/allocator/allocator.gyp:allocator', |
| 161 ], | 164 ], |
| 162 }], | 165 }], |
| 166 ['chromeos==1', { |
| 167 'dependencies': [ |
| 168 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support', |
| 169 ], |
| 170 }], |
| 163 ], | 171 ], |
| 164 }, | 172 }, |
| 165 { | 173 { |
| 166 # GN version: //extensions:extensions_browsertests | 174 # GN version: //extensions:extensions_browsertests |
| 167 'target_name': 'extensions_browsertests', | 175 'target_name': 'extensions_browsertests', |
| 168 'type': '<(gtest_target_type)', | 176 'type': '<(gtest_target_type)', |
| 169 'dependencies': [ | 177 'dependencies': [ |
| 170 'extensions.gyp:extensions_test_support', | 178 'extensions.gyp:extensions_test_support', |
| 171 'shell/app_shell.gyp:app_shell_lib', | 179 'shell/app_shell.gyp:app_shell_lib', |
| 172 # TODO(yoz): find the right deps | 180 # TODO(yoz): find the right deps |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 '../build/isolate.gypi', | 255 '../build/isolate.gypi', |
| 248 ], | 256 ], |
| 249 'sources': [ | 257 'sources': [ |
| 250 'extensions_browsertests.isolate', | 258 'extensions_browsertests.isolate', |
| 251 ], | 259 ], |
| 252 }, | 260 }, |
| 253 ], | 261 ], |
| 254 }], | 262 }], |
| 255 ], | 263 ], |
| 256 } | 264 } |
| OLD | NEW |