| 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 3805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3816 'browser/ui/webui/devtools_ui.cc', | 3816 'browser/ui/webui/devtools_ui.cc', |
| 3817 'browser/ui/webui/devtools_ui.h', | 3817 'browser/ui/webui/devtools_ui.h', |
| 3818 'browser/ui/webui/downloads_dom_handler.cc', | 3818 'browser/ui/webui/downloads_dom_handler.cc', |
| 3819 'browser/ui/webui/downloads_dom_handler.h', | 3819 'browser/ui/webui/downloads_dom_handler.h', |
| 3820 'browser/ui/webui/downloads_ui.cc', | 3820 'browser/ui/webui/downloads_ui.cc', |
| 3821 'browser/ui/webui/downloads_ui.h', | 3821 'browser/ui/webui/downloads_ui.h', |
| 3822 'browser/ui/webui/edit_search_engine_dialog_webui.cc', | 3822 'browser/ui/webui/edit_search_engine_dialog_webui.cc', |
| 3823 'browser/ui/webui/edit_search_engine_dialog_webui.h', | 3823 'browser/ui/webui/edit_search_engine_dialog_webui.h', |
| 3824 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc', | 3824 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc', |
| 3825 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h', | 3825 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h', |
| 3826 'browser/ui/webui/extensions/extension_activity_ui.cc', |
| 3827 'browser/ui/webui/extensions/extension_activity_ui.h', |
| 3826 'browser/ui/webui/extensions/extension_icon_source.cc', | 3828 'browser/ui/webui/extensions/extension_icon_source.cc', |
| 3827 'browser/ui/webui/extensions/extension_icon_source.h', | 3829 'browser/ui/webui/extensions/extension_icon_source.h', |
| 3828 'browser/ui/webui/extensions/extensions_ui.cc', | 3830 'browser/ui/webui/extensions/extensions_ui.cc', |
| 3829 'browser/ui/webui/extensions/extensions_ui.h', | 3831 'browser/ui/webui/extensions/extensions_ui.h', |
| 3830 'browser/ui/webui/favicon_source.cc', | 3832 'browser/ui/webui/favicon_source.cc', |
| 3831 'browser/ui/webui/favicon_source.h', | 3833 'browser/ui/webui/favicon_source.h', |
| 3832 'browser/ui/webui/fileicon_source.cc', | 3834 'browser/ui/webui/fileicon_source.cc', |
| 3833 'browser/ui/webui/fileicon_source.h', | 3835 'browser/ui/webui/fileicon_source.h', |
| 3834 'browser/ui/webui/fileicon_source_chromeos.cc', | 3836 'browser/ui/webui/fileicon_source_chromeos.cc', |
| 3835 'browser/ui/webui/fileicon_source_chromeos.h', | 3837 'browser/ui/webui/fileicon_source_chromeos.h', |
| (...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5485 'type': 'static_library', | 5487 'type': 'static_library', |
| 5486 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5488 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5487 'variables': { | 5489 'variables': { |
| 5488 'proto_in_dir': 'browser/history', | 5490 'proto_in_dir': 'browser/history', |
| 5489 'proto_out_dir': 'chrome/browser/history', | 5491 'proto_out_dir': 'chrome/browser/history', |
| 5490 }, | 5492 }, |
| 5491 'includes': [ '../build/protoc.gypi' ] | 5493 'includes': [ '../build/protoc.gypi' ] |
| 5492 }, | 5494 }, |
| 5493 ], | 5495 ], |
| 5494 } | 5496 } |
| OLD | NEW |