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

Unified Diff: apps/apps.gypi

Issue 12378037: Move apps_shortcut_manager into src/apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hmmmm 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
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 76bca7eef411313ddcadd48f8aa5e2551d908b56..cd86d7f2f6c5d65378e0e1deea372d96bfe1fbf2 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -32,6 +32,10 @@
'pref_names.h',
'prefs.cc',
'prefs.h',
+ 'shortcut_manager.cc',
+ 'shortcut_manager.h',
+ 'shortcut_manager_factory.cc',
+ 'shortcut_manager_factory.h',
],
'conditions': [
['enable_extensions==0', {
@@ -39,6 +43,11 @@
['exclude', '^apps/'],
],
}],
+ ['toolkit_uses_gtk == 1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:gdk',
tfarina 2013/03/03 23:57:49 why do you need this now?
benwells 2013/03/04 01:30:03 good question. it was needed because i am now incl
+ ],
+ }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « apps/DEPS ('k') | apps/shortcut_manager.h » ('j') | apps/shortcut_manager_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698