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

Unified Diff: apps/apps.gypi

Issue 12321107: Move shell integration code from chrome/browser to apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « apps/DEPS ('k') | apps/shell_integration.h » ('j') | apps/shell_integration.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 76bca7eef411313ddcadd48f8aa5e2551d908b56..0266039918ca69a606495a6d1f086c89925217dd 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -32,6 +32,13 @@
'pref_names.h',
'prefs.cc',
'prefs.h',
+ 'shell_integration.cc',
+ 'shell_integration.h',
+ 'shell_integration_android.cc',
+ 'shell_integration_linux.cc',
+ 'shell_integration_linux.h',
+ 'shell_integration_mac.mm',
+ 'shell_integration_win.cc',
],
'conditions': [
['enable_extensions==0', {
« no previous file with comments | « apps/DEPS ('k') | apps/shell_integration.h » ('j') | apps/shell_integration.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698