| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'common/net/net_resource_provider.h', | 176 'common/net/net_resource_provider.h', |
| 177 'common/net/socket_stream.h', | 177 'common/net/socket_stream.h', |
| 178 'common/net/url_request_intercept_job.cc', | 178 'common/net/url_request_intercept_job.cc', |
| 179 'common/net/url_request_intercept_job.h', | 179 'common/net/url_request_intercept_job.h', |
| 180 'common/web_resource/web_resource_unpacker.cc', | 180 'common/web_resource/web_resource_unpacker.cc', |
| 181 'common/web_resource/web_resource_unpacker.h', | 181 'common/web_resource/web_resource_unpacker.h', |
| 182 'common/appcache/appcache_backend_proxy.cc', | 182 'common/appcache/appcache_backend_proxy.cc', |
| 183 'common/appcache/appcache_backend_proxy.h', | 183 'common/appcache/appcache_backend_proxy.h', |
| 184 'common/appcache/appcache_dispatcher.cc', | 184 'common/appcache/appcache_dispatcher.cc', |
| 185 'common/appcache/appcache_dispatcher.h', | 185 'common/appcache/appcache_dispatcher.h', |
| 186 'common/appcache/appcache_dispatcher_host.cc', | |
| 187 'common/appcache/appcache_dispatcher_host.h', | |
| 188 'common/appcache/appcache_frontend_proxy.cc', | |
| 189 'common/appcache/appcache_frontend_proxy.h', | |
| 190 'common/appcache/chrome_appcache_service.cc', | |
| 191 'common/appcache/chrome_appcache_service.h', | |
| 192 'common/automation_constants.cc', | 186 'common/automation_constants.cc', |
| 193 'common/automation_constants.h', | 187 'common/automation_constants.h', |
| 194 'common/chrome_descriptors.h', | 188 'common/chrome_descriptors.h', |
| 195 'common/chrome_plugin_api.h', | 189 'common/chrome_plugin_api.h', |
| 196 'common/chrome_plugin_lib.cc', | 190 'common/chrome_plugin_lib.cc', |
| 197 'common/chrome_plugin_lib.h', | 191 'common/chrome_plugin_lib.h', |
| 198 'common/chrome_plugin_util.cc', | 192 'common/chrome_plugin_util.cc', |
| 199 'common/chrome_plugin_util.h', | 193 'common/chrome_plugin_util.h', |
| 200 'common/command_buffer_messages.h', | 194 'common/command_buffer_messages.h', |
| 201 'common/command_buffer_messages_internal.h', | 195 'common/command_buffer_messages_internal.h', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'configurations': { | 365 'configurations': { |
| 372 'Common_Base': { | 366 'Common_Base': { |
| 373 'msvs_target_platform': 'x64', | 367 'msvs_target_platform': 'x64', |
| 374 }, | 368 }, |
| 375 }, | 369 }, |
| 376 }, | 370 }, |
| 377 ], | 371 ], |
| 378 }], | 372 }], |
| 379 ], | 373 ], |
| 380 } | 374 } |
| OLD | NEW |