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 3705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3716 'browser/ui/webui/fileicon_source.cc', | 3716 'browser/ui/webui/fileicon_source.cc', |
3717 'browser/ui/webui/fileicon_source.h', | 3717 'browser/ui/webui/fileicon_source.h', |
3718 'browser/ui/webui/fileicon_source_chromeos.cc', | 3718 'browser/ui/webui/fileicon_source_chromeos.cc', |
3719 'browser/ui/webui/fileicon_source_chromeos.h', | 3719 'browser/ui/webui/fileicon_source_chromeos.h', |
3720 'browser/ui/webui/flags_ui.cc', | 3720 'browser/ui/webui/flags_ui.cc', |
3721 'browser/ui/webui/flags_ui.h', | 3721 'browser/ui/webui/flags_ui.h', |
3722 'browser/ui/webui/flash_ui.cc', | 3722 'browser/ui/webui/flash_ui.cc', |
3723 'browser/ui/webui/flash_ui.h', | 3723 'browser/ui/webui/flash_ui.h', |
3724 'browser/ui/webui/gpu_internals_ui.cc', | 3724 'browser/ui/webui/gpu_internals_ui.cc', |
3725 'browser/ui/webui/gpu_internals_ui.h', | 3725 'browser/ui/webui/gpu_internals_ui.h', |
3726 'browser/ui/webui/history2_ui.cc', | |
3727 'browser/ui/webui/history2_ui.h', | |
3728 'browser/ui/webui/history_ui.cc', | 3726 'browser/ui/webui/history_ui.cc', |
3729 'browser/ui/webui/history_ui.h', | 3727 'browser/ui/webui/history_ui.h', |
3730 'browser/ui/webui/input_window_dialog_ui.cc', | 3728 'browser/ui/webui/input_window_dialog_ui.cc', |
3731 'browser/ui/webui/input_window_dialog_ui.h', | 3729 'browser/ui/webui/input_window_dialog_ui.h', |
3732 'browser/ui/webui/input_window_dialog_webui.cc', | 3730 'browser/ui/webui/input_window_dialog_webui.cc', |
3733 'browser/ui/webui/input_window_dialog_webui.h', | 3731 'browser/ui/webui/input_window_dialog_webui.h', |
3734 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', | 3732 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', |
3735 'browser/ui/webui/html_dialog_tab_contents_delegate.h', | 3733 'browser/ui/webui/html_dialog_tab_contents_delegate.h', |
3736 'browser/ui/webui/html_dialog_ui.cc', | 3734 'browser/ui/webui/html_dialog_ui.cc', |
3737 'browser/ui/webui/html_dialog_ui.h', | 3735 'browser/ui/webui/html_dialog_ui.h', |
(...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5268 'type': 'static_library', | 5266 'type': 'static_library', |
5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5270 'variables': { | 5268 'variables': { |
5271 'proto_in_dir': 'browser/history', | 5269 'proto_in_dir': 'browser/history', |
5272 'proto_out_dir': 'chrome/browser/history', | 5270 'proto_out_dir': 'chrome/browser/history', |
5273 }, | 5271 }, |
5274 'includes': [ '../build/protoc.gypi' ] | 5272 'includes': [ '../build/protoc.gypi' ] |
5275 }, | 5273 }, |
5276 ], | 5274 ], |
5277 } | 5275 } |
OLD | NEW |