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

Unified Diff: content/shell/BUILD.gn

Issue 1423883002: content: Fix for GN Mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index f3b26add95fe8c105c7e04fc7463bf2ea3f4a525..3538f6bac154231e19236577ee67d806deb63cf7 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -484,8 +484,8 @@ if (is_mac) {
output_name = "content_shell_framework" # Temporary one with no spaces.
sources = [
- "shell_content_main.cc",
- "shell_content_main.h",
+ "app/shell_content_main.cc",
+ "app/shell_content_main.h",
]
deps = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698