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

Unified Diff: components/dummy/depend_on_me.h

Issue 2550093008: Experiment with what gets compiled where (Closed)
Patch Set: Created 4 years 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 | « components/dummy/BUILD.gn ('k') | components/dummy/dont_depend_on_me_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dummy/depend_on_me.h
diff --git a/components/dummy/depend_on_me.h b/components/dummy/depend_on_me.h
new file mode 100644
index 0000000000000000000000000000000000000000..724076c9093f13cc6d93f0c8e574e494e46ee44d
--- /dev/null
+++ b/components/dummy/depend_on_me.h
@@ -0,0 +1,3 @@
+int foo(int bar) {
+ return ++bar;
+}
« no previous file with comments | « components/dummy/BUILD.gn ('k') | components/dummy/dont_depend_on_me_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698