OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 4026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4037 'browser/ui/webui/ntp/most_visited_handler.cc', | 4037 'browser/ui/webui/ntp/most_visited_handler.cc', |
4038 'browser/ui/webui/ntp/most_visited_handler.h', | 4038 'browser/ui/webui/ntp/most_visited_handler.h', |
4039 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 4039 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
4040 'browser/ui/webui/ntp/new_tab_page_handler.h', | 4040 'browser/ui/webui/ntp/new_tab_page_handler.h', |
4041 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 4041 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
4042 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 4042 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
4043 'browser/ui/webui/ntp/new_tab_ui.cc', | 4043 'browser/ui/webui/ntp/new_tab_ui.cc', |
4044 'browser/ui/webui/ntp/new_tab_ui.h', | 4044 'browser/ui/webui/ntp/new_tab_ui.h', |
4045 'browser/ui/webui/ntp/ntp_login_handler.cc', | 4045 'browser/ui/webui/ntp/ntp_login_handler.cc', |
4046 'browser/ui/webui/ntp/ntp_login_handler.h', | 4046 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 4047 'browser/ui/webui/ntp/ntp_resource_cache_android.cc', |
4047 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4048 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4048 'browser/ui/webui/ntp/ntp_resource_cache.h', | 4049 'browser/ui/webui/ntp/ntp_resource_cache.h', |
4049 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 4050 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
4050 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 4051 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
4051 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 4052 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
4052 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 4053 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
4053 'browser/ui/webui/ntp/suggestions_page_handler.cc', | 4054 'browser/ui/webui/ntp/suggestions_page_handler.cc', |
4054 'browser/ui/webui/ntp/suggestions_page_handler.h', | 4055 'browser/ui/webui/ntp/suggestions_page_handler.h', |
4055 'browser/ui/webui/ntp/thumbnail_source.cc', | 4056 'browser/ui/webui/ntp/thumbnail_source.cc', |
4056 'browser/ui/webui/ntp/thumbnail_source.h', | 4057 'browser/ui/webui/ntp/thumbnail_source.h', |
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4739 ], | 4740 ], |
4740 }], | 4741 }], |
4741 ['OS=="android"', { | 4742 ['OS=="android"', { |
4742 'sources!': [ | 4743 'sources!': [ |
4743 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4744 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4744 'browser/jankometer.cc', | 4745 'browser/jankometer.cc', |
4745 'browser/ui/sad_tab_observer.cc', | 4746 'browser/ui/sad_tab_observer.cc', |
4746 'browser/ui/webui/certificate_viewer_webui.cc', | 4747 'browser/ui/webui/certificate_viewer_webui.cc', |
4747 'browser/ui/window_sizer.cc', | 4748 'browser/ui/window_sizer.cc', |
4748 'browser/ui/window_sizer.h', | 4749 'browser/ui/window_sizer.h', |
| 4750 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4749 ], | 4751 ], |
4750 'sources/': [ | 4752 'sources/': [ |
4751 ['exclude', '^browser/importer/'], | 4753 ['exclude', '^browser/importer/'], |
4752 ['exclude', '^browser/printing/'], | 4754 ['exclude', '^browser/printing/'], |
4753 ['exclude', '^browser/themes/'], | 4755 ['exclude', '^browser/themes/'], |
4754 ['exclude', '^browser/ui/panels/'], | 4756 ['exclude', '^browser/ui/panels/'], |
4755 ['exclude', '^browser/ui/tabs/'], | 4757 ['exclude', '^browser/ui/tabs/'], |
4756 ['exclude', '^browser/ui/toolbar/'], | 4758 ['exclude', '^browser/ui/toolbar/'], |
4757 ['exclude', '^browser/ui/webui/options'], | 4759 ['exclude', '^browser/ui/webui/options'], |
4758 ['exclude', '^browser/ui/webui/options2'], | 4760 ['exclude', '^browser/ui/webui/options2'], |
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5645 'type': 'static_library', | 5647 'type': 'static_library', |
5646 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5648 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5647 'variables': { | 5649 'variables': { |
5648 'proto_in_dir': 'browser/history', | 5650 'proto_in_dir': 'browser/history', |
5649 'proto_out_dir': 'chrome/browser/history', | 5651 'proto_out_dir': 'chrome/browser/history', |
5650 }, | 5652 }, |
5651 'includes': [ '../build/protoc.gypi' ] | 5653 'includes': [ '../build/protoc.gypi' ] |
5652 }, | 5654 }, |
5653 ], | 5655 ], |
5654 } | 5656 } |
OLD | NEW |