summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_internals_ui.cc
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 03:00:45 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 03:00:45 +0000
commitc9248d325bd75c08d4e93cd04b064456473d468d (patch)
tree6b0590d906f0a964568ad7eb02570bd8de7dc63f /content/browser/gpu/gpu_internals_ui.cc
parentd715cae5ea58ce787b195cd9dbc52f81df459adf (diff)
downloadchromium_src-c9248d325bd75c08d4e93cd04b064456473d468d.zip
chromium_src-c9248d325bd75c08d4e93cd04b064456473d468d.tar.gz
chromium_src-c9248d325bd75c08d4e93cd04b064456473d468d.tar.bz2
Replace angle_path gyp variable with regular path.
The switch to angle_dx11 is complete. This is cleanup. I will land this before removing the angle_path variable from build/common.gypi. For media/ TBR=vrk@chromium.org Review URL: https://chromiumcodereview.appspot.com/18161007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_internals_ui.cc')
-rw-r--r--content/browser/gpu/gpu_internals_ui.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc
index edf020e..cbc2472 100644
--- a/content/browser/gpu/gpu_internals_ui.cc
+++ b/content/browser/gpu/gpu_internals_ui.cc
@@ -29,13 +29,7 @@
#include "gpu/config/gpu_feature_type.h"
#include "gpu/config/gpu_info.h"
#include "grit/content_resources.h"
-
-
-#if defined(ANGLE_DX11)
#include "third_party/angle_dx11/src/common/version.h"
-#else
-#include "third_party/angle/src/common/version.h"
-#endif
namespace content {
namespace {