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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 5931001: Get rid of the dependency of a number of chrome frame projects on the xulrunn... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 69266)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -152,6 +152,7 @@
'chrome_frame_privileged_mock',
'chrome_frame_strings',
'chrome_tab_idl',
+ 'xulrunner_sdk',
],
'sources': [
'chrome_tab.h',
@@ -188,6 +189,9 @@
'urlmon_upload_data_stream_unittest.cc',
'vtable_patch_manager_unittest.cc',
],
+ 'include_dirs': [
+ '<@(xul_include_directories)',
+ ],
'resource_include_dirs': [
'<(INTERMEDIATE_DIR)',
'<(SHARED_INTERMEDIATE_DIR)',
@@ -200,7 +204,6 @@
['coverage==0', {
'dependencies': [
'chrome_frame_npapi',
- 'xulrunner_sdk',
],
'sources': [
'chrome_frame_npapi_unittest.cc',
@@ -273,7 +276,6 @@
'chrome_frame_utils',
'chrome_tab_idl',
'npchrome_frame',
- 'xulrunner_sdk',
],
'sources': [
'../base/test_suite.h',
@@ -432,7 +434,6 @@
'msvs_settings': {
'VCLinkerTool': {
'IgnoreDefaultLibraryNames': ['nspr.lib', 'nspr4.lib'],
- 'DelayLoadDLLs': ['nspr4.dll'],
},
},
'dependencies': [
@@ -688,7 +689,6 @@
'chrome_frame_strings',
'chrome_frame_utils',
'../chrome/chrome.gyp:common',
- 'xulrunner_sdk',
],
'sources': [
'chrome_frame_npapi.cc',
@@ -707,6 +707,9 @@
'ns_isupports_impl.h',
'scoped_ns_ptr_win.h',
],
+ 'include_dirs': [
+ '<@(xul_include_directories)',
+ ],
},
{
'target_name': 'chrome_frame_strings',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698