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

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 3481 matching lines...) Expand 10 before | Expand all | Expand 10 after
3492 'browser/ui/window_sizer_mac.mm', 3492 'browser/ui/window_sizer_mac.mm',
3493 'browser/ui/window_sizer_win.cc', 3493 'browser/ui/window_sizer_win.cc',
3494 'browser/ui/window_snapshot/window_snapshot.h', 3494 'browser/ui/window_snapshot/window_snapshot.h',
3495 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3495 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3496 'browser/ui/window_snapshot/window_snapshot_win.cc', 3496 'browser/ui/window_snapshot/window_snapshot_win.cc',
3497 'browser/ui/window_snapshot/window_snapshot_x.cc', 3497 'browser/ui/window_snapshot/window_snapshot_x.cc',
3498 'browser/upgrade_detector.cc', 3498 'browser/upgrade_detector.cc',
3499 'browser/upgrade_detector.h', 3499 'browser/upgrade_detector.h',
3500 'browser/user_style_sheet_watcher.cc', 3500 'browser/user_style_sheet_watcher.cc',
3501 'browser/user_style_sheet_watcher.h', 3501 'browser/user_style_sheet_watcher.h',
3502 'browser/utility_process_host.cc',
3503 'browser/utility_process_host.h',
3504 'browser/visitedlink/visitedlink_event_listener.cc', 3502 'browser/visitedlink/visitedlink_event_listener.cc',
3505 'browser/visitedlink/visitedlink_event_listener.h', 3503 'browser/visitedlink/visitedlink_event_listener.h',
3506 'browser/visitedlink/visitedlink_master.cc', 3504 'browser/visitedlink/visitedlink_master.cc',
3507 'browser/visitedlink/visitedlink_master.h', 3505 'browser/visitedlink/visitedlink_master.h',
3508 'browser/web_applications/web_app.cc', 3506 'browser/web_applications/web_app.cc',
3509 'browser/web_applications/web_app.h', 3507 'browser/web_applications/web_app.h',
3510 'browser/web_resource/gpu_blacklist_updater.cc', 3508 'browser/web_resource/gpu_blacklist_updater.cc',
3511 'browser/web_resource/gpu_blacklist_updater.h', 3509 'browser/web_resource/gpu_blacklist_updater.h',
3512 'browser/web_resource/promo_resource_service.cc', 3510 'browser/web_resource/promo_resource_service.cc',
3513 'browser/web_resource/promo_resource_service.h', 3511 'browser/web_resource/promo_resource_service.h',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3820 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 3818 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3821 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3819 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3822 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 3820 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
3823 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3821 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3824 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3822 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3825 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3823 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3826 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3824 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3827 ], 3825 ],
3828 'mac_bundle_resources': [ 3826 'mac_bundle_resources': [
3829 'browser/nacl_loader.sb', 3827 'browser/nacl_loader.sb',
3830 'browser/utility.sb',
3831 ], 3828 ],
3832 }, 3829 },
3833 'actions': [ 3830 'actions': [
3834 { 3831 {
3835 # This action is used to extract the localization data from xib 3832 # This action is used to extract the localization data from xib
3836 # files and generate table for the ui localizer from it. 3833 # files and generate table for the ui localizer from it.
3837 'variables': { 3834 'variables': {
3838 'xib_localizer_tool_path': 3835 'xib_localizer_tool_path':
3839 'tools/build/mac/generate_localizer', 3836 'tools/build/mac/generate_localizer',
3840 'xib_files_to_scan': [ 3837 'xib_files_to_scan': [
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 'hard_dependency': 1, 4620 'hard_dependency': 1,
4624 }, 4621 },
4625 ], 4622 ],
4626 } 4623 }
4627 4624
4628 # Local Variables: 4625 # Local Variables:
4629 # tab-width:2 4626 # tab-width:2
4630 # indent-tabs-mode:nil 4627 # indent-tabs-mode:nil
4631 # End: 4628 # End:
4632 # vim: set expandtab tabstop=2 shiftwidth=2: 4629 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698