Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1625015: Refactor ChildProcess and related classes to create a framework outside of br... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698