diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 03:00:45 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 03:00:45 +0000 |
commit | c9248d325bd75c08d4e93cd04b064456473d468d (patch) | |
tree | 6b0590d906f0a964568ad7eb02570bd8de7dc63f /content/browser/gpu/gpu_internals_ui.cc | |
parent | d715cae5ea58ce787b195cd9dbc52f81df459adf (diff) | |
download | chromium_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.cc | 6 |
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 { |