| 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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 'browser/chrome_plugin_host.cc', | 693 'browser/chrome_plugin_host.cc', |
| 694 'browser/chrome_plugin_host.h', | 694 'browser/chrome_plugin_host.h', |
| 695 'browser/chrome_thread.cc', | 695 'browser/chrome_thread.cc', |
| 696 'browser/chrome_thread.h', | 696 'browser/chrome_thread.h', |
| 697 'browser/cocoa/about_window_controller.h', | 697 'browser/cocoa/about_window_controller.h', |
| 698 'browser/cocoa/about_window_controller.mm', | 698 'browser/cocoa/about_window_controller.mm', |
| 699 'browser/cocoa/background_gradient_view.h', | 699 'browser/cocoa/background_gradient_view.h', |
| 700 'browser/cocoa/background_gradient_view.mm', | 700 'browser/cocoa/background_gradient_view.mm', |
| 701 'browser/cocoa/base_view.h', | 701 'browser/cocoa/base_view.h', |
| 702 'browser/cocoa/base_view.mm', | 702 'browser/cocoa/base_view.mm', |
| 703 'browser/cocoa/blocked_popup_container_controller.h', |
| 704 'browser/cocoa/blocked_popup_container_controller.mm', |
| 703 'browser/cocoa/bookmark_bar_bridge.h', | 705 'browser/cocoa/bookmark_bar_bridge.h', |
| 704 'browser/cocoa/bookmark_bar_bridge.mm', | 706 'browser/cocoa/bookmark_bar_bridge.mm', |
| 705 'browser/cocoa/bookmark_bar_controller.h', | 707 'browser/cocoa/bookmark_bar_controller.h', |
| 706 'browser/cocoa/bookmark_bar_controller.mm', | 708 'browser/cocoa/bookmark_bar_controller.mm', |
| 707 'browser/cocoa/bookmark_bar_view.h', | 709 'browser/cocoa/bookmark_bar_view.h', |
| 708 'browser/cocoa/bookmark_bar_view.mm', | 710 'browser/cocoa/bookmark_bar_view.mm', |
| 709 'browser/cocoa/bookmark_button_cell.h', | 711 'browser/cocoa/bookmark_button_cell.h', |
| 710 'browser/cocoa/bookmark_button_cell.mm', | 712 'browser/cocoa/bookmark_button_cell.mm', |
| 711 'browser/cocoa/bookmark_menu_bridge.h', | 713 'browser/cocoa/bookmark_menu_bridge.h', |
| 712 'browser/cocoa/bookmark_menu_bridge.mm', | 714 'browser/cocoa/bookmark_menu_bridge.mm', |
| (...skipping 2677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3390 'browser/debugger/devtools_remote_listen_socket_unittest.cc', | 3392 'browser/debugger/devtools_remote_listen_socket_unittest.cc', |
| 3391 'browser/debugger/devtools_remote_listen_socket_unittest.h', | 3393 'browser/debugger/devtools_remote_listen_socket_unittest.h', |
| 3392 'browser/child_process_security_policy_unittest.cc', | 3394 'browser/child_process_security_policy_unittest.cc', |
| 3393 'browser/chrome_thread_unittest.cc', | 3395 'browser/chrome_thread_unittest.cc', |
| 3394 # It is safe to list */cocoa/* files in the "common" file list | 3396 # It is safe to list */cocoa/* files in the "common" file list |
| 3395 # without an explicit exclusion since gyp is smart enough to | 3397 # without an explicit exclusion since gyp is smart enough to |
| 3396 # exclude them from non-Mac builds. | 3398 # exclude them from non-Mac builds. |
| 3397 'browser/cocoa/about_window_controller_unittest.mm', | 3399 'browser/cocoa/about_window_controller_unittest.mm', |
| 3398 'browser/cocoa/base_view_unittest.mm', | 3400 'browser/cocoa/base_view_unittest.mm', |
| 3399 'browser/cocoa/background_gradient_view_unittest.mm', | 3401 'browser/cocoa/background_gradient_view_unittest.mm', |
| 3402 'browser/cocoa/blocked_popup_container_controller_unittest.mm', |
| 3400 'browser/cocoa/bookmark_bar_bridge_unittest.mm', | 3403 'browser/cocoa/bookmark_bar_bridge_unittest.mm', |
| 3401 'browser/cocoa/bookmark_bar_controller_unittest.mm', | 3404 'browser/cocoa/bookmark_bar_controller_unittest.mm', |
| 3402 'browser/cocoa/bookmark_bar_view_unittest.mm', | 3405 'browser/cocoa/bookmark_bar_view_unittest.mm', |
| 3403 'browser/cocoa/bookmark_button_cell_unittest.mm', | 3406 'browser/cocoa/bookmark_button_cell_unittest.mm', |
| 3404 'browser/cocoa/bookmark_menu_bridge_unittest.mm', | 3407 'browser/cocoa/bookmark_menu_bridge_unittest.mm', |
| 3405 'browser/cocoa/bookmark_menu_cocoa_controller_unittest.mm', | 3408 'browser/cocoa/bookmark_menu_cocoa_controller_unittest.mm', |
| 3406 'browser/cocoa/browser_window_cocoa_unittest.mm', | 3409 'browser/cocoa/browser_window_cocoa_unittest.mm', |
| 3407 'browser/cocoa/browser_window_controller_unittest.mm', | 3410 'browser/cocoa/browser_window_controller_unittest.mm', |
| 3408 'browser/cocoa/command_observer_bridge_unittest.mm', | 3411 'browser/cocoa/command_observer_bridge_unittest.mm', |
| 3409 'browser/cocoa/custom_home_pages_model_unittest.mm', | 3412 'browser/cocoa/custom_home_pages_model_unittest.mm', |
| (...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4841 # Use outputs of this action as inputs for the main target build. | 4844 # Use outputs of this action as inputs for the main target build. |
| 4842 # Seems as a misnomer but makes this happy on Linux (scons). | 4845 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4843 'process_outputs_as_sources': 1, | 4846 'process_outputs_as_sources': 1, |
| 4844 }, | 4847 }, |
| 4845 ], # 'actions' | 4848 ], # 'actions' |
| 4846 }, | 4849 }, |
| 4847 ] | 4850 ] |
| 4848 }], | 4851 }], |
| 4849 ], # 'conditions' | 4852 ], # 'conditions' |
| 4850 } | 4853 } |
| OLD | NEW |