| 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 3651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3662 'browser/ui/webui/cookies_tree_model_util.cc', | 3662 'browser/ui/webui/cookies_tree_model_util.cc', |
| 3663 'browser/ui/webui/cookies_tree_model_util.h', | 3663 'browser/ui/webui/cookies_tree_model_util.h', |
| 3664 'browser/ui/webui/crashes_ui.cc', | 3664 'browser/ui/webui/crashes_ui.cc', |
| 3665 'browser/ui/webui/crashes_ui.h', | 3665 'browser/ui/webui/crashes_ui.h', |
| 3666 'browser/ui/webui/devtools_ui.cc', | 3666 'browser/ui/webui/devtools_ui.cc', |
| 3667 'browser/ui/webui/devtools_ui.h', | 3667 'browser/ui/webui/devtools_ui.h', |
| 3668 'browser/ui/webui/downloads_dom_handler.cc', | 3668 'browser/ui/webui/downloads_dom_handler.cc', |
| 3669 'browser/ui/webui/downloads_dom_handler.h', | 3669 'browser/ui/webui/downloads_dom_handler.h', |
| 3670 'browser/ui/webui/downloads_ui.cc', | 3670 'browser/ui/webui/downloads_ui.cc', |
| 3671 'browser/ui/webui/downloads_ui.h', | 3671 'browser/ui/webui/downloads_ui.h', |
| 3672 'browser/ui/webui/edit_search_engine_dialog_webui.cc', |
| 3673 'browser/ui/webui/edit_search_engine_dialog_webui.h', |
| 3674 'browser/ui/webui/edit_search_engine_dialog_ui_webui.cc', |
| 3675 'browser/ui/webui/edit_search_engine_dialog_ui_webui.h', |
| 3672 'browser/ui/webui/extension_icon_source.cc', | 3676 'browser/ui/webui/extension_icon_source.cc', |
| 3673 'browser/ui/webui/extension_icon_source.h', | 3677 'browser/ui/webui/extension_icon_source.h', |
| 3674 'browser/ui/webui/favicon_source.cc', | 3678 'browser/ui/webui/favicon_source.cc', |
| 3675 'browser/ui/webui/favicon_source.h', | 3679 'browser/ui/webui/favicon_source.h', |
| 3676 'browser/ui/webui/fileicon_source.cc', | 3680 'browser/ui/webui/fileicon_source.cc', |
| 3677 'browser/ui/webui/fileicon_source.h', | 3681 'browser/ui/webui/fileicon_source.h', |
| 3678 'browser/ui/webui/fileicon_source_chromeos.cc', | 3682 'browser/ui/webui/fileicon_source_chromeos.cc', |
| 3679 'browser/ui/webui/fileicon_source_chromeos.h', | 3683 'browser/ui/webui/fileicon_source_chromeos.h', |
| 3680 'browser/ui/webui/flags_ui.cc', | 3684 'browser/ui/webui/flags_ui.cc', |
| 3681 'browser/ui/webui/flags_ui.h', | 3685 'browser/ui/webui/flags_ui.h', |
| (...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5185 'type': 'static_library', | 5189 'type': 'static_library', |
| 5186 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5190 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5187 'variables': { | 5191 'variables': { |
| 5188 'proto_in_dir': 'browser/history', | 5192 'proto_in_dir': 'browser/history', |
| 5189 'proto_out_dir': 'chrome/browser/history', | 5193 'proto_out_dir': 'chrome/browser/history', |
| 5190 }, | 5194 }, |
| 5191 'includes': [ '../build/protoc.gypi' ] | 5195 'includes': [ '../build/protoc.gypi' ] |
| 5192 }, | 5196 }, |
| 5193 ], | 5197 ], |
| 5194 } | 5198 } |
| OLD | NEW |