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

Unified Diff: chrome/chrome_common.gypi

Issue 1026833004: Make common depend on app_mode_app_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4f998ec8e63038ca23d0cee02ad84f542dd87bb4..5e0caa4b6df5ea5076bfc77725f6966de4887390 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -67,8 +67,6 @@
'common/localized_error.h',
'common/logging_chrome.cc',
'common/logging_chrome.h',
- 'common/mac/app_mode_common.h',
- 'common/mac/app_mode_common.mm',
'common/mac/app_shim_launch.h',
'common/mac/app_shim_messages.h',
'common/mac/cfbundle_blocker.h',
@@ -378,6 +376,7 @@
}],
['OS=="mac"', {
'sources': [ '<@(chrome_common_mac_sources)' ],
+ 'dependencies': [ 'app_mode_app_support' ],
jackhou1 2015/03/22 23:31:15 I think you also need to add this to chrome/common
pcc1 2015/03/23 19:36:24 Done.
}],
['OS != "ios"', {
'dependencies': [
« 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