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

Unified Diff: chrome/chrome_browser.gypi

Issue 7945014: Applied review comments from oshima for CL 7850026. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 3 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/screensaver_window_finder_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 300ed1ee71b7fc99402bf7b90f498d963f8cca44..aa33877f98e6de2bb9d267d74ef1478cfb6ad351 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1958,8 +1958,8 @@
'browser/safe_browsing/safe_browsing_store_file.h',
'browser/safe_browsing/safe_browsing_util.cc',
'browser/safe_browsing/safe_browsing_util.h',
- 'browser/screensaver_window_finder_linux.cc',
- 'browser/screensaver_window_finder_linux.h',
+ 'browser/screensaver_window_finder_gtk.cc',
+ 'browser/screensaver_window_finder_gtk.h',
'browser/search_engines/search_engine_type.h',
'browser/search_engines/search_host_to_urls_map.cc',
'browser/search_engines/search_host_to_urls_map.h',
@@ -4963,6 +4963,8 @@
['exclude', '^browser/process_singleton_linux.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
+ ['exclude', '^browser/screensaver_window_finder_gtk.cc'],
+ ['exclude', '^browser/screensaver_window_finder_gtk.h'],
['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'],
['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
« no previous file with comments | « chrome/browser/screensaver_window_finder_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698