| 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 3983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3994 'browser/ui/webui/ntp/new_tab_ui.cc', | 3994 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 3995 'browser/ui/webui/ntp/new_tab_ui.h', | 3995 'browser/ui/webui/ntp/new_tab_ui.h', |
| 3996 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3996 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 3997 'browser/ui/webui/ntp/ntp_login_handler.h', | 3997 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 3998 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3998 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 3999 'browser/ui/webui/ntp/ntp_resource_cache.h', | 3999 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 4000 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 4000 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 4001 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 4001 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 4002 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 4002 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
| 4003 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 4003 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
| 4004 'browser/ui/webui/ntp/suggestions_page_handler.cc', |
| 4005 'browser/ui/webui/ntp/suggestions_page_handler.h', |
| 4004 'browser/ui/webui/ntp/thumbnail_source.cc', | 4006 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 4005 'browser/ui/webui/ntp/thumbnail_source.h', | 4007 'browser/ui/webui/ntp/thumbnail_source.h', |
| 4006 'browser/ui/webui/omnibox/omnibox_ui.cc', | 4008 'browser/ui/webui/omnibox/omnibox_ui.cc', |
| 4007 'browser/ui/webui/omnibox/omnibox_ui.h', | 4009 'browser/ui/webui/omnibox/omnibox_ui.h', |
| 4008 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 4010 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
| 4009 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 4011 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
| 4010 'browser/ui/webui/options/advanced_options_handler.cc', | 4012 'browser/ui/webui/options/advanced_options_handler.cc', |
| 4011 'browser/ui/webui/options/advanced_options_handler.h', | 4013 'browser/ui/webui/options/advanced_options_handler.h', |
| 4012 'browser/ui/webui/options/advanced_options_utils.h', | 4014 'browser/ui/webui/options/advanced_options_utils.h', |
| 4013 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 4015 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| (...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5612 'type': 'static_library', | 5614 'type': 'static_library', |
| 5613 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5615 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5614 'variables': { | 5616 'variables': { |
| 5615 'proto_in_dir': 'browser/history', | 5617 'proto_in_dir': 'browser/history', |
| 5616 'proto_out_dir': 'chrome/browser/history', | 5618 'proto_out_dir': 'chrome/browser/history', |
| 5617 }, | 5619 }, |
| 5618 'includes': [ '../build/protoc.gypi' ] | 5620 'includes': [ '../build/protoc.gypi' ] |
| 5619 }, | 5621 }, |
| 5620 ], | 5622 ], |
| 5621 } | 5623 } |
| OLD | NEW |