summaryrefslogtreecommitdiffstats
path: root/ui/views
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-28 19:30:43 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-28 19:30:43 +0000
commit3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7 (patch)
treea419c7c0778bb5e89a7f43655c7078765cb7a850 /ui/views
parent5c3f4f9f8e4035c61b70221e7e2d97494b5e4b73 (diff)
downloadchromium_src-3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7.zip
chromium_src-3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7.tar.gz
chromium_src-3f3f45f1a6767c4318aaca74cc41c9e89d8f8fd7.tar.bz2
Make intsafe.h workaround global
This was coming up in a lot of places, so make it a global include (on the express toolchain) and remove the individual occurences of the same pattern. R=wez@chromium.org TBR=sky@chromium.org BUG=308740 Review URL: https://codereview.chromium.org/47363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views')
-rw-r--r--ui/views/views.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 0013f93..548ee0c 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -576,9 +576,6 @@
'user32.dll',
],
},
- 'VCCLCompilerTool': {
- 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ],
- },
},
},
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.