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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7084010: Move sandbox_policy to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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) 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 '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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 '../content/common/content_client.cc', 624 '../content/common/content_client.cc',
625 '../content/common/content_counters.cc', 625 '../content/common/content_counters.cc',
626 '../content/common/content_message_generator.cc', 626 '../content/common/content_message_generator.cc',
627 '../content/common/content_paths.cc', 627 '../content/common/content_paths.cc',
628 '../content/common/content_switches.cc', 628 '../content/common/content_switches.cc',
629 '../content/common/debug_flags.cc', 629 '../content/common/debug_flags.cc',
630 '../content/common/hi_res_timer_manager_win.cc', 630 '../content/common/hi_res_timer_manager_win.cc',
631 '../content/common/notification_details.cc', 631 '../content/common/notification_details.cc',
632 '../content/common/notification_service.cc', 632 '../content/common/notification_service.cc',
633 '../content/common/notification_source.cc', 633 '../content/common/notification_source.cc',
634 '../content/common/sandbox_policy.cc',
634 '../content/common/sandbox_init_wrapper_win.cc', 635 '../content/common/sandbox_init_wrapper_win.cc',
635 '../content/common/url_constants.cc', 636 '../content/common/url_constants.cc',
636 ], 637 ],
637 'msvs_settings': { 638 'msvs_settings': {
638 'VCLinkerTool': { 639 'VCLinkerTool': {
639 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', 640 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib',
640 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', 641 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb',
641 }, 642 },
642 }, 643 },
643 'configurations': { 644 'configurations': {
644 'Common_Base': { 645 'Common_Base': {
645 'msvs_target_platform': 'x64', 646 'msvs_target_platform': 'x64',
646 }, 647 },
647 'Debug_Base': { 648 'Debug_Base': {
648 'msvs_settings': { 649 'msvs_settings': {
649 'VCLinkerTool': { 650 'VCLinkerTool': {
650 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 651 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
651 }, 652 },
652 }, 653 },
653 }, 654 },
654 }, 655 },
655 }, # target chrome_dll 656 }, # target chrome_dll
656 ], 657 ],
657 }], 658 }],
658 ], 659 ],
659 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698