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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5491001: Mac: Sandbox GPU process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make tests work for now Created 10 years 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) 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 3653 matching lines...) Expand 10 before | Expand all | Expand 10 after
3664 ], 3664 ],
3665 'link_settings': { 3665 'link_settings': {
3666 'libraries': [ 3666 'libraries': [
3667 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3667 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3668 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3668 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3669 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3669 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3670 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3670 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3671 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3671 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3672 ], 3672 ],
3673 'mac_bundle_resources': [ 3673 'mac_bundle_resources': [
3674 'browser/gpu.sb',
3674 'browser/nacl_loader.sb', 3675 'browser/nacl_loader.sb',
3675 'browser/utility.sb', 3676 'browser/utility.sb',
3676 'browser/worker.sb', 3677 'browser/worker.sb',
3677 ], 3678 ],
3678 }, 3679 },
3679 'actions': [ 3680 'actions': [
3680 { 3681 {
3681 # This action is used to extract the localization data from xib 3682 # This action is used to extract the localization data from xib
3682 # files and generate table for the ui localizer from it. 3683 # files and generate table for the ui localizer from it.
3683 'variables': { 3684 'variables': {
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
4366 ], 4367 ],
4367 }, 4368 },
4368 ], 4369 ],
4369 } 4370 }
4370 4371
4371 # Local Variables: 4372 # Local Variables:
4372 # tab-width:2 4373 # tab-width:2
4373 # indent-tabs-mode:nil 4374 # indent-tabs-mode:nil
4374 # End: 4375 # End:
4375 # vim: set expandtab tabstop=2 shiftwidth=2: 4376 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698