OLD | NEW |
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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1680 | 1680 |
1681 # Exclude all of views. | 1681 # Exclude all of views. |
1682 ['exclude', '^browser/views/'], | 1682 ['exclude', '^browser/views/'], |
1683 ], | 1683 ], |
1684 'conditions': [ | 1684 'conditions': [ |
1685 ['toolkit_views==1',{ | 1685 ['toolkit_views==1',{ |
1686 'sources/': [ | 1686 'sources/': [ |
1687 ['include', '^browser/dock_info_gtk.cc'], | 1687 ['include', '^browser/dock_info_gtk.cc'], |
1688 ['include', '^browser/dock_info.cc'], | 1688 ['include', '^browser/dock_info.cc'], |
1689 ['include', '^browser/dock_info.h'], | 1689 ['include', '^browser/dock_info.h'], |
| 1690 ['include', '^browser/views/bookmark_bar_view.cc'], |
| 1691 ['include', '^browser/views/bookmark_bar_view.h'], |
1690 ['include', '^browser/views/bookmark_menu_button.cc'], | 1692 ['include', '^browser/views/bookmark_menu_button.cc'], |
1691 ['include', '^browser/views/bookmark_menu_button.h'], | 1693 ['include', '^browser/views/bookmark_menu_button.h'], |
1692 ['include', '^browser/views/bookmark_menu_controller_views.cc'], | 1694 ['include', '^browser/views/bookmark_menu_controller_views.cc'], |
1693 ['include', '^browser/views/dialog_stubs_gtk.cc'], | 1695 ['include', '^browser/views/dialog_stubs_gtk.cc'], |
1694 ['include', '^browser/views/download_item_view.cc'], | 1696 ['include', '^browser/views/download_item_view.cc'], |
1695 ['include', '^browser/views/download_item_view.h'], | 1697 ['include', '^browser/views/download_item_view.h'], |
1696 ['include', '^browser/views/download_shelf_view.cc'], | 1698 ['include', '^browser/views/download_shelf_view.cc'], |
1697 ['include', '^browser/views/download_shelf_view.h'], | 1699 ['include', '^browser/views/download_shelf_view.h'], |
1698 ['include', '^browser/views/event_utils.cc'], | 1700 ['include', '^browser/views/event_utils.cc'], |
1699 ['include', '^browser/views/event_utils.h'], | 1701 ['include', '^browser/views/event_utils.h'], |
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4103 # Use outputs of this action as inputs for the main target build. | 4105 # Use outputs of this action as inputs for the main target build. |
4104 # Seems as a misnomer but makes this happy on Linux (scons). | 4106 # Seems as a misnomer but makes this happy on Linux (scons). |
4105 'process_outputs_as_sources': 1, | 4107 'process_outputs_as_sources': 1, |
4106 }, | 4108 }, |
4107 ], # 'actions' | 4109 ], # 'actions' |
4108 }, | 4110 }, |
4109 ] | 4111 ] |
4110 }], | 4112 }], |
4111 ], # 'conditions' | 4113 ], # 'conditions' |
4112 } | 4114 } |
OLD | NEW |