| 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 3963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3974 'browser/ui/webui/ntp/new_tab_ui.cc', | 3974 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 3975 'browser/ui/webui/ntp/new_tab_ui.h', | 3975 'browser/ui/webui/ntp/new_tab_ui.h', |
| 3976 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3976 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 3977 'browser/ui/webui/ntp/ntp_login_handler.h', | 3977 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 3978 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3978 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 3979 'browser/ui/webui/ntp/ntp_resource_cache.h', | 3979 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 3980 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 3980 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 3981 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 3981 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 3982 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 3982 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
| 3983 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 3983 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
| 3984 'browser/ui/webui/ntp/suggestions_page_handler.cc', |
| 3985 'browser/ui/webui/ntp/suggestions_page_handler.h', |
| 3984 'browser/ui/webui/ntp/thumbnail_source.cc', | 3986 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 3985 'browser/ui/webui/ntp/thumbnail_source.h', | 3987 'browser/ui/webui/ntp/thumbnail_source.h', |
| 3986 'browser/ui/webui/omnibox/omnibox_ui.cc', | 3988 'browser/ui/webui/omnibox/omnibox_ui.cc', |
| 3987 'browser/ui/webui/omnibox/omnibox_ui.h', | 3989 'browser/ui/webui/omnibox/omnibox_ui.h', |
| 3988 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 3990 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
| 3989 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 3991 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
| 3990 'browser/ui/webui/options/advanced_options_handler.cc', | 3992 'browser/ui/webui/options/advanced_options_handler.cc', |
| 3991 'browser/ui/webui/options/advanced_options_handler.h', | 3993 'browser/ui/webui/options/advanced_options_handler.h', |
| 3992 'browser/ui/webui/options/advanced_options_utils.h', | 3994 'browser/ui/webui/options/advanced_options_utils.h', |
| 3993 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 3995 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| (...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5582 'type': 'static_library', | 5584 'type': 'static_library', |
| 5583 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5585 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5584 'variables': { | 5586 'variables': { |
| 5585 'proto_in_dir': 'browser/history', | 5587 'proto_in_dir': 'browser/history', |
| 5586 'proto_out_dir': 'chrome/browser/history', | 5588 'proto_out_dir': 'chrome/browser/history', |
| 5587 }, | 5589 }, |
| 5588 'includes': [ '../build/protoc.gypi' ] | 5590 'includes': [ '../build/protoc.gypi' ] |
| 5589 }, | 5591 }, |
| 5590 ], | 5592 ], |
| 5591 } | 5593 } |
| OLD | NEW |