| 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 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3909 'browser/ui/webui/ntp/new_tab_ui.cc', | 3909 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 3910 'browser/ui/webui/ntp/new_tab_ui.h', | 3910 'browser/ui/webui/ntp/new_tab_ui.h', |
| 3911 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3911 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 3912 'browser/ui/webui/ntp/ntp_login_handler.h', | 3912 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 3913 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3913 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 3914 'browser/ui/webui/ntp/ntp_resource_cache.h', | 3914 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 3915 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 3915 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 3916 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 3916 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 3917 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 3917 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
| 3918 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 3918 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
| 3919 'browser/ui/webui/ntp/suggested_page_handler.cc', |
| 3920 'browser/ui/webui/ntp/suggested_page_handler.h', |
| 3919 'browser/ui/webui/ntp/thumbnail_source.cc', | 3921 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 3920 'browser/ui/webui/ntp/thumbnail_source.h', | 3922 'browser/ui/webui/ntp/thumbnail_source.h', |
| 3921 'browser/ui/webui/omnibox/omnibox_ui.cc', | 3923 'browser/ui/webui/omnibox/omnibox_ui.cc', |
| 3922 'browser/ui/webui/omnibox/omnibox_ui.h', | 3924 'browser/ui/webui/omnibox/omnibox_ui.h', |
| 3923 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 3925 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
| 3924 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 3926 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
| 3925 'browser/ui/webui/options/advanced_options_handler.cc', | 3927 'browser/ui/webui/options/advanced_options_handler.cc', |
| 3926 'browser/ui/webui/options/advanced_options_handler.h', | 3928 'browser/ui/webui/options/advanced_options_handler.h', |
| 3927 'browser/ui/webui/options/advanced_options_utils.h', | 3929 'browser/ui/webui/options/advanced_options_utils.h', |
| 3928 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 3930 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| (...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5523 'type': 'static_library', | 5525 'type': 'static_library', |
| 5524 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5526 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5525 'variables': { | 5527 'variables': { |
| 5526 'proto_in_dir': 'browser/history', | 5528 'proto_in_dir': 'browser/history', |
| 5527 'proto_out_dir': 'chrome/browser/history', | 5529 'proto_out_dir': 'chrome/browser/history', |
| 5528 }, | 5530 }, |
| 5529 'includes': [ '../build/protoc.gypi' ] | 5531 'includes': [ '../build/protoc.gypi' ] |
| 5530 }, | 5532 }, |
| 5531 ], | 5533 ], |
| 5532 } | 5534 } |
| OLD | NEW |