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 3376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3387 'browser/ui/webui/history2_ui.cc', | 3387 'browser/ui/webui/history2_ui.cc', |
3388 'browser/ui/webui/history2_ui.h', | 3388 'browser/ui/webui/history2_ui.h', |
3389 'browser/ui/webui/history_ui.cc', | 3389 'browser/ui/webui/history_ui.cc', |
3390 'browser/ui/webui/history_ui.h', | 3390 'browser/ui/webui/history_ui.h', |
3391 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', | 3391 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', |
3392 'browser/ui/webui/html_dialog_tab_contents_delegate.h', | 3392 'browser/ui/webui/html_dialog_tab_contents_delegate.h', |
3393 'browser/ui/webui/html_dialog_ui.cc', | 3393 'browser/ui/webui/html_dialog_ui.cc', |
3394 'browser/ui/webui/html_dialog_ui.h', | 3394 'browser/ui/webui/html_dialog_ui.h', |
3395 'browser/ui/webui/keyboard_ui.cc', | 3395 'browser/ui/webui/keyboard_ui.cc', |
3396 'browser/ui/webui/keyboard_ui.h', | 3396 'browser/ui/webui/keyboard_ui.h', |
3397 'browser/ui/webui/media_internals_ui.cc', | 3397 'browser/ui/webui/media_internals/media_internals_handler.cc', |
3398 'browser/ui/webui/media_internals_ui.h', | 3398 'browser/ui/webui/media_internals/media_internals_handler.h', |
| 3399 'browser/ui/webui/media_internals/media_internals_proxy.cc', |
| 3400 'browser/ui/webui/media_internals/media_internals_proxy.h', |
| 3401 'browser/ui/webui/media_internals/media_internals_ui.cc', |
| 3402 'browser/ui/webui/media_internals/media_internals_ui.h', |
3399 'browser/ui/webui/net_internals_ui.cc', | 3403 'browser/ui/webui/net_internals_ui.cc', |
3400 'browser/ui/webui/net_internals_ui.h', | 3404 'browser/ui/webui/net_internals_ui.h', |
3401 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3405 'browser/ui/webui/ntp/app_launcher_handler.cc', |
3402 'browser/ui/webui/ntp/app_launcher_handler.h', | 3406 'browser/ui/webui/ntp/app_launcher_handler.h', |
3403 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3407 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
3404 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3408 'browser/ui/webui/ntp/favicon_webui_handler.h', |
3405 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3409 'browser/ui/webui/ntp/foreign_session_handler.cc', |
3406 'browser/ui/webui/ntp/foreign_session_handler.h', | 3410 'browser/ui/webui/ntp/foreign_session_handler.h', |
3407 'browser/ui/webui/ntp/most_visited_handler.cc', | 3411 'browser/ui/webui/ntp/most_visited_handler.cc', |
3408 'browser/ui/webui/ntp/most_visited_handler.h', | 3412 'browser/ui/webui/ntp/most_visited_handler.h', |
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4704 'hard_dependency': 1, | 4708 'hard_dependency': 1, |
4705 }, | 4709 }, |
4706 ], | 4710 ], |
4707 } | 4711 } |
4708 | 4712 |
4709 # Local Variables: | 4713 # Local Variables: |
4710 # tab-width:2 | 4714 # tab-width:2 |
4711 # indent-tabs-mode:nil | 4715 # indent-tabs-mode:nil |
4712 # End: | 4716 # End: |
4713 # vim: set expandtab tabstop=2 shiftwidth=2: | 4717 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |