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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6995095: Move UtilityProcessHost to content and move the message sending/dispatching to the clients. This... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3477 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 'browser/ui/window_sizer_mac.mm', 3488 'browser/ui/window_sizer_mac.mm',
3489 'browser/ui/window_sizer_win.cc', 3489 'browser/ui/window_sizer_win.cc',
3490 'browser/ui/window_snapshot/window_snapshot.h', 3490 'browser/ui/window_snapshot/window_snapshot.h',
3491 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3491 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3492 'browser/ui/window_snapshot/window_snapshot_win.cc', 3492 'browser/ui/window_snapshot/window_snapshot_win.cc',
3493 'browser/ui/window_snapshot/window_snapshot_x.cc', 3493 'browser/ui/window_snapshot/window_snapshot_x.cc',
3494 'browser/upgrade_detector.cc', 3494 'browser/upgrade_detector.cc',
3495 'browser/upgrade_detector.h', 3495 'browser/upgrade_detector.h',
3496 'browser/user_style_sheet_watcher.cc', 3496 'browser/user_style_sheet_watcher.cc',
3497 'browser/user_style_sheet_watcher.h', 3497 'browser/user_style_sheet_watcher.h',
3498 'browser/utility_process_host.cc',
3499 'browser/utility_process_host.h',
3500 'browser/visitedlink/visitedlink_event_listener.cc', 3498 'browser/visitedlink/visitedlink_event_listener.cc',
3501 'browser/visitedlink/visitedlink_event_listener.h', 3499 'browser/visitedlink/visitedlink_event_listener.h',
3502 'browser/visitedlink/visitedlink_master.cc', 3500 'browser/visitedlink/visitedlink_master.cc',
3503 'browser/visitedlink/visitedlink_master.h', 3501 'browser/visitedlink/visitedlink_master.h',
3504 'browser/web_applications/web_app.cc', 3502 'browser/web_applications/web_app.cc',
3505 'browser/web_applications/web_app.h', 3503 'browser/web_applications/web_app.h',
3506 'browser/web_resource/gpu_blacklist_updater.cc', 3504 'browser/web_resource/gpu_blacklist_updater.cc',
3507 'browser/web_resource/gpu_blacklist_updater.h', 3505 'browser/web_resource/gpu_blacklist_updater.h',
3508 'browser/web_resource/promo_resource_service.cc', 3506 'browser/web_resource/promo_resource_service.cc',
3509 'browser/web_resource/promo_resource_service.h', 3507 'browser/web_resource/promo_resource_service.h',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3816 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 3814 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3817 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3815 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3818 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 3816 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
3819 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3817 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3820 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3818 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3821 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3819 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3822 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3820 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3823 ], 3821 ],
3824 'mac_bundle_resources': [ 3822 'mac_bundle_resources': [
3825 'browser/nacl_loader.sb', 3823 'browser/nacl_loader.sb',
3826 'browser/utility.sb',
3827 ], 3824 ],
3828 }, 3825 },
3829 'actions': [ 3826 'actions': [
3830 { 3827 {
3831 # This action is used to extract the localization data from xib 3828 # This action is used to extract the localization data from xib
3832 # files and generate table for the ui localizer from it. 3829 # files and generate table for the ui localizer from it.
3833 'variables': { 3830 'variables': {
3834 'xib_localizer_tool_path': 3831 'xib_localizer_tool_path':
3835 'tools/build/mac/generate_localizer', 3832 'tools/build/mac/generate_localizer',
3836 'xib_files_to_scan': [ 3833 'xib_files_to_scan': [
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
4636 'hard_dependency': 1, 4633 'hard_dependency': 1,
4637 }, 4634 },
4638 ], 4635 ],
4639 } 4636 }
4640 4637
4641 # Local Variables: 4638 # Local Variables:
4642 # tab-width:2 4639 # tab-width:2
4643 # indent-tabs-mode:nil 4640 # indent-tabs-mode:nil
4644 # End: 4641 # End:
4645 # vim: set expandtab tabstop=2 shiftwidth=2: 4642 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698