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 131027: Hook up "clear browsing data" dialog. It looks like ass right now. The intent... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | views/views.gyp » ('j') | 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 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 ['include', '^browser/views/bookmark_bar_view.h'], 1853 ['include', '^browser/views/bookmark_bar_view.h'],
1854 ['include', '^browser/views/bookmark_context_menu.cc'], 1854 ['include', '^browser/views/bookmark_context_menu.cc'],
1855 ['include', '^browser/views/bookmark_context_menu.h'], 1855 ['include', '^browser/views/bookmark_context_menu.h'],
1856 ['include', '^browser/views/bookmark_menu_button.cc'], 1856 ['include', '^browser/views/bookmark_menu_button.cc'],
1857 ['include', '^browser/views/bookmark_menu_button.h'], 1857 ['include', '^browser/views/bookmark_menu_button.h'],
1858 ['include', '^browser/views/bookmark_menu_controller_views.cc'], 1858 ['include', '^browser/views/bookmark_menu_controller_views.cc'],
1859 ['include', '^browser/views/browser_bubble_gtk.cc'], 1859 ['include', '^browser/views/browser_bubble_gtk.cc'],
1860 ['include', '^browser/views/browser_bubble.cc'], 1860 ['include', '^browser/views/browser_bubble.cc'],
1861 ['include', '^browser/views/browser_bubble.h'], 1861 ['include', '^browser/views/browser_bubble.h'],
1862 ['include', '^browser/views/chrome_views_delegate.cc'], 1862 ['include', '^browser/views/chrome_views_delegate.cc'],
1863 ['include', '^browser/views/clear_browsing_data.cc'],
1864 ['include', '^browser/views/clear_browsing_data.h'],
1863 ['include', '^browser/views/dialog_stubs_gtk.cc'], 1865 ['include', '^browser/views/dialog_stubs_gtk.cc'],
1864 ['include', '^browser/views/download_item_view.cc'], 1866 ['include', '^browser/views/download_item_view.cc'],
1865 ['include', '^browser/views/download_item_view.h'], 1867 ['include', '^browser/views/download_item_view.h'],
1866 ['include', '^browser/views/download_shelf_view.cc'], 1868 ['include', '^browser/views/download_shelf_view.cc'],
1867 ['include', '^browser/views/download_shelf_view.h'], 1869 ['include', '^browser/views/download_shelf_view.h'],
1868 ['include', '^browser/views/dragged_tab_controller.cc'], 1870 ['include', '^browser/views/dragged_tab_controller.cc'],
1869 ['include', '^browser/views/dragged_tab_controller.h'], 1871 ['include', '^browser/views/dragged_tab_controller.h'],
1870 ['include', '^browser/views/event_utils.cc'], 1872 ['include', '^browser/views/event_utils.cc'],
1871 ['include', '^browser/views/event_utils.h'], 1873 ['include', '^browser/views/event_utils.h'],
1872 ['include', '^browser/views/find_bar_view.cc'], 1874 ['include', '^browser/views/find_bar_view.cc'],
(...skipping 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after
4766 # Use outputs of this action as inputs for the main target build. 4768 # Use outputs of this action as inputs for the main target build.
4767 # Seems as a misnomer but makes this happy on Linux (scons). 4769 # Seems as a misnomer but makes this happy on Linux (scons).
4768 'process_outputs_as_sources': 1, 4770 'process_outputs_as_sources': 1,
4769 }, 4771 },
4770 ], # 'actions' 4772 ], # 'actions'
4771 }, 4773 },
4772 ] 4774 ]
4773 }], 4775 }],
4774 ], # 'conditions' 4776 ], # 'conditions'
4775 } 4777 }
OLDNEW
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698