Commit fd9bd7de authored by vchigrin's avatar vchigrin Committed by Commit bot

Fix some errors in GN files for content.

Review URL: https://codereview.chromium.org/828853004

Cr-Commit-Position: refs/heads/master@{#311429}
parent 737a4ba8
...@@ -354,6 +354,20 @@ source_set("common") { ...@@ -354,6 +354,20 @@ source_set("common") {
] ]
include_dirs += [ "//third_party/khronos" ] include_dirs += [ "//third_party/khronos" ]
deps += [ "//ui/gl" ] deps += [ "//ui/gl" ]
libs += [
"d3d9.lib",
"dxva2.lib",
"strmiids.lib",
"mf.lib",
"mfplat.lib",
"mfuuid.lib",
]
ldflags += [
"/DELAYLOAD:d3d9.dll",
"/DELAYLOAD:dxva2.dll",
"/DELAYLOAD:mf.dll",
"/DELAYLOAD:mfplat.dll",
]
# TODO(GYP): extract_xinput action. # TODO(GYP): extract_xinput action.
} }
......
...@@ -325,7 +325,7 @@ if (!is_mac) { ...@@ -325,7 +325,7 @@ if (!is_mac) {
# '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', # '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
# ], # ],
deps += [ deps += [
"//contemt/app/strings", "//content/app/strings",
"//net:net_resources", "//net:net_resources",
"//third_party/WebKit/public:resources", "//third_party/WebKit/public:resources",
"//third_party/iaccessible2", "//third_party/iaccessible2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment