OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 3452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3463 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3463 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3464 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3464 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3465 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3465 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3466 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3466 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3467 'browser/ui/webui/chromeos/register_page_ui.cc', | 3467 'browser/ui/webui/chromeos/register_page_ui.cc', |
3468 'browser/ui/webui/chromeos/register_page_ui.h', | 3468 'browser/ui/webui/chromeos/register_page_ui.h', |
3469 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3469 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
3470 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3470 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
3471 'browser/ui/webui/chromeos/system_info_ui.cc', | 3471 'browser/ui/webui/chromeos/system_info_ui.cc', |
3472 'browser/ui/webui/chromeos/system_info_ui.h', | 3472 'browser/ui/webui/chromeos/system_info_ui.h', |
| 3473 'browser/ui/webui/cloud_print_signin_dialog.cc', |
| 3474 'browser/ui/webui/cloud_print_signin_dialog.h', |
3473 'browser/ui/webui/collected_cookies_ui_delegate.cc', | 3475 'browser/ui/webui/collected_cookies_ui_delegate.cc', |
3474 'browser/ui/webui/collected_cookies_ui_delegate.h', | 3476 'browser/ui/webui/collected_cookies_ui_delegate.h', |
3475 'browser/ui/webui/constrained_html_ui.cc', | 3477 'browser/ui/webui/constrained_html_ui.cc', |
3476 'browser/ui/webui/constrained_html_ui.h', | 3478 'browser/ui/webui/constrained_html_ui.h', |
3477 'browser/ui/webui/cookies_tree_model_adapter.cc', | 3479 'browser/ui/webui/cookies_tree_model_adapter.cc', |
3478 'browser/ui/webui/cookies_tree_model_adapter.h', | 3480 'browser/ui/webui/cookies_tree_model_adapter.h', |
3479 'browser/ui/webui/cookies_tree_model_util.cc', | 3481 'browser/ui/webui/cookies_tree_model_util.cc', |
3480 'browser/ui/webui/cookies_tree_model_util.h', | 3482 'browser/ui/webui/cookies_tree_model_util.h', |
3481 'browser/ui/webui/crashes_ui.cc', | 3483 'browser/ui/webui/crashes_ui.cc', |
3482 'browser/ui/webui/crashes_ui.h', | 3484 'browser/ui/webui/crashes_ui.h', |
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4889 # weak imports in dependents, who still must #include | 4891 # weak imports in dependents, who still must #include |
4890 # closure_blocks_leopard_compat.h to get weak imports. | 4892 # closure_blocks_leopard_compat.h to get weak imports. |
4891 'type': 'none', | 4893 'type': 'none', |
4892 }], | 4894 }], |
4893 ], | 4895 ], |
4894 }, | 4896 }, |
4895 ], | 4897 ], |
4896 }], | 4898 }], |
4897 ], | 4899 ], |
4898 } | 4900 } |
OLD | NEW |