Link against chromiumcontent.dll

* vendor/libchromiumcontent 4aae27b...15ada44 (3):
  > Include chromiumcontent.dll's import library
  > Export sandbox/ headers
  > Mention that Python is required to build
This commit is contained in:
Adam Roben
2013-05-22 13:46:55 -04:00
parent 35f4dfe4b0
commit 7b65fe4948
2 changed files with 8 additions and 1 deletions

View File

@@ -70,6 +70,13 @@
],
},
}],
['OS=="win"', {
'link_settings': {
'libraries': [
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
],
},
}],
],
},
],

Submodule brightray/vendor/libchromiumcontent updated: ad588f54dc...15ada44da4