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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 'browser/browsing_instance.h', | 293 'browser/browsing_instance.h', |
294 'browser/bubble_positioner.h', | 294 'browser/bubble_positioner.h', |
295 'browser/bug_report_util.cc', | 295 'browser/bug_report_util.cc', |
296 'browser/bug_report_util.h', | 296 'browser/bug_report_util.h', |
297 'browser/cancelable_request.cc', | 297 'browser/cancelable_request.cc', |
298 'browser/cancelable_request.h', | 298 'browser/cancelable_request.h', |
299 'browser/cert_store.cc', | 299 'browser/cert_store.cc', |
300 'browser/cert_store.h', | 300 'browser/cert_store.h', |
301 'browser/character_encoding.cc', | 301 'browser/character_encoding.cc', |
302 'browser/character_encoding.h', | 302 'browser/character_encoding.h', |
| 303 'browser/child_process_context.cc', |
| 304 'browser/child_process_context.h', |
303 'browser/child_process_host.cc', | 305 'browser/child_process_host.cc', |
304 'browser/child_process_host.h', | 306 'browser/child_process_host.h', |
305 'browser/child_process_launcher.cc', | |
306 'browser/child_process_launcher.h', | |
307 'browser/child_process_security_policy.cc', | 307 'browser/child_process_security_policy.cc', |
308 'browser/child_process_security_policy.h', | 308 'browser/child_process_security_policy.h', |
309 'browser/chrome_browser_application_mac.h', | 309 'browser/chrome_browser_application_mac.h', |
310 'browser/chrome_browser_application_mac.mm', | 310 'browser/chrome_browser_application_mac.mm', |
311 'browser/chrome_plugin_browsing_context.cc', | 311 'browser/chrome_plugin_browsing_context.cc', |
312 'browser/chrome_plugin_browsing_context.h', | 312 'browser/chrome_plugin_browsing_context.h', |
313 'browser/chrome_plugin_host.cc', | 313 'browser/chrome_plugin_host.cc', |
314 'browser/chrome_plugin_host.h', | 314 'browser/chrome_plugin_host.h', |
315 'browser/chrome_thread.cc', | 315 'browser/chrome_thread.cc', |
316 'browser/chrome_thread.h', | 316 'browser/chrome_thread.h', |
(...skipping 2911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3228 ] | 3228 ] |
3229 }, | 3229 }, |
3230 ], | 3230 ], |
3231 } | 3231 } |
3232 | 3232 |
3233 # Local Variables: | 3233 # Local Variables: |
3234 # tab-width:2 | 3234 # tab-width:2 |
3235 # indent-tabs-mode:nil | 3235 # indent-tabs-mode:nil |
3236 # End: | 3236 # End: |
3237 # vim: set expandtab tabstop=2 shiftwidth=2: | 3237 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |