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 3644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3655 'browser/ui/webui/net_internals_ui.cc', | 3655 'browser/ui/webui/net_internals_ui.cc', |
3656 'browser/ui/webui/net_internals_ui.h', | 3656 'browser/ui/webui/net_internals_ui.h', |
3657 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3657 'browser/ui/webui/ntp/app_launcher_handler.cc', |
3658 'browser/ui/webui/ntp/app_launcher_handler.h', | 3658 'browser/ui/webui/ntp/app_launcher_handler.h', |
3659 'browser/ui/webui/ntp/bookmarks_handler.cc', | 3659 'browser/ui/webui/ntp/bookmarks_handler.cc', |
3660 'browser/ui/webui/ntp/bookmarks_handler.h', | 3660 'browser/ui/webui/ntp/bookmarks_handler.h', |
3661 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3661 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
3662 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3662 'browser/ui/webui/ntp/favicon_webui_handler.h', |
3663 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3663 'browser/ui/webui/ntp/foreign_session_handler.cc', |
3664 'browser/ui/webui/ntp/foreign_session_handler.h', | 3664 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 3665 'browser/ui/webui/ntp/metrics_handler.cc', |
| 3666 'browser/ui/webui/ntp/metrics_handler.h', |
3665 'browser/ui/webui/ntp/most_visited_handler.cc', | 3667 'browser/ui/webui/ntp/most_visited_handler.cc', |
3666 'browser/ui/webui/ntp/most_visited_handler.h', | 3668 'browser/ui/webui/ntp/most_visited_handler.h', |
3667 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 3669 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
3668 'browser/ui/webui/ntp/new_tab_page_handler.h', | 3670 'browser/ui/webui/ntp/new_tab_page_handler.h', |
3669 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 3671 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
3670 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 3672 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
3671 'browser/ui/webui/ntp/new_tab_ui.cc', | 3673 'browser/ui/webui/ntp/new_tab_ui.cc', |
3672 'browser/ui/webui/ntp/new_tab_ui.h', | 3674 'browser/ui/webui/ntp/new_tab_ui.h', |
3673 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3675 'browser/ui/webui/ntp/ntp_login_handler.cc', |
3674 'browser/ui/webui/ntp/ntp_login_handler.h', | 3676 'browser/ui/webui/ntp/ntp_login_handler.h', |
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5081 'type': 'static_library', | 5083 'type': 'static_library', |
5082 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5084 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5083 'variables': { | 5085 'variables': { |
5084 'proto_in_dir': 'browser/history', | 5086 'proto_in_dir': 'browser/history', |
5085 'proto_out_dir': 'chrome/browser/history', | 5087 'proto_out_dir': 'chrome/browser/history', |
5086 }, | 5088 }, |
5087 'includes': [ '../build/protoc.gypi' ] | 5089 'includes': [ '../build/protoc.gypi' ] |
5088 }, | 5090 }, |
5089 ], | 5091 ], |
5090 } | 5092 } |
OLD | NEW |