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

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: Port to GN 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
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' ],
}],
['OS != "ios"', {
'dependencies': [
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/BUILD.gn » ('j') | chrome/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698