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

Side by Side Diff: base/base.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 | « no previous file | base/mp/message_router.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'linux_util.cc', 536 'linux_util.cc',
537 'linux_util.h', 537 'linux_util.h',
538 'md5.cc', 538 'md5.cc',
539 'md5.h', 539 'md5.h',
540 'message_pump_glib.cc', 540 'message_pump_glib.cc',
541 'message_pump_glib.h', 541 'message_pump_glib.h',
542 'message_pump_libevent.cc', 542 'message_pump_libevent.cc',
543 'message_pump_libevent.h', 543 'message_pump_libevent.h',
544 'message_pump_mac.h', 544 'message_pump_mac.h',
545 'message_pump_mac.mm', 545 'message_pump_mac.mm',
546 'mp/message_router.cc',
547 'mp/message_router.h',
548 'mp/mp_child_process.h',
549 'mp/mp_child_process.cc',
550 'mp/mp_child_process_context.h',
551 'mp/mp_child_process_host.cc',
552 'mp/mp_child_process_host.h',
553 'mp/mp_child_process_launcher.cc',
554 'mp/mp_child_process_launcher.h',
555 'mp/mp_child_thread.cc',
556 'mp/mp_child_thread.h',
557 'mp/mp_messages.h',
558 'mp/mp_messages_internal.h',
546 'nsimage_cache_mac.h', 559 'nsimage_cache_mac.h',
547 'nsimage_cache_mac.mm', 560 'nsimage_cache_mac.mm',
548 'nss_util.cc', 561 'nss_util.cc',
549 'nss_util.h', 562 'nss_util.h',
550 'setproctitle_linux.c', 563 'setproctitle_linux.c',
551 'setproctitle_linux.h', 564 'setproctitle_linux.h',
552 'sha2.cc', 565 'sha2.cc',
553 'sha2.h', 566 'sha2.h',
554 'string16.cc', 567 'string16.cc',
555 'string16.h', 568 'string16.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'third_party/xdg_mime/xdgmimemagic.c', 659 'third_party/xdg_mime/xdgmimemagic.c',
647 'third_party/xdg_mime/xdgmimemagic.h', 660 'third_party/xdg_mime/xdgmimemagic.h',
648 'third_party/xdg_mime/xdgmimeparent.c', 661 'third_party/xdg_mime/xdgmimeparent.c',
649 'third_party/xdg_mime/xdgmimeparent.h', 662 'third_party/xdg_mime/xdgmimeparent.h',
650 ], 663 ],
651 }, 664 },
652 ], 665 ],
653 }], 666 }],
654 ], 667 ],
655 } 668 }
OLDNEW
« no previous file with comments | « no previous file | base/mp/message_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698