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

Unified Diff: chrome/chrome_browser.gypi

Issue 1145001: Porting the app launcher to Windows, and adding an experimental flag... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/browser/views/tabs/tab_strip.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 42236)
+++ chrome/chrome_browser.gypi (working copy)
@@ -302,8 +302,6 @@
'browser/chrome_plugin_host.h',
'browser/chrome_thread.cc',
'browser/chrome_thread.h',
- 'browser/chromeos/app_launcher.h',
- 'browser/chromeos/app_launcher.cc',
'browser/chromeos/notifications/balloon_collection_impl.h',
'browser/chromeos/notifications/balloon_collection_impl.cc',
'browser/chromeos/notifications/balloon_view.h',
@@ -2040,6 +2038,8 @@
'browser/views/accelerator_table_gtk.h',
'browser/views/accessible_toolbar_view.cc',
'browser/views/accessible_toolbar_view.h',
+ 'browser/views/app_launcher.cc',
+ 'browser/views/app_launcher.h',
'browser/views/appcache_info_view.cc',
'browser/views/appcache_info_view.h',
'browser/views/autocomplete/autocomplete_popup_contents_view.cc',
@@ -2678,6 +2678,8 @@
['include', '^browser/views/accelerator_table_gtk.h'],
['include', '^browser/views/accessible_toolbar_view.cc'],
['include', '^browser/views/accessible_toolbar_view.h'],
+ ['include', '^browser/views/app_launcher.cc'],
+ ['include', '^browser/views/app_launcher.h'],
['include', '^browser/views/autocomplete/autocomplete_popup_contents_view.cc'],
['include', '^browser/views/autocomplete/autocomplete_popup_contents_view.h'],
['include', '^browser/views/autocomplete/autocomplete_popup_gtk.cc'],
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698