| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'common/extensions/user_script.cc', | 217 'common/extensions/user_script.cc', |
| 218 'common/extensions/user_script.h', | 218 'common/extensions/user_script.h', |
| 219 'common/web_resource/web_resource_unpacker.cc', | 219 'common/web_resource/web_resource_unpacker.cc', |
| 220 'common/web_resource/web_resource_unpacker.h', | 220 'common/web_resource/web_resource_unpacker.h', |
| 221 'common/appcache/appcache_backend_proxy.cc', | 221 'common/appcache/appcache_backend_proxy.cc', |
| 222 'common/appcache/appcache_backend_proxy.h', | 222 'common/appcache/appcache_backend_proxy.h', |
| 223 'common/appcache/appcache_dispatcher.cc', | 223 'common/appcache/appcache_dispatcher.cc', |
| 224 'common/appcache/appcache_dispatcher.h', | 224 'common/appcache/appcache_dispatcher.h', |
| 225 'common/automation_constants.cc', | 225 'common/automation_constants.cc', |
| 226 'common/automation_constants.h', | 226 'common/automation_constants.h', |
| 227 'common/automation_messages.cc', | |
| 228 'common/automation_messages.h', | |
| 229 'common/automation_messages_internal.h', | |
| 230 'common/child_process_host.cc', | 227 'common/child_process_host.cc', |
| 231 'common/child_process_host.h', | 228 'common/child_process_host.h', |
| 232 'common/chrome_descriptors.h', | 229 'common/chrome_descriptors.h', |
| 233 'common/chrome_plugin_api.h', | 230 'common/chrome_plugin_api.h', |
| 234 'common/chrome_plugin_lib.cc', | 231 'common/chrome_plugin_lib.cc', |
| 235 'common/chrome_plugin_lib.h', | 232 'common/chrome_plugin_lib.h', |
| 236 'common/chrome_plugin_util.cc', | 233 'common/chrome_plugin_util.cc', |
| 237 'common/chrome_plugin_util.h', | 234 'common/chrome_plugin_util.h', |
| 238 'common/common_glue.cc', | 235 'common/common_glue.cc', |
| 239 'common/css_colors.h', | 236 'common/css_colors.h', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'configurations': { | 555 'configurations': { |
| 559 'Common_Base': { | 556 'Common_Base': { |
| 560 'msvs_target_platform': 'x64', | 557 'msvs_target_platform': 'x64', |
| 561 }, | 558 }, |
| 562 }, | 559 }, |
| 563 }, | 560 }, |
| 564 ], | 561 ], |
| 565 }], | 562 }], |
| 566 ], | 563 ], |
| 567 } | 564 } |
| OLD | NEW |