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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7517012: Turn on UIPI for the GPU sandbox. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | content/common/sandbox_policy.cc » ('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) 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 '../content/common/content_paths.cc', 687 '../content/common/content_paths.cc',
688 '../content/common/content_switches.cc', 688 '../content/common/content_switches.cc',
689 '../content/common/debug_flags.cc', 689 '../content/common/debug_flags.cc',
690 '../content/common/hi_res_timer_manager_win.cc', 690 '../content/common/hi_res_timer_manager_win.cc',
691 '../content/common/notification_details.cc', 691 '../content/common/notification_details.cc',
692 '../content/common/notification_service.cc', 692 '../content/common/notification_service.cc',
693 '../content/common/notification_source.cc', 693 '../content/common/notification_source.cc',
694 '../content/common/sandbox_policy.cc', 694 '../content/common/sandbox_policy.cc',
695 '../content/common/sandbox_init_wrapper_win.cc', 695 '../content/common/sandbox_init_wrapper_win.cc',
696 '../content/common/url_constants.cc', 696 '../content/common/url_constants.cc',
697 '../ui/gfx/gl/gl_switches.cc',
697 ], 698 ],
698 'msvs_settings': { 699 'msvs_settings': {
699 'VCLinkerTool': { 700 'VCLinkerTool': {
700 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', 701 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib',
701 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', 702 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb',
702 }, 703 },
703 }, 704 },
704 'configurations': { 705 'configurations': {
705 'Common_Base': { 706 'Common_Base': {
706 'msvs_target_platform': 'x64', 707 'msvs_target_platform': 'x64',
707 }, 708 },
708 'Debug_Base': { 709 'Debug_Base': {
709 'msvs_settings': { 710 'msvs_settings': {
710 'VCLinkerTool': { 711 'VCLinkerTool': {
711 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 712 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
712 }, 713 },
713 }, 714 },
714 }, 715 },
715 }, 716 },
716 }, # target chrome_dll 717 }, # target chrome_dll
717 ], 718 ],
718 }], 719 }],
719 ], 720 ],
720 } 721 }
OLDNEW
« no previous file with comments | « no previous file | content/common/sandbox_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698