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', |
227 'common/child_process_host.cc', | 230 'common/child_process_host.cc', |
228 'common/child_process_host.h', | 231 'common/child_process_host.h', |
229 'common/chrome_descriptors.h', | 232 'common/chrome_descriptors.h', |
230 'common/chrome_plugin_api.h', | 233 'common/chrome_plugin_api.h', |
231 'common/chrome_plugin_lib.cc', | 234 'common/chrome_plugin_lib.cc', |
232 'common/chrome_plugin_lib.h', | 235 'common/chrome_plugin_lib.h', |
233 'common/chrome_plugin_util.cc', | 236 'common/chrome_plugin_util.cc', |
234 'common/chrome_plugin_util.h', | 237 'common/chrome_plugin_util.h', |
235 'common/common_glue.cc', | 238 'common/common_glue.cc', |
236 'common/css_colors.h', | 239 'common/css_colors.h', |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'configurations': { | 568 'configurations': { |
566 'Common_Base': { | 569 'Common_Base': { |
567 'msvs_target_platform': 'x64', | 570 'msvs_target_platform': 'x64', |
568 }, | 571 }, |
569 }, | 572 }, |
570 }, | 573 }, |
571 ], | 574 ], |
572 }], | 575 }], |
573 ], | 576 ], |
574 } | 577 } |
OLD | NEW |