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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'browser/automation/url_request_failed_dns_job.cc', | 570 'browser/automation/url_request_failed_dns_job.cc', |
571 'browser/automation/url_request_failed_dns_job.h', | 571 'browser/automation/url_request_failed_dns_job.h', |
572 # TODO: These should be moved to test_support (see below), but | 572 # TODO: These should be moved to test_support (see below), but |
573 # are currently used by production code in automation_provider.cc. | 573 # are currently used by production code in automation_provider.cc. |
574 'browser/automation/url_request_mock_http_job.cc', | 574 'browser/automation/url_request_mock_http_job.cc', |
575 'browser/automation/url_request_mock_http_job.h', | 575 'browser/automation/url_request_mock_http_job.h', |
576 'browser/automation/url_request_slow_download_job.cc', | 576 'browser/automation/url_request_slow_download_job.cc', |
577 'browser/automation/url_request_slow_download_job.h', | 577 'browser/automation/url_request_slow_download_job.h', |
578 'browser/back_forward_menu_model.cc', | 578 'browser/back_forward_menu_model.cc', |
579 'browser/back_forward_menu_model.h', | 579 'browser/back_forward_menu_model.h', |
580 'browser/back_forward_menu_model_win.cc', | 580 'browser/back_forward_menu_model_views.cc', |
581 'browser/back_forward_menu_model_win.h', | 581 'browser/back_forward_menu_model_views.h', |
582 'browser/bookmarks/bookmark_codec.cc', | 582 'browser/bookmarks/bookmark_codec.cc', |
583 'browser/bookmarks/bookmark_codec.h', | 583 'browser/bookmarks/bookmark_codec.h', |
584 'browser/bookmarks/bookmark_context_menu_gtk.cc', | 584 'browser/bookmarks/bookmark_context_menu_gtk.cc', |
585 'browser/bookmarks/bookmark_context_menu_views.cc', | 585 'browser/bookmarks/bookmark_context_menu_views.cc', |
586 'browser/bookmarks/bookmark_context_menu.cc', | 586 'browser/bookmarks/bookmark_context_menu.cc', |
587 'browser/bookmarks/bookmark_context_menu.h', | 587 'browser/bookmarks/bookmark_context_menu.h', |
588 'browser/bookmarks/bookmark_drag_data.cc', | 588 'browser/bookmarks/bookmark_drag_data.cc', |
589 'browser/bookmarks/bookmark_drag_data.h', | 589 'browser/bookmarks/bookmark_drag_data.h', |
590 'browser/bookmarks/bookmark_drop_info.cc', | 590 'browser/bookmarks/bookmark_drop_info.cc', |
591 'browser/bookmarks/bookmark_drop_info.h', | 591 'browser/bookmarks/bookmark_drop_info.h', |
(...skipping 3593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4185 # Use outputs of this action as inputs for the main target build. | 4185 # Use outputs of this action as inputs for the main target build. |
4186 # Seems as a misnomer but makes this happy on Linux (scons). | 4186 # Seems as a misnomer but makes this happy on Linux (scons). |
4187 'process_outputs_as_sources': 1, | 4187 'process_outputs_as_sources': 1, |
4188 }, | 4188 }, |
4189 ], # 'actions' | 4189 ], # 'actions' |
4190 }, | 4190 }, |
4191 ] | 4191 ] |
4192 }], | 4192 }], |
4193 ], # 'conditions' | 4193 ], # 'conditions' |
4194 } | 4194 } |
OLD | NEW |