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

Unified Diff: chrome/browser/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 | « chrome/app_shim/app_shim.gypi ('k') | chrome/browser/apps/app_shim/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 758104a099d1c47d8330a89061ae2681953688ac..530e0526d3939f54c5f6efe2cf249f2218f2904e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -384,8 +384,8 @@ source_set("browser") {
sources +=
rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome")
deps += [
- #"app_shim" TODO(GYP) bug 512600
- #"browser_app_shim" TODO(GYP) bug 512600
+ "//chrome/app_shim",
+ "//chrome/browser/apps/app_shim",
]
}
if (is_mac || is_android) {
« no previous file with comments | « chrome/app_shim/app_shim.gypi ('k') | chrome/browser/apps/app_shim/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698