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

Side by Side Diff: chrome/chrome.gyp

Issue 141026: Add a (non functional) gtk KeywordEditorWindow and hook it up in the relevant places. (Closed)
Patch Set: comment typo Created 11 years, 6 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/gtk/options/general_page_gtk.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'browser/gtk/import_lock_dialog_gtk.cc', 992 'browser/gtk/import_lock_dialog_gtk.cc',
993 'browser/gtk/import_lock_dialog_gtk.h', 993 'browser/gtk/import_lock_dialog_gtk.h',
994 'browser/gtk/import_progress_dialog_gtk.cc', 994 'browser/gtk/import_progress_dialog_gtk.cc',
995 'browser/gtk/import_progress_dialog_gtk.h', 995 'browser/gtk/import_progress_dialog_gtk.h',
996 'browser/gtk/info_bubble_gtk.cc', 996 'browser/gtk/info_bubble_gtk.cc',
997 'browser/gtk/info_bubble_gtk.h', 997 'browser/gtk/info_bubble_gtk.h',
998 'browser/gtk/infobar_container_gtk.cc', 998 'browser/gtk/infobar_container_gtk.cc',
999 'browser/gtk/infobar_container_gtk.h', 999 'browser/gtk/infobar_container_gtk.h',
1000 'browser/gtk/infobar_gtk.cc', 1000 'browser/gtk/infobar_gtk.cc',
1001 'browser/gtk/infobar_gtk.h', 1001 'browser/gtk/infobar_gtk.h',
1002 'browser/gtk/keyword_editor_view.cc',
1003 'browser/gtk/keyword_editor_view.h',
1002 'browser/gtk/find_bar_gtk.cc', 1004 'browser/gtk/find_bar_gtk.cc',
1003 'browser/gtk/find_bar_gtk.h', 1005 'browser/gtk/find_bar_gtk.h',
1004 'browser/gtk/focus_store_gtk.cc', 1006 'browser/gtk/focus_store_gtk.cc',
1005 'browser/gtk/focus_store_gtk.h', 1007 'browser/gtk/focus_store_gtk.h',
1006 'browser/gtk/location_bar_view_gtk.cc', 1008 'browser/gtk/location_bar_view_gtk.cc',
1007 'browser/gtk/location_bar_view_gtk.h', 1009 'browser/gtk/location_bar_view_gtk.h',
1008 'browser/gtk/menu_gtk.cc', 1010 'browser/gtk/menu_gtk.cc',
1009 'browser/gtk/menu_gtk.h', 1011 'browser/gtk/menu_gtk.h',
1010 'browser/gtk/nine_box.cc', 1012 'browser/gtk/nine_box.cc',
1011 'browser/gtk/nine_box.h', 1013 'browser/gtk/nine_box.h',
(...skipping 3773 matching lines...) Expand 10 before | Expand all | Expand 10 after
4785 # Use outputs of this action as inputs for the main target build. 4787 # Use outputs of this action as inputs for the main target build.
4786 # Seems as a misnomer but makes this happy on Linux (scons). 4788 # Seems as a misnomer but makes this happy on Linux (scons).
4787 'process_outputs_as_sources': 1, 4789 'process_outputs_as_sources': 1,
4788 }, 4790 },
4789 ], # 'actions' 4791 ], # 'actions'
4790 }, 4792 },
4791 ] 4793 ]
4792 }], 4794 }],
4793 ], # 'conditions' 4795 ], # 'conditions'
4794 } 4796 }
OLDNEW
« no previous file with comments | « chrome/browser/gtk/options/general_page_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698