| 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 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |