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 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3649 'browser/ui/webui/task_manager_handler.cc', | 3649 'browser/ui/webui/task_manager_handler.cc', |
3650 'browser/ui/webui/task_manager_handler.h', | 3650 'browser/ui/webui/task_manager_handler.h', |
3651 'browser/ui/webui/task_manager_ui.cc', | 3651 'browser/ui/webui/task_manager_ui.cc', |
3652 'browser/ui/webui/task_manager_ui.h', | 3652 'browser/ui/webui/task_manager_ui.h', |
3653 'browser/ui/webui/test_chrome_web_ui_factory.cc', | 3653 'browser/ui/webui/test_chrome_web_ui_factory.cc', |
3654 'browser/ui/webui/test_chrome_web_ui_factory.h', | 3654 'browser/ui/webui/test_chrome_web_ui_factory.h', |
3655 'browser/ui/webui/textfields_ui.cc', | 3655 'browser/ui/webui/textfields_ui.cc', |
3656 'browser/ui/webui/textfields_ui.h', | 3656 'browser/ui/webui/textfields_ui.h', |
3657 'browser/ui/webui/theme_source.cc', | 3657 'browser/ui/webui/theme_source.cc', |
3658 'browser/ui/webui/theme_source.h', | 3658 'browser/ui/webui/theme_source.h', |
| 3659 'browser/ui/webui/tracing_ui.cc', |
| 3660 'browser/ui/webui/tracing_ui.h', |
3659 'browser/ui/webui/web_ui_util.cc', | 3661 'browser/ui/webui/web_ui_util.cc', |
3660 'browser/ui/webui/web_ui_util.h', | 3662 'browser/ui/webui/web_ui_util.h', |
3661 'browser/ui/webui/workers_ui.cc', | 3663 'browser/ui/webui/workers_ui.cc', |
3662 'browser/ui/webui/workers_ui.h', | 3664 'browser/ui/webui/workers_ui.h', |
3663 'browser/ui/window_sizer.cc', | 3665 'browser/ui/window_sizer.cc', |
3664 'browser/ui/window_sizer.h', | 3666 'browser/ui/window_sizer.h', |
3665 'browser/ui/window_sizer_linux.cc', | 3667 'browser/ui/window_sizer_linux.cc', |
3666 'browser/ui/window_sizer_mac.mm', | 3668 'browser/ui/window_sizer_mac.mm', |
3667 'browser/ui/window_sizer_win.cc', | 3669 'browser/ui/window_sizer_win.cc', |
3668 'browser/ui/window_snapshot/window_snapshot.h', | 3670 'browser/ui/window_snapshot/window_snapshot.h', |
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4890 ], | 4892 ], |
4891 'export_dependent_settings': [ | 4893 'export_dependent_settings': [ |
4892 'in_memory_url_index_cache_proto', | 4894 'in_memory_url_index_cache_proto', |
4893 ], | 4895 ], |
4894 # This target exports a hard dependency because it includes generated | 4896 # This target exports a hard dependency because it includes generated |
4895 # header files. | 4897 # header files. |
4896 'hard_dependency': 1, | 4898 'hard_dependency': 1, |
4897 }, | 4899 }, |
4898 ], | 4900 ], |
4899 } | 4901 } |
OLD | NEW |