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

Unified Diff: mojo/application/BUILD.gn

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | mojo/application/application_runner_chromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..c91a29b24295b59072f26ffbe278186ead0c7ae8
--- /dev/null
+++ b/mojo/application/BUILD.gn
@@ -0,0 +1,17 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# GYP version: mojo/mojo_base.gyp:mojo_application_chromium
+source_set("application") {
+ sources = [
+ "application_runner_chromium.cc",
+ "application_runner_chromium.h",
+ ]
+
+ deps = [
+ "//mojo/common",
+ "//mojo/environment:chromium",
+ "//mojo/public/cpp/application",
+ ]
+}
« no previous file with comments | « no previous file | mojo/application/application_runner_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698