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

Side by Side Diff: chrome/chrome.gyp

Issue 125105: Add Personal Stuff tab page to Options in Linux (Closed)
Patch Set: fix git nit 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/options_window_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 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'browser/gtk/find_bar_gtk.cc', 1001 'browser/gtk/find_bar_gtk.cc',
1002 'browser/gtk/find_bar_gtk.h', 1002 'browser/gtk/find_bar_gtk.h',
1003 'browser/gtk/focus_store_gtk.cc', 1003 'browser/gtk/focus_store_gtk.cc',
1004 'browser/gtk/focus_store_gtk.h', 1004 'browser/gtk/focus_store_gtk.h',
1005 'browser/gtk/location_bar_view_gtk.cc', 1005 'browser/gtk/location_bar_view_gtk.cc',
1006 'browser/gtk/location_bar_view_gtk.h', 1006 'browser/gtk/location_bar_view_gtk.h',
1007 'browser/gtk/menu_gtk.cc', 1007 'browser/gtk/menu_gtk.cc',
1008 'browser/gtk/menu_gtk.h', 1008 'browser/gtk/menu_gtk.h',
1009 'browser/gtk/nine_box.cc', 1009 'browser/gtk/nine_box.cc',
1010 'browser/gtk/nine_box.h', 1010 'browser/gtk/nine_box.h',
1011 'browser/gtk/options/content_page_gtk.cc',
1012 'browser/gtk/options/content_page_gtk.h',
1011 'browser/gtk/options/general_page_gtk.cc', 1013 'browser/gtk/options/general_page_gtk.cc',
1012 'browser/gtk/options/general_page_gtk.h', 1014 'browser/gtk/options/general_page_gtk.h',
1013 'browser/gtk/options/options_layout_gtk.cc', 1015 'browser/gtk/options/options_layout_gtk.cc',
1014 'browser/gtk/options/options_layout_gtk.h', 1016 'browser/gtk/options/options_layout_gtk.h',
1015 'browser/gtk/options/options_window_gtk.cc', 1017 'browser/gtk/options/options_window_gtk.cc',
1016 'browser/gtk/options/url_picker_dialog_gtk.cc', 1018 'browser/gtk/options/url_picker_dialog_gtk.cc',
1017 'browser/gtk/options/url_picker_dialog_gtk.h', 1019 'browser/gtk/options/url_picker_dialog_gtk.h',
1018 'browser/gtk/sad_tab_gtk.cc', 1020 'browser/gtk/sad_tab_gtk.cc',
1019 'browser/gtk/sad_tab_gtk.h', 1021 'browser/gtk/sad_tab_gtk.h',
1020 'browser/gtk/slide_animator_gtk.cc', 1022 'browser/gtk/slide_animator_gtk.cc',
(...skipping 3763 matching lines...) Expand 10 before | Expand all | Expand 10 after
4784 # Use outputs of this action as inputs for the main target build. 4786 # Use outputs of this action as inputs for the main target build.
4785 # Seems as a misnomer but makes this happy on Linux (scons). 4787 # Seems as a misnomer but makes this happy on Linux (scons).
4786 'process_outputs_as_sources': 1, 4788 'process_outputs_as_sources': 1,
4787 }, 4789 },
4788 ], # 'actions' 4790 ], # 'actions'
4789 }, 4791 },
4790 ] 4792 ]
4791 }], 4793 }],
4792 ], # 'conditions' 4794 ], # 'conditions'
4793 } 4795 }
OLDNEW
« no previous file with comments | « chrome/browser/gtk/options/options_window_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698