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

Unified Diff: tools/gn/example/hello_static.h

Issue 440333002: Support more configurability in GN toolchains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unsigned check 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 | « tools/gn/example/hello_shared.cc ('k') | tools/gn/example/hello_static.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/example/hello_static.h
diff --git a/mojo/examples/echo/echo_service.mojom b/tools/gn/example/hello_static.h
similarity index 61%
copy from mojo/examples/echo/echo_service.mojom
copy to tools/gn/example/hello_static.h
index 6168d6ff2298185fb33e416e9f2eb76d952622fe..248ca0505d6fb2e5d5dbe2ecbf10cc28dcf24408 100644
--- a/mojo/examples/echo/echo_service.mojom
+++ b/tools/gn/example/hello_static.h
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo.examples {
+#ifndef HELLO_STATIC_H_
+#define HELLO_STATIC_H_
-interface EchoService {
- EchoString(string value) => (string value);
-};
+const char* GetStaticText();
-}
+#endif // HELLO_STATIC_H_
« no previous file with comments | « tools/gn/example/hello_shared.cc ('k') | tools/gn/example/hello_static.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698