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 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1696 ['include', '^browser/views/tab_contents/native_tab_contents_con
tainer_gtk.cc'], | 1696 ['include', '^browser/views/tab_contents/native_tab_contents_con
tainer_gtk.cc'], |
1697 ['include', '^browser/views/tab_contents/native_tab_contents_con
tainer_gtk.h'], | 1697 ['include', '^browser/views/tab_contents/native_tab_contents_con
tainer_gtk.h'], |
1698 ['include', '^browser/views/tabs/dragged_tab_view.cc'], | 1698 ['include', '^browser/views/tabs/dragged_tab_view.cc'], |
1699 ['include', '^browser/views/tabs/dragged_tab_view.h'], | 1699 ['include', '^browser/views/tabs/dragged_tab_view.h'], |
1700 ['include', '^browser/views/tabs/tab.cc'], | 1700 ['include', '^browser/views/tabs/tab.cc'], |
1701 ['include', '^browser/views/tabs/tab.h'], | 1701 ['include', '^browser/views/tabs/tab.h'], |
1702 ['include', '^browser/views/tabs/tab_renderer.cc'], | 1702 ['include', '^browser/views/tabs/tab_renderer.cc'], |
1703 ['include', '^browser/views/tabs/tab_renderer.h'], | 1703 ['include', '^browser/views/tabs/tab_renderer.h'], |
1704 ['include', '^browser/views/tabs/tab_strip.cc'], | 1704 ['include', '^browser/views/tabs/tab_strip.cc'], |
1705 ['include', '^browser/views/tabs/tab_strip.h'], | 1705 ['include', '^browser/views/tabs/tab_strip.h'], |
| 1706 ['include', '^browser/views/toolbar_view.cc'], |
| 1707 ['include', '^browser/views/toolbar_view.h'], |
1706 ['include', '^browser/window_sizer.cc'], | 1708 ['include', '^browser/window_sizer.cc'], |
1707 ['include', '^browser/window_sizer.h'], | 1709 ['include', '^browser/window_sizer.h'], |
1708 | 1710 |
1709 # Exclude all of browser/gtk, then include the things we want. | 1711 # Exclude all of browser/gtk, then include the things we want. |
1710 ['exclude', '^browser/gtk'], | 1712 ['exclude', '^browser/gtk'], |
1711 ['include', '^browser/gtk/dialogs_gtk.cc'], | 1713 ['include', '^browser/gtk/dialogs_gtk.cc'], |
1712 ['include', '^browser/gtk/dialogs_gtk.h'], | 1714 ['include', '^browser/gtk/dialogs_gtk.h'], |
1713 ['include', '^browser/gtk/download_started_animation_gtk.cc'], | 1715 ['include', '^browser/gtk/download_started_animation_gtk.cc'], |
1714 ['include', '^browser/gtk/download_started_animation_gtk.h'], | 1716 ['include', '^browser/gtk/download_started_animation_gtk.h'], |
1715 ['include', '^browser/gtk/focus_store_gtk.cc'], | 1717 ['include', '^browser/gtk/focus_store_gtk.cc'], |
(...skipping 2167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3883 # Use outputs of this action as inputs for the main target build. | 3885 # Use outputs of this action as inputs for the main target build. |
3884 # Seems as a misnomer but makes this happy on Linux (scons). | 3886 # Seems as a misnomer but makes this happy on Linux (scons). |
3885 'process_outputs_as_sources': 1, | 3887 'process_outputs_as_sources': 1, |
3886 }, | 3888 }, |
3887 ], # 'actions' | 3889 ], # 'actions' |
3888 }, | 3890 }, |
3889 ] | 3891 ] |
3890 }], | 3892 }], |
3891 ], # 'conditions' | 3893 ], # 'conditions' |
3892 } | 3894 } |
OLD | NEW |