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

Unified Diff: examples/browser/BUILD.gn

Issue 684543003: Move //mojo/examples to //examples (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « examples/bitmap_uploader/bitmap_uploader.cc ('k') | examples/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/browser/BUILD.gn
diff --git a/mojo/examples/browser/BUILD.gn b/examples/browser/BUILD.gn
similarity index 95%
rename from mojo/examples/browser/BUILD.gn
rename to examples/browser/BUILD.gn
index c8a235c7627866267169ed9a4fa8d4fcd40b4aa4..09a66930262d4a85222fd5211efcd6921dd2c509 100644
--- a/mojo/examples/browser/BUILD.gn
+++ b/examples/browser/BUILD.gn
@@ -14,12 +14,12 @@ shared_library("browser") {
deps = [
"//base",
"//cc",
+ "//examples/window_manager:bindings",
"//mojo/application",
"//mojo/aura",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
- "//mojo/examples/window_manager:bindings",
"//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/geometry",
« no previous file with comments | « examples/bitmap_uploader/bitmap_uploader.cc ('k') | examples/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698