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

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: New approach, explicitly use PCH for largest projects. Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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")
jeanluc1 2011/09/06 19:32:33 Sorry to revisit this, but why a pragma rather tha
+
namespace {
// Traverses the IDxDiagContainer tree and populates a tree of DxDiagNode
« no previous file with comments | « content/content.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698