| 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 3474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3485 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3485 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
| 3486 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3486 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
| 3487 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3487 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
| 3488 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3488 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
| 3489 'browser/ui/webui/chromeos/register_page_ui.cc', | 3489 'browser/ui/webui/chromeos/register_page_ui.cc', |
| 3490 'browser/ui/webui/chromeos/register_page_ui.h', | 3490 'browser/ui/webui/chromeos/register_page_ui.h', |
| 3491 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3491 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
| 3492 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3492 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
| 3493 'browser/ui/webui/chromeos/system_info_ui.cc', | 3493 'browser/ui/webui/chromeos/system_info_ui.cc', |
| 3494 'browser/ui/webui/chromeos/system_info_ui.h', | 3494 'browser/ui/webui/chromeos/system_info_ui.h', |
| 3495 'browser/ui/webui/cloud_print_signin_dialog.cc', |
| 3496 'browser/ui/webui/cloud_print_signin_dialog.h', |
| 3495 'browser/ui/webui/collected_cookies_ui_delegate.cc', | 3497 'browser/ui/webui/collected_cookies_ui_delegate.cc', |
| 3496 'browser/ui/webui/collected_cookies_ui_delegate.h', | 3498 'browser/ui/webui/collected_cookies_ui_delegate.h', |
| 3497 'browser/ui/webui/constrained_html_ui.cc', | 3499 'browser/ui/webui/constrained_html_ui.cc', |
| 3498 'browser/ui/webui/constrained_html_ui.h', | 3500 'browser/ui/webui/constrained_html_ui.h', |
| 3499 'browser/ui/webui/cookies_tree_model_adapter.cc', | 3501 'browser/ui/webui/cookies_tree_model_adapter.cc', |
| 3500 'browser/ui/webui/cookies_tree_model_adapter.h', | 3502 'browser/ui/webui/cookies_tree_model_adapter.h', |
| 3501 'browser/ui/webui/cookies_tree_model_util.cc', | 3503 'browser/ui/webui/cookies_tree_model_util.cc', |
| 3502 'browser/ui/webui/cookies_tree_model_util.h', | 3504 'browser/ui/webui/cookies_tree_model_util.h', |
| 3503 'browser/ui/webui/crashes_ui.cc', | 3505 'browser/ui/webui/crashes_ui.cc', |
| 3504 'browser/ui/webui/crashes_ui.h', | 3506 'browser/ui/webui/crashes_ui.h', |
| (...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4899 # weak imports in dependents, who still must #include | 4901 # weak imports in dependents, who still must #include |
| 4900 # closure_blocks_leopard_compat.h to get weak imports. | 4902 # closure_blocks_leopard_compat.h to get weak imports. |
| 4901 'type': 'none', | 4903 'type': 'none', |
| 4902 }], | 4904 }], |
| 4903 ], | 4905 ], |
| 4904 }, | 4906 }, |
| 4905 ], | 4907 ], |
| 4906 }], | 4908 }], |
| 4907 ], | 4909 ], |
| 4908 } | 4910 } |
| OLD | NEW |