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 3004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3015 'renderer/net/render_dns_master_unittest.cc', | 3015 'renderer/net/render_dns_master_unittest.cc', |
3016 'renderer/net/render_dns_queue_unittest.cc', | 3016 'renderer/net/render_dns_queue_unittest.cc', |
3017 'renderer/render_process_unittest.cc', | 3017 'renderer/render_process_unittest.cc', |
3018 'renderer/render_thread_unittest.cc', | 3018 'renderer/render_thread_unittest.cc', |
3019 'renderer/render_view_unittest.cc', | 3019 'renderer/render_view_unittest.cc', |
3020 'renderer/render_widget_unittest.cc', | 3020 'renderer/render_widget_unittest.cc', |
3021 'renderer/renderer_logging_mac_unittest.mm', | 3021 'renderer/renderer_logging_mac_unittest.mm', |
3022 'renderer/renderer_main_unittest.cc', | 3022 'renderer/renderer_main_unittest.cc', |
3023 'test/browser_with_test_window_test.cc', | 3023 'test/browser_with_test_window_test.cc', |
3024 'test/browser_with_test_window_test.h', | 3024 'test/browser_with_test_window_test.h', |
| 3025 'test/file_test_utils.h', |
| 3026 'test/file_test_utils.cc', |
3025 'test/render_view_test.cc', | 3027 'test/render_view_test.cc', |
3026 'test/render_view_test.h', | 3028 'test/render_view_test.h', |
3027 'test/test_notification_tracker.cc', | 3029 'test/test_notification_tracker.cc', |
3028 'test/test_notification_tracker.h', | 3030 'test/test_notification_tracker.h', |
3029 'test/v8_unit_test.cc', | 3031 'test/v8_unit_test.cc', |
3030 'test/v8_unit_test.h', | 3032 'test/v8_unit_test.h', |
3031 '../views/controls/label_unittest.cc', | 3033 '../views/controls/label_unittest.cc', |
3032 '../views/controls/table/table_view_unittest.cc', | 3034 '../views/controls/table/table_view_unittest.cc', |
3033 '../views/focus/focus_manager_unittest.cc', | 3035 '../views/focus/focus_manager_unittest.cc', |
3034 '../views/grid_layout_unittest.cc', | 3036 '../views/grid_layout_unittest.cc', |
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3867 # Use outputs of this action as inputs for the main target build. | 3869 # Use outputs of this action as inputs for the main target build. |
3868 # Seems as a misnomer but makes this happy on Linux (scons). | 3870 # Seems as a misnomer but makes this happy on Linux (scons). |
3869 'process_outputs_as_sources': 1, | 3871 'process_outputs_as_sources': 1, |
3870 }, | 3872 }, |
3871 ], # 'actions' | 3873 ], # 'actions' |
3872 }, | 3874 }, |
3873 ] | 3875 ] |
3874 }], | 3876 }], |
3875 ], # 'conditions' | 3877 ], # 'conditions' |
3876 } | 3878 } |
OLD | NEW |