| 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 3304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3315 'browser/bookmarks/bookmark_codec_unittest.cc', | 3315 'browser/bookmarks/bookmark_codec_unittest.cc', |
| 3316 'browser/bookmarks/bookmark_drag_data_unittest.cc', | 3316 'browser/bookmarks/bookmark_drag_data_unittest.cc', |
| 3317 'browser/bookmarks/bookmark_folder_tree_model_unittest.cc', | 3317 'browser/bookmarks/bookmark_folder_tree_model_unittest.cc', |
| 3318 'browser/bookmarks/bookmark_table_model_unittest.cc', | 3318 'browser/bookmarks/bookmark_table_model_unittest.cc', |
| 3319 'browser/browser_commands_unittest.cc', | 3319 'browser/browser_commands_unittest.cc', |
| 3320 'browser/browser_unittest.cc', | 3320 'browser/browser_unittest.cc', |
| 3321 'browser/debugger/devtools_sanity_unittest.cc', | 3321 'browser/debugger/devtools_sanity_unittest.cc', |
| 3322 'browser/extensions/extension_process_manager_unittest.cc', | 3322 'browser/extensions/extension_process_manager_unittest.cc', |
| 3323 'browser/extensions/extension_view_unittest.cc', | 3323 'browser/extensions/extension_view_unittest.cc', |
| 3324 'browser/extensions/test_extension_loader.cc', | 3324 'browser/extensions/test_extension_loader.cc', |
| 3325 'browser/find_backend_unittest.cc', | |
| 3326 'browser/importer/firefox_importer_unittest.cc', | 3325 'browser/importer/firefox_importer_unittest.cc', |
| 3327 'browser/importer/importer_unittest.cc', | 3326 'browser/importer/importer_unittest.cc', |
| 3328 'browser/login_prompt_unittest.cc', | 3327 'browser/login_prompt_unittest.cc', |
| 3329 'browser/password_manager/password_form_manager_unittest.cc', | 3328 'browser/password_manager/password_form_manager_unittest.cc', |
| 3330 'browser/printing/page_number_unittest.cc', | 3329 'browser/printing/page_number_unittest.cc', |
| 3331 'browser/printing/page_overlays_unittest.cc', | 3330 'browser/printing/page_overlays_unittest.cc', |
| 3332 'browser/printing/print_job_unittest.cc', | 3331 'browser/printing/print_job_unittest.cc', |
| 3333 'browser/rlz/rlz_unittest.cc', | 3332 'browser/rlz/rlz_unittest.cc', |
| 3334 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 3333 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 3335 'browser/search_engines/template_url_scraper_unittest.cc', | 3334 'browser/search_engines/template_url_scraper_unittest.cc', |
| 3336 'browser/tabs/tab_strip_model_unittest.cc', | |
| 3337 'browser/views/bookmark_editor_view_unittest.cc', | 3335 'browser/views/bookmark_editor_view_unittest.cc', |
| 3338 'browser/views/find_bar_win_unittest.cc', | 3336 'browser/views/find_bar_win_unittest.cc', |
| 3339 'browser/views/keyword_editor_view_unittest.cc', | 3337 'browser/views/keyword_editor_view_unittest.cc', |
| 3340 'browser/window_sizer_unittest.cc', | 3338 'browser/window_sizer_unittest.cc', |
| 3341 'common/chrome_plugin_unittest.cc', | 3339 'common/chrome_plugin_unittest.cc', |
| 3342 'common/gfx/emf_unittest.cc', | 3340 'common/gfx/emf_unittest.cc', |
| 3343 'common/net/url_util_unittest.cc', | 3341 'common/net/url_util_unittest.cc', |
| 3344 'test/browser_with_test_window_test.cc', | 3342 'test/browser_with_test_window_test.cc', |
| 3345 'test/browser_with_test_window_test.h', | 3343 'test/browser_with_test_window_test.h', |
| 3346 '../views/controls/label_unittest.cc', | 3344 '../views/controls/label_unittest.cc', |
| (...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4339 # Use outputs of this action as inputs for the main target build. | 4337 # Use outputs of this action as inputs for the main target build. |
| 4340 # Seems as a misnomer but makes this happy on Linux (scons). | 4338 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4341 'process_outputs_as_sources': 1, | 4339 'process_outputs_as_sources': 1, |
| 4342 }, | 4340 }, |
| 4343 ], # 'actions' | 4341 ], # 'actions' |
| 4344 }, | 4342 }, |
| 4345 ] | 4343 ] |
| 4346 }], | 4344 }], |
| 4347 ], # 'conditions' | 4345 ], # 'conditions' |
| 4348 } | 4346 } |
| OLD | NEW |