| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'common/extensions/user_script.cc', | 179 'common/extensions/user_script.cc', |
| 180 'common/extensions/user_script.h', | 180 'common/extensions/user_script.h', |
| 181 'common/web_resource/web_resource_unpacker.cc', | 181 'common/web_resource/web_resource_unpacker.cc', |
| 182 'common/web_resource/web_resource_unpacker.h', | 182 'common/web_resource/web_resource_unpacker.h', |
| 183 'common/appcache/appcache_backend_proxy.cc', | 183 'common/appcache/appcache_backend_proxy.cc', |
| 184 'common/appcache/appcache_backend_proxy.h', | 184 'common/appcache/appcache_backend_proxy.h', |
| 185 'common/appcache/appcache_dispatcher.cc', | 185 'common/appcache/appcache_dispatcher.cc', |
| 186 'common/appcache/appcache_dispatcher.h', | 186 'common/appcache/appcache_dispatcher.h', |
| 187 'common/automation_constants.cc', | 187 'common/automation_constants.cc', |
| 188 'common/automation_constants.h', | 188 'common/automation_constants.h', |
| 189 'common/child_process_host.cc', |
| 190 'common/child_process_host.h', |
| 189 'common/chrome_descriptors.h', | 191 'common/chrome_descriptors.h', |
| 190 'common/chrome_plugin_api.h', | 192 'common/chrome_plugin_api.h', |
| 191 'common/chrome_plugin_lib.cc', | 193 'common/chrome_plugin_lib.cc', |
| 192 'common/chrome_plugin_lib.h', | 194 'common/chrome_plugin_lib.h', |
| 193 'common/chrome_plugin_util.cc', | 195 'common/chrome_plugin_util.cc', |
| 194 'common/chrome_plugin_util.h', | 196 'common/chrome_plugin_util.h', |
| 195 'common/common_glue.cc', | 197 'common/common_glue.cc', |
| 196 'common/css_colors.h', | 198 'common/css_colors.h', |
| 197 'common/database_util.cc', | 199 'common/database_util.cc', |
| 198 'common/database_util.h', | 200 'common/database_util.h', |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'configurations': { | 410 'configurations': { |
| 409 'Common_Base': { | 411 'Common_Base': { |
| 410 'msvs_target_platform': 'x64', | 412 'msvs_target_platform': 'x64', |
| 411 }, | 413 }, |
| 412 }, | 414 }, |
| 413 }, | 415 }, |
| 414 ], | 416 ], |
| 415 }], | 417 }], |
| 416 ], | 418 ], |
| 417 } | 419 } |
| OLD | NEW |