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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3360 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', | 3360 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', |
3361 'browser/ui/webui/html_dialog_tab_contents_delegate.h', | 3361 'browser/ui/webui/html_dialog_tab_contents_delegate.h', |
3362 'browser/ui/webui/html_dialog_ui.cc', | 3362 'browser/ui/webui/html_dialog_ui.cc', |
3363 'browser/ui/webui/html_dialog_ui.h', | 3363 'browser/ui/webui/html_dialog_ui.h', |
3364 'browser/ui/webui/keyboard_ui.cc', | 3364 'browser/ui/webui/keyboard_ui.cc', |
3365 'browser/ui/webui/keyboard_ui.h', | 3365 'browser/ui/webui/keyboard_ui.h', |
3366 'browser/ui/webui/net_internals_ui.cc', | 3366 'browser/ui/webui/net_internals_ui.cc', |
3367 'browser/ui/webui/net_internals_ui.h', | 3367 'browser/ui/webui/net_internals_ui.h', |
3368 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3368 'browser/ui/webui/ntp/app_launcher_handler.cc', |
3369 'browser/ui/webui/ntp/app_launcher_handler.h', | 3369 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 3370 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 3371 'browser/ui/webui/ntp/favicon_webui_handler.h', |
3370 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3372 'browser/ui/webui/ntp/foreign_session_handler.cc', |
3371 'browser/ui/webui/ntp/foreign_session_handler.h', | 3373 'browser/ui/webui/ntp/foreign_session_handler.h', |
3372 'browser/ui/webui/ntp/most_visited_handler.cc', | 3374 'browser/ui/webui/ntp/most_visited_handler.cc', |
3373 'browser/ui/webui/ntp/most_visited_handler.h', | 3375 'browser/ui/webui/ntp/most_visited_handler.h', |
3374 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 3376 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
3375 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 3377 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
3376 'browser/ui/webui/ntp/new_tab_ui.cc', | 3378 'browser/ui/webui/ntp/new_tab_ui.cc', |
3377 'browser/ui/webui/ntp/new_tab_ui.h', | 3379 'browser/ui/webui/ntp/new_tab_ui.h', |
3378 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3380 'browser/ui/webui/ntp/ntp_login_handler.cc', |
3379 'browser/ui/webui/ntp/ntp_login_handler.h', | 3381 'browser/ui/webui/ntp/ntp_login_handler.h', |
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4633 'hard_dependency': 1, | 4635 'hard_dependency': 1, |
4634 }, | 4636 }, |
4635 ], | 4637 ], |
4636 } | 4638 } |
4637 | 4639 |
4638 # Local Variables: | 4640 # Local Variables: |
4639 # tab-width:2 | 4641 # tab-width:2 |
4640 # indent-tabs-mode:nil | 4642 # indent-tabs-mode:nil |
4641 # End: | 4643 # End: |
4642 # vim: set expandtab tabstop=2 shiftwidth=2: | 4644 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |