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 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 'browser/views/bug_report_view.cc', | 1947 'browser/views/bug_report_view.cc', |
1948 'browser/views/bug_report_view.h', | 1948 'browser/views/bug_report_view.h', |
1949 'browser/views/chrome_views_delegate.cc', | 1949 'browser/views/chrome_views_delegate.cc', |
1950 'browser/views/chrome_views_delegate.h', | 1950 'browser/views/chrome_views_delegate.h', |
1951 'browser/views/clear_browsing_data.cc', | 1951 'browser/views/clear_browsing_data.cc', |
1952 'browser/views/clear_browsing_data.h', | 1952 'browser/views/clear_browsing_data.h', |
1953 'browser/views/constrained_window_win.cc', | 1953 'browser/views/constrained_window_win.cc', |
1954 'browser/views/constrained_window_win.h', | 1954 'browser/views/constrained_window_win.h', |
1955 'browser/views/confirm_message_box_dialog.cc', | 1955 'browser/views/confirm_message_box_dialog.cc', |
1956 'browser/views/confirm_message_box_dialog.h', | 1956 'browser/views/confirm_message_box_dialog.h', |
| 1957 'browser/views/detachable_toolbar_view.cc', |
| 1958 'browser/views/detachable_toolbar_view.h', |
1957 'browser/views/dialog_stubs_gtk.cc', | 1959 'browser/views/dialog_stubs_gtk.cc', |
1958 'browser/views/dom_view.cc', | 1960 'browser/views/dom_view.cc', |
1959 'browser/views/dom_view.h', | 1961 'browser/views/dom_view.h', |
1960 'browser/views/download_item_view.cc', | 1962 'browser/views/download_item_view.cc', |
1961 'browser/views/download_item_view.h', | 1963 'browser/views/download_item_view.h', |
1962 'browser/views/download_shelf_view.cc', | 1964 'browser/views/download_shelf_view.cc', |
1963 'browser/views/download_shelf_view.h', | 1965 'browser/views/download_shelf_view.h', |
1964 'browser/views/download_started_animation_win.cc', | 1966 'browser/views/download_started_animation_win.cc', |
1965 'browser/views/edit_search_engine_dialog.cc', | 1967 'browser/views/edit_search_engine_dialog.cc', |
1966 'browser/views/edit_search_engine_dialog.h', | 1968 'browser/views/edit_search_engine_dialog.h', |
(...skipping 4118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6085 # Use outputs of this action as inputs for the main target build. | 6087 # Use outputs of this action as inputs for the main target build. |
6086 # Seems as a misnomer but makes this happy on Linux (scons). | 6088 # Seems as a misnomer but makes this happy on Linux (scons). |
6087 'process_outputs_as_sources': 1, | 6089 'process_outputs_as_sources': 1, |
6088 }, | 6090 }, |
6089 ], # 'actions' | 6091 ], # 'actions' |
6090 }, | 6092 }, |
6091 ] | 6093 ] |
6092 }], | 6094 }], |
6093 ], # 'conditions' | 6095 ], # 'conditions' |
6094 } | 6096 } |
OLD | NEW |