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

Side by Side Diff: chrome/chrome.gyp

Issue 194002: Add external protocol dialog for Linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/external_protocol_dialog.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 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 'browser/gtk/download_shelf_gtk.cc', 1237 'browser/gtk/download_shelf_gtk.cc',
1238 'browser/gtk/download_shelf_gtk.h', 1238 'browser/gtk/download_shelf_gtk.h',
1239 'browser/gtk/download_started_animation_gtk.cc', 1239 'browser/gtk/download_started_animation_gtk.cc',
1240 'browser/gtk/edit_search_engine_dialog.cc', 1240 'browser/gtk/edit_search_engine_dialog.cc',
1241 'browser/gtk/edit_search_engine_dialog.h', 1241 'browser/gtk/edit_search_engine_dialog.h',
1242 'browser/gtk/extension_install_prompt_gtk.cc', 1242 'browser/gtk/extension_install_prompt_gtk.cc',
1243 'browser/gtk/extension_shelf_gtk.cc', 1243 'browser/gtk/extension_shelf_gtk.cc',
1244 'browser/gtk/extension_shelf_gtk.h', 1244 'browser/gtk/extension_shelf_gtk.h',
1245 'browser/gtk/extension_view_gtk.cc', 1245 'browser/gtk/extension_view_gtk.cc',
1246 'browser/gtk/extension_view_gtk.h', 1246 'browser/gtk/extension_view_gtk.h',
1247 'browser/gtk/external_protocol_dialog_gtk.cc',
1248 'browser/gtk/external_protocol_dialog_gtk.h',
1247 'browser/gtk/find_bar_gtk.cc', 1249 'browser/gtk/find_bar_gtk.cc',
1248 'browser/gtk/find_bar_gtk.h', 1250 'browser/gtk/find_bar_gtk.h',
1249 'browser/gtk/first_run_bubble.cc', 1251 'browser/gtk/first_run_bubble.cc',
1250 'browser/gtk/first_run_bubble.h', 1252 'browser/gtk/first_run_bubble.h',
1251 'browser/gtk/first_run_dialog.cc', 1253 'browser/gtk/first_run_dialog.cc',
1252 'browser/gtk/first_run_dialog.h', 1254 'browser/gtk/first_run_dialog.h',
1253 'browser/gtk/focus_store_gtk.cc', 1255 'browser/gtk/focus_store_gtk.cc',
1254 'browser/gtk/focus_store_gtk.h', 1256 'browser/gtk/focus_store_gtk.h',
1255 'browser/gtk/go_button_gtk.cc', 1257 'browser/gtk/go_button_gtk.cc',
1256 'browser/gtk/go_button_gtk.h', 1258 'browser/gtk/go_button_gtk.h',
(...skipping 4657 matching lines...) Expand 10 before | Expand all | Expand 10 after
5914 # Use outputs of this action as inputs for the main target build. 5916 # Use outputs of this action as inputs for the main target build.
5915 # Seems as a misnomer but makes this happy on Linux (scons). 5917 # Seems as a misnomer but makes this happy on Linux (scons).
5916 'process_outputs_as_sources': 1, 5918 'process_outputs_as_sources': 1,
5917 }, 5919 },
5918 ], # 'actions' 5920 ], # 'actions'
5919 }, 5921 },
5920 ] 5922 ]
5921 }], 5923 }],
5922 ], # 'conditions' 5924 ], # 'conditions'
5923 } 5925 }
OLDNEW
« no previous file with comments | « chrome/browser/views/external_protocol_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698