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

Side by Side Diff: chrome/chrome.gyp

Issue 115831: Converts a bunch things from NativeWindow to NativeView to make it... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/bookmark_menu_controller_views.cc ('k') | chrome/common/gtk_util.h » ('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 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1679 1679
1680 # Exclude all of views. 1680 # Exclude all of views.
1681 ['exclude', '^browser/views/'], 1681 ['exclude', '^browser/views/'],
1682 ], 1682 ],
1683 'conditions': [ 1683 'conditions': [
1684 ['toolkit_views==1',{ 1684 ['toolkit_views==1',{
1685 'sources/': [ 1685 'sources/': [
1686 ['include', '^browser/dock_info_gtk.cc'], 1686 ['include', '^browser/dock_info_gtk.cc'],
1687 ['include', '^browser/dock_info.cc'], 1687 ['include', '^browser/dock_info.cc'],
1688 ['include', '^browser/dock_info.h'], 1688 ['include', '^browser/dock_info.h'],
1689 ['include', '^browser/views/bookmark_menu_button.cc'],
1690 ['include', '^browser/views/bookmark_menu_button.h'],
1689 ['include', '^browser/views/bookmark_menu_controller_views.cc'], 1691 ['include', '^browser/views/bookmark_menu_controller_views.cc'],
1690 ['include', '^browser/views/dialog_stubs_gtk.cc'], 1692 ['include', '^browser/views/dialog_stubs_gtk.cc'],
1691 ['include', '^browser/views/download_item_view.cc'], 1693 ['include', '^browser/views/download_item_view.cc'],
1692 ['include', '^browser/views/download_item_view.h'], 1694 ['include', '^browser/views/download_item_view.h'],
1693 ['include', '^browser/views/download_shelf_view.cc'], 1695 ['include', '^browser/views/download_shelf_view.cc'],
1694 ['include', '^browser/views/download_shelf_view.h'], 1696 ['include', '^browser/views/download_shelf_view.h'],
1695 ['include', '^browser/views/event_utils.cc'], 1697 ['include', '^browser/views/event_utils.cc'],
1696 ['include', '^browser/views/event_utils.h'], 1698 ['include', '^browser/views/event_utils.h'],
1697 ['include', '^browser/views/find_bar_view.cc'], 1699 ['include', '^browser/views/find_bar_view.cc'],
1698 ['include', '^browser/views/find_bar_view.h'], 1700 ['include', '^browser/views/find_bar_view.h'],
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3886 # Use outputs of this action as inputs for the main target build. 3888 # Use outputs of this action as inputs for the main target build.
3887 # Seems as a misnomer but makes this happy on Linux (scons). 3889 # Seems as a misnomer but makes this happy on Linux (scons).
3888 'process_outputs_as_sources': 1, 3890 'process_outputs_as_sources': 1,
3889 }, 3891 },
3890 ], # 'actions' 3892 ], # 'actions'
3891 }, 3893 },
3892 ] 3894 ]
3893 }], 3895 }],
3894 ], # 'conditions' 3896 ], # 'conditions'
3895 } 3897 }
OLDNEW
« no previous file with comments | « chrome/browser/views/bookmark_menu_controller_views.cc ('k') | chrome/common/gtk_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698