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 3596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3607 'browser/ui/webui/cookies_tree_model_util.cc', | 3607 'browser/ui/webui/cookies_tree_model_util.cc', |
3608 'browser/ui/webui/cookies_tree_model_util.h', | 3608 'browser/ui/webui/cookies_tree_model_util.h', |
3609 'browser/ui/webui/crashes_ui.cc', | 3609 'browser/ui/webui/crashes_ui.cc', |
3610 'browser/ui/webui/crashes_ui.h', | 3610 'browser/ui/webui/crashes_ui.h', |
3611 'browser/ui/webui/devtools_ui.cc', | 3611 'browser/ui/webui/devtools_ui.cc', |
3612 'browser/ui/webui/devtools_ui.h', | 3612 'browser/ui/webui/devtools_ui.h', |
3613 'browser/ui/webui/downloads_dom_handler.cc', | 3613 'browser/ui/webui/downloads_dom_handler.cc', |
3614 'browser/ui/webui/downloads_dom_handler.h', | 3614 'browser/ui/webui/downloads_dom_handler.h', |
3615 'browser/ui/webui/downloads_ui.cc', | 3615 'browser/ui/webui/downloads_ui.cc', |
3616 'browser/ui/webui/downloads_ui.h', | 3616 'browser/ui/webui/downloads_ui.h', |
| 3617 'browser/ui/webui/edit_search_engine_dialog.cc', |
| 3618 'browser/ui/webui/edit_search_engine_dialog.h', |
| 3619 'browser/ui/webui/edit_search_engine_dialog_ui.cc', |
| 3620 'browser/ui/webui/edit_search_engine_dialog_ui.h', |
3617 'browser/ui/webui/extension_icon_source.cc', | 3621 'browser/ui/webui/extension_icon_source.cc', |
3618 'browser/ui/webui/extension_icon_source.h', | 3622 'browser/ui/webui/extension_icon_source.h', |
3619 'browser/ui/webui/favicon_source.cc', | 3623 'browser/ui/webui/favicon_source.cc', |
3620 'browser/ui/webui/favicon_source.h', | 3624 'browser/ui/webui/favicon_source.h', |
3621 'browser/ui/webui/fileicon_source.cc', | 3625 'browser/ui/webui/fileicon_source.cc', |
3622 'browser/ui/webui/fileicon_source.h', | 3626 'browser/ui/webui/fileicon_source.h', |
3623 'browser/ui/webui/fileicon_source_chromeos.cc', | 3627 'browser/ui/webui/fileicon_source_chromeos.cc', |
3624 'browser/ui/webui/fileicon_source_chromeos.h', | 3628 'browser/ui/webui/fileicon_source_chromeos.h', |
3625 'browser/ui/webui/flags_ui.cc', | 3629 'browser/ui/webui/flags_ui.cc', |
3626 'browser/ui/webui/flags_ui.h', | 3630 'browser/ui/webui/flags_ui.h', |
(...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5063 'type': 'static_library', | 5067 'type': 'static_library', |
5064 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5068 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5065 'variables': { | 5069 'variables': { |
5066 'proto_in_dir': 'browser/history', | 5070 'proto_in_dir': 'browser/history', |
5067 'proto_out_dir': 'chrome/browser/history', | 5071 'proto_out_dir': 'chrome/browser/history', |
5068 }, | 5072 }, |
5069 'includes': [ '../build/protoc.gypi' ] | 5073 'includes': [ '../build/protoc.gypi' ] |
5070 }, | 5074 }, |
5071 ], | 5075 ], |
5072 } | 5076 } |
OLD | NEW |