| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 3765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3776 'browser/ui/webui/ntp/new_tab_ui.cc', | 3776 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 3777 'browser/ui/webui/ntp/new_tab_ui.h', | 3777 'browser/ui/webui/ntp/new_tab_ui.h', |
| 3778 'browser/ui/webui/ntp/ntp_login_handler.cc', | 3778 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 3779 'browser/ui/webui/ntp/ntp_login_handler.h', | 3779 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 3780 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 3780 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 3781 'browser/ui/webui/ntp/ntp_resource_cache.h', | 3781 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 3782 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 3782 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 3783 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 3783 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 3784 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | 3784 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', |
| 3785 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | 3785 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', |
| 3786 'browser/ui/webui/ntp/shown_sections_handler.cc', | |
| 3787 'browser/ui/webui/ntp/shown_sections_handler.h', | |
| 3788 'browser/ui/webui/ntp/thumbnail_source.cc', | 3786 'browser/ui/webui/ntp/thumbnail_source.cc', |
| 3789 'browser/ui/webui/ntp/thumbnail_source.h', | 3787 'browser/ui/webui/ntp/thumbnail_source.h', |
| 3790 'browser/ui/webui/options/advanced_options_handler.cc', | 3788 'browser/ui/webui/options/advanced_options_handler.cc', |
| 3791 'browser/ui/webui/options/advanced_options_handler.h', | 3789 'browser/ui/webui/options/advanced_options_handler.h', |
| 3792 'browser/ui/webui/options/advanced_options_utils.h', | 3790 'browser/ui/webui/options/advanced_options_utils.h', |
| 3793 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 3791 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| 3794 'browser/ui/webui/options/advanced_options_utils_win.cc', | 3792 'browser/ui/webui/options/advanced_options_utils_win.cc', |
| 3795 'browser/ui/webui/options/advanced_options_utils_x11.cc', | 3793 'browser/ui/webui/options/advanced_options_utils_x11.cc', |
| 3796 'browser/ui/webui/options/autofill_options_handler.cc', | 3794 'browser/ui/webui/options/autofill_options_handler.cc', |
| 3797 'browser/ui/webui/options/autofill_options_handler.h', | 3795 'browser/ui/webui/options/autofill_options_handler.h', |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5243 'type': 'static_library', | 5241 'type': 'static_library', |
| 5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5245 'variables': { | 5243 'variables': { |
| 5246 'proto_in_dir': 'browser/history', | 5244 'proto_in_dir': 'browser/history', |
| 5247 'proto_out_dir': 'chrome/browser/history', | 5245 'proto_out_dir': 'chrome/browser/history', |
| 5248 }, | 5246 }, |
| 5249 'includes': [ '../build/protoc.gypi' ] | 5247 'includes': [ '../build/protoc.gypi' ] |
| 5250 }, | 5248 }, |
| 5251 ], | 5249 ], |
| 5252 } | 5250 } |
| OLD | NEW |