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

Unified Diff: components/dummy/dont_depend_on_me_main.cc

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/depend_on_me.h ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dummy/dont_depend_on_me_main.cc
diff --git a/components/dummy/dont_depend_on_me_main.cc b/components/dummy/dont_depend_on_me_main.cc
new file mode 100644
index 0000000000000000000000000000000000000000..cf1ca6514597da8ed727b5ab517cb220a4f9fcf1
--- /dev/null
+++ b/components/dummy/dont_depend_on_me_main.cc
@@ -0,0 +1,5 @@
+#include <iostream>
+
+void main() {
+ std::cout << "foo"
+}
« no previous file with comments | « components/dummy/depend_on_me.h ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698