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

Side by Side Diff: build/precompile.h

Issue 404443003: Remove intsafe_workaround.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 5 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 unified diff | Download patch
« no previous file with comments | « build/intsafe_workaround.h ('k') | sdch/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Precompiled header for Chromium project on Windows, not used by 5 // Precompiled header for Chromium project on Windows, not used by
6 // other build configurations. Using precompiled headers speeds the 6 // other build configurations. Using precompiled headers speeds the
7 // build up significantly, around 1/4th on VS 2010 on an HP Z600 with 12 7 // build up significantly, around 1/4th on VS 2010 on an HP Z600 with 12
8 // GB of memory. 8 // GB of memory.
9 // 9 //
10 // Numeric comments beside includes are the number of times they were 10 // Numeric comments beside includes are the number of times they were
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 #include <map> 99 #include <map>
100 #include <numeric> // 2 100 #include <numeric> // 2
101 #include <ostream> 101 #include <ostream>
102 #include <queue> 102 #include <queue>
103 #include <set> 103 #include <set>
104 #include <sstream> 104 #include <sstream>
105 #include <stack> 105 #include <stack>
106 #include <string> 106 #include <string>
107 #include <utility> 107 #include <utility>
108 #include <vector> 108 #include <vector>
109
110 #include "intsafe_workaround.h"
OLDNEW
« no previous file with comments | « build/intsafe_workaround.h ('k') | sdch/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698