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

Unified Diff: base/BUILD.gn

Issue 26537002: Add a UniqueVector class to GN (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: REview comments, remove npos Created 6 years, 4 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 | « no previous file | base/debug/stack_trace_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index fbce8b11ad71ea48f9bc817b96466962e06ffd83..66a0b13b664390285b50ec1e76fdb1874d857274 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -826,6 +826,7 @@ component("base") {
# Windows.
if (is_win) {
sources -= [
+ "event_recorder_stubs.cc",
"message_loop/message_pump_libevent.cc",
"strings/string16.cc",
# Not using sha1_win.cc because it may have caused a
@@ -833,6 +834,9 @@ component("base") {
"sha1_win.cc",
]
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ #cflags = [ "/wd4267" ]
+
libs = [
"netapi32.lib",
"powrprof.lib",
« no previous file with comments | « no previous file | base/debug/stack_trace_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698