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

Unified Diff: chrome/app_shim/BUILD.gn

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 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 | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/app_shim/app_shim.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app_shim/BUILD.gn
diff --git a/chrome/app_shim/BUILD.gn b/chrome/app_shim/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..c4c164b080be4efa9ac3adf2e9020bd501953e3b
--- /dev/null
+++ b/chrome/app_shim/BUILD.gn
@@ -0,0 +1,17 @@
+# Copyright 2015 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.
+
+# This is the part of the shim process compiled into Chrome. It runs only
+# in the shim process, after the shim finds and loads the Chrome
+# Framework bundle.
+source_set("app_shim") {
+ sources = [
+ "chrome_main_app_mode_mac.mm",
+ ]
+
+ deps = [
+ "//chrome/common:app_mode_app_support",
+ "//chrome:strings",
+ ]
+}
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/app_shim/app_shim.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698