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

Unified Diff: blimp/client/app/blimp_startup.h

Issue 1922613003: Add blimp to root GN check_targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Flipped the order of the conditional in //content/app/BUILD.gn Created 4 years, 8 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 | « blimp/client/BUILD.gn ('k') | blimp/client/blimp_client_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/blimp_startup.h
diff --git a/blimp/client/app/blimp_startup.h b/blimp/client/app/blimp_startup.h
index b9eebce09d344c703c1676351325e7b7438879d1..bd1692429d743ee143b747da0085088d3bc7f2ab 100644
--- a/blimp/client/app/blimp_startup.h
+++ b/blimp/client/app/blimp_startup.h
@@ -5,14 +5,12 @@
#ifndef BLIMP_CLIENT_APP_BLIMP_STARTUP_H_
#define BLIMP_CLIENT_APP_BLIMP_STARTUP_H_
-#include "blimp/client/blimp_client_export.h"
-
namespace blimp {
namespace client {
-BLIMP_CLIENT_EXPORT void InitializeLogging();
+void InitializeLogging();
-BLIMP_CLIENT_EXPORT bool InitializeMainMessageLoop();
+bool InitializeMainMessageLoop();
} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/blimp_client_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698