| 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 3585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3596 'browser/ui/webui/cookies_tree_model_util.cc', | 3596 'browser/ui/webui/cookies_tree_model_util.cc', |
| 3597 'browser/ui/webui/cookies_tree_model_util.h', | 3597 'browser/ui/webui/cookies_tree_model_util.h', |
| 3598 'browser/ui/webui/crashes_ui.cc', | 3598 'browser/ui/webui/crashes_ui.cc', |
| 3599 'browser/ui/webui/crashes_ui.h', | 3599 'browser/ui/webui/crashes_ui.h', |
| 3600 'browser/ui/webui/devtools_ui.cc', | 3600 'browser/ui/webui/devtools_ui.cc', |
| 3601 'browser/ui/webui/devtools_ui.h', | 3601 'browser/ui/webui/devtools_ui.h', |
| 3602 'browser/ui/webui/downloads_dom_handler.cc', | 3602 'browser/ui/webui/downloads_dom_handler.cc', |
| 3603 'browser/ui/webui/downloads_dom_handler.h', | 3603 'browser/ui/webui/downloads_dom_handler.h', |
| 3604 'browser/ui/webui/downloads_ui.cc', | 3604 'browser/ui/webui/downloads_ui.cc', |
| 3605 'browser/ui/webui/downloads_ui.h', | 3605 'browser/ui/webui/downloads_ui.h', |
| 3606 'browser/ui/webui/edit_search_engine_dialog.cc', |
| 3607 'browser/ui/webui/edit_search_engine_dialog.h', |
| 3608 'browser/ui/webui/edit_search_engine_dialog_ui.cc', |
| 3609 'browser/ui/webui/edit_search_engine_dialog_ui.h', |
| 3606 'browser/ui/webui/extension_icon_source.cc', | 3610 'browser/ui/webui/extension_icon_source.cc', |
| 3607 'browser/ui/webui/extension_icon_source.h', | 3611 'browser/ui/webui/extension_icon_source.h', |
| 3608 'browser/ui/webui/favicon_source.cc', | 3612 'browser/ui/webui/favicon_source.cc', |
| 3609 'browser/ui/webui/favicon_source.h', | 3613 'browser/ui/webui/favicon_source.h', |
| 3610 'browser/ui/webui/fileicon_source.cc', | 3614 'browser/ui/webui/fileicon_source.cc', |
| 3611 'browser/ui/webui/fileicon_source.h', | 3615 'browser/ui/webui/fileicon_source.h', |
| 3612 'browser/ui/webui/fileicon_source_chromeos.cc', | 3616 'browser/ui/webui/fileicon_source_chromeos.cc', |
| 3613 'browser/ui/webui/fileicon_source_chromeos.h', | 3617 'browser/ui/webui/fileicon_source_chromeos.h', |
| 3614 'browser/ui/webui/flags_ui.cc', | 3618 'browser/ui/webui/flags_ui.cc', |
| 3615 'browser/ui/webui/flags_ui.h', | 3619 'browser/ui/webui/flags_ui.h', |
| (...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5046 'type': 'static_library', | 5050 'type': 'static_library', |
| 5047 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5051 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5048 'variables': { | 5052 'variables': { |
| 5049 'proto_in_dir': 'browser/history', | 5053 'proto_in_dir': 'browser/history', |
| 5050 'proto_out_dir': 'chrome/browser/history', | 5054 'proto_out_dir': 'chrome/browser/history', |
| 5051 }, | 5055 }, |
| 5052 'includes': [ '../build/protoc.gypi' ] | 5056 'includes': [ '../build/protoc.gypi' ] |
| 5053 }, | 5057 }, |
| 5054 ], | 5058 ], |
| 5055 } | 5059 } |
| OLD | NEW |