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

Side by Side Diff: chrome/chrome.gyp

Issue 159521: Implementation of the page info dialog on Linux Gtk. (Closed)
Patch Set: Fix build Created 11 years, 4 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/views/page_info_window_view.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 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 'browser/gtk/options/general_page_gtk.h', 1133 'browser/gtk/options/general_page_gtk.h',
1134 'browser/gtk/options/options_layout_gtk.cc', 1134 'browser/gtk/options/options_layout_gtk.cc',
1135 'browser/gtk/options/options_layout_gtk.h', 1135 'browser/gtk/options/options_layout_gtk.h',
1136 'browser/gtk/options/options_window_gtk.cc', 1136 'browser/gtk/options/options_window_gtk.cc',
1137 'browser/gtk/options/passwords_exceptions_window_gtk.cc', 1137 'browser/gtk/options/passwords_exceptions_window_gtk.cc',
1138 'browser/gtk/options/passwords_exceptions_window_gtk.h', 1138 'browser/gtk/options/passwords_exceptions_window_gtk.h',
1139 'browser/gtk/options/passwords_page_gtk.cc', 1139 'browser/gtk/options/passwords_page_gtk.cc',
1140 'browser/gtk/options/passwords_page_gtk.h', 1140 'browser/gtk/options/passwords_page_gtk.h',
1141 'browser/gtk/options/url_picker_dialog_gtk.cc', 1141 'browser/gtk/options/url_picker_dialog_gtk.cc',
1142 'browser/gtk/options/url_picker_dialog_gtk.h', 1142 'browser/gtk/options/url_picker_dialog_gtk.h',
1143 'browser/gtk/page_info_window_gtk.cc',
1143 'browser/gtk/sad_tab_gtk.cc', 1144 'browser/gtk/sad_tab_gtk.cc',
1144 'browser/gtk/sad_tab_gtk.h', 1145 'browser/gtk/sad_tab_gtk.h',
1145 'browser/gtk/slide_animator_gtk.cc', 1146 'browser/gtk/slide_animator_gtk.cc',
1146 'browser/gtk/slide_animator_gtk.h', 1147 'browser/gtk/slide_animator_gtk.h',
1147 'browser/gtk/standard_menus.cc', 1148 'browser/gtk/standard_menus.cc',
1148 'browser/gtk/standard_menus.h', 1149 'browser/gtk/standard_menus.h',
1149 'browser/gtk/status_bubble_gtk.cc', 1150 'browser/gtk/status_bubble_gtk.cc',
1150 'browser/gtk/status_bubble_gtk.h', 1151 'browser/gtk/status_bubble_gtk.h',
1151 'browser/gtk/tab_contents_container_gtk.cc', 1152 'browser/gtk/tab_contents_container_gtk.cc',
1152 'browser/gtk/tab_contents_container_gtk.h', 1153 'browser/gtk/tab_contents_container_gtk.h',
(...skipping 4037 matching lines...) Expand 10 before | Expand all | Expand 10 after
5190 # Use outputs of this action as inputs for the main target build. 5191 # Use outputs of this action as inputs for the main target build.
5191 # Seems as a misnomer but makes this happy on Linux (scons). 5192 # Seems as a misnomer but makes this happy on Linux (scons).
5192 'process_outputs_as_sources': 1, 5193 'process_outputs_as_sources': 1,
5193 }, 5194 },
5194 ], # 'actions' 5195 ], # 'actions'
5195 }, 5196 },
5196 ] 5197 ]
5197 }], 5198 }],
5198 ], # 'conditions' 5199 ], # 'conditions'
5199 } 5200 }
OLDNEW
« no previous file with comments | « chrome/browser/views/page_info_window_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698