| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'browser/api/cast_channel/cast_transport_unittest.cc', | 53 'browser/api/cast_channel/cast_transport_unittest.cc', |
| 54 'browser/api/cast_channel/keep_alive_delegate_unittest.cc', | 54 'browser/api/cast_channel/keep_alive_delegate_unittest.cc', |
| 55 'browser/api/cast_channel/logger_unittest.cc', | 55 'browser/api/cast_channel/logger_unittest.cc', |
| 56 'browser/api/cast_channel/test_util.cc', | 56 'browser/api/cast_channel/test_util.cc', |
| 57 'browser/api/cast_channel/test_util.h', | 57 'browser/api/cast_channel/test_util.h', |
| 58 'browser/api/declarative/declarative_rule_unittest.cc', | 58 'browser/api/declarative/declarative_rule_unittest.cc', |
| 59 'browser/api/declarative/deduping_factory_unittest.cc', | 59 'browser/api/declarative/deduping_factory_unittest.cc', |
| 60 'browser/api/declarative/rules_registry_unittest.cc', | 60 'browser/api/declarative/rules_registry_unittest.cc', |
| 61 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', | 61 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', |
| 62 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', | 62 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt
est.cc', |
| 63 'browser/api/document_scan/document_scan_api_unittest.cc', |
| 64 'browser/api/document_scan/document_scan_interface_chromeos_unittest.cc'
, |
| 65 'browser/api/document_scan/mock_document_scan_interface.cc', |
| 63 'browser/api/idle/idle_api_unittest.cc', | 66 'browser/api/idle/idle_api_unittest.cc', |
| 64 'browser/api/mime_handler_private/mime_handler_private_unittest.cc', | 67 'browser/api/mime_handler_private/mime_handler_private_unittest.cc', |
| 65 'browser/api/networking_config/networking_config_service_chromeos_unitte
st.cc', | 68 'browser/api/networking_config/networking_config_service_chromeos_unitte
st.cc', |
| 66 'browser/api/power/power_api_unittest.cc', | 69 'browser/api/power/power_api_unittest.cc', |
| 67 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', | 70 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', |
| 68 'browser/api/sockets_udp/sockets_udp_api_unittest.cc', | 71 'browser/api/sockets_udp/sockets_udp_api_unittest.cc', |
| 69 'browser/api/storage/settings_quota_unittest.cc', | 72 'browser/api/storage/settings_quota_unittest.cc', |
| 70 'browser/api/storage/storage_api_unittest.cc', | 73 'browser/api/storage/storage_api_unittest.cc', |
| 71 'browser/api/storage/storage_frontend_unittest.cc', | 74 'browser/api/storage/storage_frontend_unittest.cc', |
| 72 'browser/api/web_request/form_data_parser_unittest.cc', | 75 'browser/api/web_request/form_data_parser_unittest.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'utility/unpacker_unittest.cc', | 157 'utility/unpacker_unittest.cc', |
| 155 ], | 158 ], |
| 156 # Disable c4267 warnings until we fix size_t to int truncations. | 159 # Disable c4267 warnings until we fix size_t to int truncations. |
| 157 'msvs_disabled_warnings': [ 4267, ], | 160 'msvs_disabled_warnings': [ 4267, ], |
| 158 'conditions': [ | 161 'conditions': [ |
| 159 ['OS=="win" and win_use_allocator_shim==1', { | 162 ['OS=="win" and win_use_allocator_shim==1', { |
| 160 'dependencies': [ | 163 'dependencies': [ |
| 161 '../base/allocator/allocator.gyp:allocator', | 164 '../base/allocator/allocator.gyp:allocator', |
| 162 ], | 165 ], |
| 163 }], | 166 }], |
| 167 ['chromeos==1', { |
| 168 'dependencies': [ |
| 169 '<(DEPTH)/chromeos/chromeos.gyp:chromeos_test_support', |
| 170 ], |
| 171 }], |
| 164 ], | 172 ], |
| 165 }, | 173 }, |
| 166 { | 174 { |
| 167 # GN version: //extensions:extensions_browsertests | 175 # GN version: //extensions:extensions_browsertests |
| 168 'target_name': 'extensions_browsertests', | 176 'target_name': 'extensions_browsertests', |
| 169 'type': '<(gtest_target_type)', | 177 'type': '<(gtest_target_type)', |
| 170 'dependencies': [ | 178 'dependencies': [ |
| 171 'extensions.gyp:extensions_test_support', | 179 'extensions.gyp:extensions_test_support', |
| 172 'shell/app_shell.gyp:app_shell_lib', | 180 'shell/app_shell.gyp:app_shell_lib', |
| 173 # TODO(yoz): find the right deps | 181 # TODO(yoz): find the right deps |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 '../build/isolate.gypi', | 256 '../build/isolate.gypi', |
| 249 ], | 257 ], |
| 250 'sources': [ | 258 'sources': [ |
| 251 'extensions_browsertests.isolate', | 259 'extensions_browsertests.isolate', |
| 252 ], | 260 ], |
| 253 }, | 261 }, |
| 254 ], | 262 ], |
| 255 }], | 263 }], |
| 256 ], | 264 ], |
| 257 } | 265 } |
| OLD | NEW |