| 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 3948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3959 'browser/ui/webui/ntp/new_tab_ui.cc', | 3959 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 3960 'browser/ui/webui/ntp/new_tab_ui.h', | 3960 'browser/ui/webui/ntp/new_tab_ui.h', |
| 3961 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3961 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 3962 'browser/ui/webui/ntp/ntp_login_handler.h', | 3962 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 3963 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3963 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 3964 'browser/ui/webui/ntp/ntp_resource_cache.h', | 3964 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 3965 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 3965 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 3966 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 3966 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 3967 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 3967 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
| 3968 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 3968 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
| 3969 'browser/ui/webui/ntp/suggestions_page_handler.cc', |
| 3970 'browser/ui/webui/ntp/suggestions_page_handler.h', |
| 3969 'browser/ui/webui/ntp/thumbnail_source.cc', | 3971 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 3970 'browser/ui/webui/ntp/thumbnail_source.h', | 3972 'browser/ui/webui/ntp/thumbnail_source.h', |
| 3971 'browser/ui/webui/omnibox/omnibox_ui.cc', | 3973 'browser/ui/webui/omnibox/omnibox_ui.cc', |
| 3972 'browser/ui/webui/omnibox/omnibox_ui.h', | 3974 'browser/ui/webui/omnibox/omnibox_ui.h', |
| 3973 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 3975 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
| 3974 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 3976 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
| 3975 'browser/ui/webui/options/advanced_options_handler.cc', | 3977 'browser/ui/webui/options/advanced_options_handler.cc', |
| 3976 'browser/ui/webui/options/advanced_options_handler.h', | 3978 'browser/ui/webui/options/advanced_options_handler.h', |
| 3977 'browser/ui/webui/options/advanced_options_utils.h', | 3979 'browser/ui/webui/options/advanced_options_utils.h', |
| 3978 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 3980 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| (...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5578 'type': 'static_library', | 5580 'type': 'static_library', |
| 5579 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5581 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5580 'variables': { | 5582 'variables': { |
| 5581 'proto_in_dir': 'browser/history', | 5583 'proto_in_dir': 'browser/history', |
| 5582 'proto_out_dir': 'chrome/browser/history', | 5584 'proto_out_dir': 'chrome/browser/history', |
| 5583 }, | 5585 }, |
| 5584 'includes': [ '../build/protoc.gypi' ] | 5586 'includes': [ '../build/protoc.gypi' ] |
| 5585 }, | 5587 }, |
| 5586 ], | 5588 ], |
| 5587 } | 5589 } |
| OLD | NEW |