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

Unified Diff: chrome/tools/crash_service/caps/main_win.cc

Issue 861413003: skeleton GYP for CAPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« build/all.gyp ('K') | « chrome/tools/crash_service/caps/caps.ver ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/crash_service/caps/main_win.cc
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/chrome/tools/crash_service/caps/main_win.cc
similarity index 60%
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
copy to chrome/tools/crash_service/caps/main_win.cc
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..b2c0174548f349bd3a899a0cb049054db5a423cb 100644
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
+++ b/chrome/tools/crash_service/caps/main_win.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.dummy;
-
-/** Does nothing. */
-class Dummy {}
+#include <windows.h>
cpu_(ooo_6.6-7.5) 2015/01/22 00:25:18 apparently rietveld lately just selects a random f
scottmg 2015/01/22 00:30:47 It's git cl upload, you've been making too many sm
+int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) {
+ return 0;
+}
« build/all.gyp ('K') | « chrome/tools/crash_service/caps/caps.ver ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698