| 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 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1566 'browser/views/browser_bubble_win.cc', | 1566 'browser/views/browser_bubble_win.cc', |
| 1567 'browser/views/browser_dialogs.h', | 1567 'browser/views/browser_dialogs.h', |
| 1568 'browser/views/bug_report_view.cc', | 1568 'browser/views/bug_report_view.cc', |
| 1569 'browser/views/bug_report_view.h', | 1569 'browser/views/bug_report_view.h', |
| 1570 'browser/views/chrome_views_delegate.cc', | 1570 'browser/views/chrome_views_delegate.cc', |
| 1571 'browser/views/chrome_views_delegate.h', | 1571 'browser/views/chrome_views_delegate.h', |
| 1572 'browser/views/clear_browsing_data.cc', | 1572 'browser/views/clear_browsing_data.cc', |
| 1573 'browser/views/clear_browsing_data.h', | 1573 'browser/views/clear_browsing_data.h', |
| 1574 'browser/views/constrained_window_win.cc', | 1574 'browser/views/constrained_window_win.cc', |
| 1575 'browser/views/constrained_window_win.h', | 1575 'browser/views/constrained_window_win.h', |
| 1576 'browser/views/confirm_message_box_dialog.cc', |
| 1577 'browser/views/confirm_message_box_dialog.h', |
| 1576 'browser/views/dialog_stubs_gtk.cc', | 1578 'browser/views/dialog_stubs_gtk.cc', |
| 1577 'browser/views/dom_view.cc', | 1579 'browser/views/dom_view.cc', |
| 1578 'browser/views/dom_view.h', | 1580 'browser/views/dom_view.h', |
| 1579 'browser/views/download_item_view.cc', | 1581 'browser/views/download_item_view.cc', |
| 1580 'browser/views/download_item_view.h', | 1582 'browser/views/download_item_view.h', |
| 1581 'browser/views/download_shelf_view.cc', | 1583 'browser/views/download_shelf_view.cc', |
| 1582 'browser/views/download_shelf_view.h', | 1584 'browser/views/download_shelf_view.h', |
| 1583 'browser/views/download_started_animation_win.cc', | 1585 'browser/views/download_started_animation_win.cc', |
| 1584 'browser/views/edit_search_engine_dialog.cc', | 1586 'browser/views/edit_search_engine_dialog.cc', |
| 1585 'browser/views/edit_search_engine_dialog.h', | 1587 'browser/views/edit_search_engine_dialog.h', |
| (...skipping 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4955 # Use outputs of this action as inputs for the main target build. | 4957 # Use outputs of this action as inputs for the main target build. |
| 4956 # Seems as a misnomer but makes this happy on Linux (scons). | 4958 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4957 'process_outputs_as_sources': 1, | 4959 'process_outputs_as_sources': 1, |
| 4958 }, | 4960 }, |
| 4959 ], # 'actions' | 4961 ], # 'actions' |
| 4960 }, | 4962 }, |
| 4961 ] | 4963 ] |
| 4962 }], | 4964 }], |
| 4963 ], # 'conditions' | 4965 ], # 'conditions' |
| 4964 } | 4966 } |
| OLD | NEW |