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

Unified Diff: mojo/examples/BUILD.gn

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « mojo/common/BUILD.gn ('k') | mojo/examples/echo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/mojo/examples/BUILD.gn
similarity index 55%
copy from components/history/core/common/BUILD.gn
copy to mojo/examples/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..f85f20fd3a79af2946766f7532cd9e98d84ae2aa 100644
--- a/components/history/core/common/BUILD.gn
+++ b/mojo/examples/BUILD.gn
@@ -2,13 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
- sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
- ]
-
+group("examples") {
deps = [
- "//base",
+ "//mojo/examples/echo",
+ "//mojo/examples/sample_app",
+ "//mojo/examples/surfaces_app",
+ "//mojo/examples/wget",
]
}
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/examples/echo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698