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

Unified Diff: tools/win/IdleWakeups/stdafx.cpp

Issue 2356753004: IdleWakeups tool (Closed)
Patch Set: Missing vcproj changes. Created 4 years, 3 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 | « tools/win/IdleWakeups/stdafx.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/IdleWakeups/stdafx.cpp
diff --git a/components/tracing/test/example_proto/upper_import.proto b/tools/win/IdleWakeups/stdafx.cpp
similarity index 60%
copy from components/tracing/test/example_proto/upper_import.proto
copy to tools/win/IdleWakeups/stdafx.cpp
index c948d2e8b1f52b0da523b83acb5fbfd45544c3ea..412e62ea53a8280a57cf098bd220a3a252517041 100644
--- a/components/tracing/test/example_proto/upper_import.proto
+++ b/tools/win/IdleWakeups/stdafx.cpp
@@ -2,10 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
+#include "stdafx.h"
-package foo.bar;
-
-message TrickyPublicImport {
-}
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
brucedawson 2016/09/21 23:30:49 Delete TODO
« no previous file with comments | « tools/win/IdleWakeups/stdafx.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698