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

Unified Diff: extensions/shell/app_shell.gyp

Issue 1413783003: Make chrome and other targets compile on Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ChromeOS fixes 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
« BUILD.gn ('K') | « extensions/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index 0ad524cc6b0f973188b000b5959ec8d26828d4b5..718426654fa44faa3ba0ae18ed58d09d8e338082 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -16,6 +16,7 @@
},
'targets': [
{
+ # GN version: //extensions/shell:app_shell_lib
'target_name': 'app_shell_lib',
'type': 'static_library',
'dependencies': [
@@ -107,6 +108,7 @@
],
},
{
+ # GN version: //extensions/shell:app_shell
'target_name': 'app_shell',
'type': 'executable',
'mac_bundle': 1,
@@ -271,6 +273,7 @@
['OS=="mac"', {
'targets': [
{
+ # GN version: //extensions/shell:app_shell_framework
'target_name': 'app_shell_framework',
'type': 'shared_library',
'product_name': '<(app_shell_product_name) Framework',
« BUILD.gn ('K') | « extensions/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698