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

Unified Diff: content/gpu/gpu_dx_diagnostics_win.cc

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Add comments to precompile.cc Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: content/gpu/gpu_dx_diagnostics_win.cc
diff --git a/content/gpu/gpu_dx_diagnostics_win.cc b/content/gpu/gpu_dx_diagnostics_win.cc
index c36ea8f64ad1c7ec6e9022a8b5be4576d6b64b59..9d9125c271a213d9c0d7ab297ff1b82f41b7b9ea 100644
--- a/content/gpu/gpu_dx_diagnostics_win.cc
+++ b/content/gpu/gpu_dx_diagnostics_win.cc
@@ -13,6 +13,9 @@
#include "base/utf_string_conversions.h"
#include "content/gpu/gpu_info_collector.h"
+// Functions in this file depend on functions exported from dxguid.dll.
+#pragma comment(lib, "dxguid.lib")
+
namespace {
// Traverses the IDxDiagContainer tree and populates a tree of DxDiagNode
« build/precompile.h ('K') | « content/content_ppapi_plugin.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698