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

Side by Side Diff: chrome/chrome.gyp

Issue 115133: Add import settings dialog on linux. (Closed)
Patch Set: fix mac build again Created 11 years, 7 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
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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 'browser/gtk/dialogs_gtk.cc', 872 'browser/gtk/dialogs_gtk.cc',
873 'browser/gtk/download_item_gtk.cc', 873 'browser/gtk/download_item_gtk.cc',
874 'browser/gtk/download_item_gtk.h', 874 'browser/gtk/download_item_gtk.h',
875 'browser/gtk/download_shelf_gtk.cc', 875 'browser/gtk/download_shelf_gtk.cc',
876 'browser/gtk/download_shelf_gtk.h', 876 'browser/gtk/download_shelf_gtk.h',
877 'browser/gtk/go_button_gtk.cc', 877 'browser/gtk/go_button_gtk.cc',
878 'browser/gtk/go_button_gtk.h', 878 'browser/gtk/go_button_gtk.h',
879 'browser/gtk/gtk_chrome_button.cc', 879 'browser/gtk/gtk_chrome_button.cc',
880 'browser/gtk/gtk_chrome_button.h', 880 'browser/gtk/gtk_chrome_button.h',
881 'browser/gtk/hung_renderer_dialog_gtk.cc', 881 'browser/gtk/hung_renderer_dialog_gtk.cc',
882 'browser/gtk/import_dialog_gtk.cc',
883 'browser/gtk/import_dialog_gtk.h',
882 'browser/gtk/info_bubble_gtk.cc', 884 'browser/gtk/info_bubble_gtk.cc',
883 'browser/gtk/info_bubble_gtk.h', 885 'browser/gtk/info_bubble_gtk.h',
884 'browser/gtk/infobar_container_gtk.cc', 886 'browser/gtk/infobar_container_gtk.cc',
885 'browser/gtk/infobar_container_gtk.h', 887 'browser/gtk/infobar_container_gtk.h',
886 'browser/gtk/infobar_gtk.cc', 888 'browser/gtk/infobar_gtk.cc',
887 'browser/gtk/infobar_gtk.h', 889 'browser/gtk/infobar_gtk.h',
888 'browser/gtk/find_bar_gtk.cc', 890 'browser/gtk/find_bar_gtk.cc',
889 'browser/gtk/find_bar_gtk.h', 891 'browser/gtk/find_bar_gtk.h',
890 'browser/gtk/link_button_gtk.cc', 892 'browser/gtk/link_button_gtk.cc',
891 'browser/gtk/link_button_gtk.cc', 893 'browser/gtk/link_button_gtk.cc',
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 # Use outputs of this action as inputs for the main target build. 3405 # Use outputs of this action as inputs for the main target build.
3404 # Seems as a misnomer but makes this happy on Linux (scons). 3406 # Seems as a misnomer but makes this happy on Linux (scons).
3405 'process_outputs_as_sources': 1, 3407 'process_outputs_as_sources': 1,
3406 }, 3408 },
3407 ], # 'actions' 3409 ], # 'actions'
3408 }, 3410 },
3409 ] 3411 ]
3410 }], 3412 }],
3411 ], # 'conditions' 3413 ], # 'conditions'
3412 } 3414 }
OLDNEW
« chrome/browser/gtk/import_dialog_gtk.cc ('K') | « chrome/browser/importer/importer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698