| 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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 'browser/chrome_thread.cc', | 729 'browser/chrome_thread.cc', |
| 730 'browser/chrome_thread.h', | 730 'browser/chrome_thread.h', |
| 731 'browser/cocoa/about_window_controller.h', | 731 'browser/cocoa/about_window_controller.h', |
| 732 'browser/cocoa/about_window_controller.mm', | 732 'browser/cocoa/about_window_controller.mm', |
| 733 'browser/cocoa/autocomplete_text_field.h', | 733 'browser/cocoa/autocomplete_text_field.h', |
| 734 'browser/cocoa/autocomplete_text_field.mm', | 734 'browser/cocoa/autocomplete_text_field.mm', |
| 735 'browser/cocoa/autocomplete_text_field_cell.h', | 735 'browser/cocoa/autocomplete_text_field_cell.h', |
| 736 'browser/cocoa/autocomplete_text_field_cell.mm', | 736 'browser/cocoa/autocomplete_text_field_cell.mm', |
| 737 'browser/cocoa/autocomplete_text_field_editor.h', | 737 'browser/cocoa/autocomplete_text_field_editor.h', |
| 738 'browser/cocoa/autocomplete_text_field_editor.mm', | 738 'browser/cocoa/autocomplete_text_field_editor.mm', |
| 739 'browser/cocoa/autoseparating_menu.h', |
| 740 'browser/cocoa/autoseparating_menu.m', |
| 739 'browser/cocoa/background_gradient_view.h', | 741 'browser/cocoa/background_gradient_view.h', |
| 740 'browser/cocoa/background_gradient_view.mm', | 742 'browser/cocoa/background_gradient_view.mm', |
| 741 'browser/cocoa/base_view.h', | 743 'browser/cocoa/base_view.h', |
| 742 'browser/cocoa/base_view.mm', | 744 'browser/cocoa/base_view.mm', |
| 743 'browser/cocoa/browser_window_factory.mm', | 745 'browser/cocoa/browser_window_factory.mm', |
| 744 'browser/cocoa/blocked_popup_container_controller.h', | 746 'browser/cocoa/blocked_popup_container_controller.h', |
| 745 'browser/cocoa/blocked_popup_container_controller.mm', | 747 'browser/cocoa/blocked_popup_container_controller.mm', |
| 746 'browser/cocoa/bookmark_bar_bridge.h', | 748 'browser/cocoa/bookmark_bar_bridge.h', |
| 747 'browser/cocoa/bookmark_bar_bridge.mm', | 749 'browser/cocoa/bookmark_bar_bridge.mm', |
| 748 'browser/cocoa/bookmark_bar_controller.h', | 750 'browser/cocoa/bookmark_bar_controller.h', |
| (...skipping 4462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5211 # Use outputs of this action as inputs for the main target build. | 5213 # Use outputs of this action as inputs for the main target build. |
| 5212 # Seems as a misnomer but makes this happy on Linux (scons). | 5214 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5213 'process_outputs_as_sources': 1, | 5215 'process_outputs_as_sources': 1, |
| 5214 }, | 5216 }, |
| 5215 ], # 'actions' | 5217 ], # 'actions' |
| 5216 }, | 5218 }, |
| 5217 ] | 5219 ] |
| 5218 }], | 5220 }], |
| 5219 ], # 'conditions' | 5221 ], # 'conditions' |
| 5220 } | 5222 } |
| OLD | NEW |