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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 3158036: Add a helper process to Chrome Frame to allow for non-administrative installs... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | « chrome_frame/bho_loader.cc ('k') | chrome_frame/chrome_frame_helper_dll.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'type': 'shared_library', 751 'type': 'shared_library',
752 'msvs_guid': 'E3DE7E63-D3B6-4A9F-BCC4-5C8169E9C9F2', 752 'msvs_guid': 'E3DE7E63-D3B6-4A9F-BCC4-5C8169E9C9F2',
753 'dependencies': [ 753 'dependencies': [
754 'base_noicu', 754 'base_noicu',
755 'chrome_frame_ie', 755 'chrome_frame_ie',
756 'chrome_frame_npapi', 756 'chrome_frame_npapi',
757 'chrome_frame_strings', 757 'chrome_frame_strings',
758 'chrome_frame_utils', 758 'chrome_frame_utils',
759 'xulrunner_sdk', 759 'xulrunner_sdk',
760 'chrome_frame_launcher.gyp:chrome_launcher', 760 'chrome_frame_launcher.gyp:chrome_launcher',
761 'chrome_frame_launcher.gyp:chrome_frame_helper',
762 'chrome_frame_launcher.gyp:chrome_frame_helper_dll',
761 '../chrome/chrome.gyp:chrome_version_header', 763 '../chrome/chrome.gyp:chrome_version_header',
762 '../chrome/chrome.gyp:common', 764 '../chrome/chrome.gyp:common',
763 '../chrome/chrome.gyp:utility', 765 '../chrome/chrome.gyp:utility',
764 '../build/temp_gyp/googleurl.gyp:googleurl', 766 '../build/temp_gyp/googleurl.gyp:googleurl',
765 ], 767 ],
766 'sources': [ 768 'sources': [
767 'chrome_frame_npapi.rgs', 769 'chrome_frame_npapi.rgs',
768 'chrome_frame_npapi_entrypoints.cc', 770 'chrome_frame_npapi_entrypoints.cc',
769 'chrome_frame_npapi_entrypoints.h', 771 'chrome_frame_npapi_entrypoints.h',
770 'chrome_frame_reporting.cc', 772 'chrome_frame_reporting.cc',
771 'chrome_frame_reporting.h', 773 'chrome_frame_reporting.h',
772 'chrome_tab.cc', 774 'chrome_tab.cc',
773 'chrome_tab.def', 775 'chrome_tab.def',
774 'chrome_tab.h', 776 'chrome_tab.h',
775 'chrome_tab.idl', 777 'chrome_tab.idl',
776 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can 778 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can
777 # figure out something more gyp-ish. 779 # figure out something more gyp-ish.
778 'resources/tlb_resource.rc', 780 'resources/tlb_resource.rc',
779 'chrome_tab.rgs', 781 'chrome_tab.rgs',
780 'chrome_tab_version.rc', 782 'chrome_tab_version.rc',
781 'resource.h', 783 'resource.h',
782 ], 784 ],
783 'include_dirs': [ 785 'include_dirs': [
784 # To allow including "chrome_tab.h" 786 # To allow including "chrome_tab.h"
785 '<(INTERMEDIATE_DIR)', 787 '<(INTERMEDIATE_DIR)',
786 '<(INTERMEDIATE_DIR)/../chrome_frame', 788 '<(INTERMEDIATE_DIR)/../npchrome_frame',
787 ], 789 ],
788 'conditions': [ 790 'conditions': [
789 ['OS=="win"', { 791 ['OS=="win"', {
790 # NOTE(slightlyoff): 792 # NOTE(slightlyoff):
791 # this is a fix for the include dirs length limit on the resource 793 # this is a fix for the include dirs length limit on the resource
792 # compiler, tickled by the xul_include_dirs variable 794 # compiler, tickled by the xul_include_dirs variable
793 'resource_include_dirs': [ 795 'resource_include_dirs': [
794 '<(INTERMEDIATE_DIR)' 796 '<(INTERMEDIATE_DIR)'
795 ], 797 ],
796 'sources': [ 798 'sources': [
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 ], # 'conditions' 968 ], # 'conditions'
967 } 969 }
968 970
969 # vim: shiftwidth=2:et:ai:tabstop=2 971 # vim: shiftwidth=2:et:ai:tabstop=2
970 972
971 # Local Variables: 973 # Local Variables:
972 # tab-width:2 974 # tab-width:2
973 # indent-tabs-mode:nil 975 # indent-tabs-mode:nil
974 # End: 976 # End:
975 # vim: set expandtab tabstop=2 shiftwidth=2: 977 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome_frame/bho_loader.cc ('k') | chrome_frame/chrome_frame_helper_dll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698