| 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 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 'browser/google_url_tracker.cc', | 896 'browser/google_url_tracker.cc', |
| 897 'browser/google_url_tracker.h', | 897 'browser/google_url_tracker.h', |
| 898 'browser/google_util.cc', | 898 'browser/google_util.cc', |
| 899 'browser/google_util.h', | 899 'browser/google_util.h', |
| 900 'browser/gtk/about_chrome_dialog.cc', | 900 'browser/gtk/about_chrome_dialog.cc', |
| 901 'browser/gtk/about_chrome_dialog.h', | 901 'browser/gtk/about_chrome_dialog.h', |
| 902 'browser/gtk/back_forward_button_gtk.cc', | 902 'browser/gtk/back_forward_button_gtk.cc', |
| 903 'browser/gtk/back_forward_button_gtk.h', | 903 'browser/gtk/back_forward_button_gtk.h', |
| 904 'browser/gtk/back_forward_menu_model_gtk.cc', | 904 'browser/gtk/back_forward_menu_model_gtk.cc', |
| 905 'browser/gtk/back_forward_menu_model_gtk.h', | 905 'browser/gtk/back_forward_menu_model_gtk.h', |
| 906 'browser/gtk/blocked_popup_container_view_gtk.cc', |
| 907 'browser/gtk/blocked_popup_container_view_gtk.h', |
| 906 'browser/gtk/bookmark_bar_gtk.cc', | 908 'browser/gtk/bookmark_bar_gtk.cc', |
| 907 'browser/gtk/bookmark_bar_gtk.h', | 909 'browser/gtk/bookmark_bar_gtk.h', |
| 908 'browser/gtk/bookmark_bubble_gtk.cc', | 910 'browser/gtk/bookmark_bubble_gtk.cc', |
| 909 'browser/gtk/bookmark_bubble_gtk.h', | 911 'browser/gtk/bookmark_bubble_gtk.h', |
| 910 'browser/gtk/bookmark_editor_gtk.cc', | 912 'browser/gtk/bookmark_editor_gtk.cc', |
| 911 'browser/gtk/bookmark_editor_gtk.h', | 913 'browser/gtk/bookmark_editor_gtk.h', |
| 912 'browser/gtk/bookmark_manager_gtk.cc', | 914 'browser/gtk/bookmark_manager_gtk.cc', |
| 913 'browser/gtk/bookmark_manager_gtk.h', | 915 'browser/gtk/bookmark_manager_gtk.h', |
| 914 'browser/gtk/bookmark_menu_controller_gtk.cc', | 916 'browser/gtk/bookmark_menu_controller_gtk.cc', |
| 915 'browser/gtk/bookmark_menu_controller_gtk.h', | 917 'browser/gtk/bookmark_menu_controller_gtk.h', |
| (...skipping 3611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4527 # Use outputs of this action as inputs for the main target build. | 4529 # Use outputs of this action as inputs for the main target build. |
| 4528 # Seems as a misnomer but makes this happy on Linux (scons). | 4530 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4529 'process_outputs_as_sources': 1, | 4531 'process_outputs_as_sources': 1, |
| 4530 }, | 4532 }, |
| 4531 ], # 'actions' | 4533 ], # 'actions' |
| 4532 }, | 4534 }, |
| 4533 ] | 4535 ] |
| 4534 }], | 4536 }], |
| 4535 ], # 'conditions' | 4537 ], # 'conditions' |
| 4536 } | 4538 } |
| OLD | NEW |