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 3597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3608 'browser/ui/views/window.cc', | 3608 'browser/ui/views/window.cc', |
3609 'browser/ui/views/window.h', | 3609 'browser/ui/views/window.h', |
3610 'browser/ui/views/wrench_menu.cc', | 3610 'browser/ui/views/wrench_menu.cc', |
3611 'browser/ui/views/wrench_menu.h', | 3611 'browser/ui/views/wrench_menu.h', |
3612 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', | 3612 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', |
3613 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', | 3613 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', |
3614 'browser/ui/web_applications/web_app_ui.cc', | 3614 'browser/ui/web_applications/web_app_ui.cc', |
3615 'browser/ui/web_applications/web_app_ui.h', | 3615 'browser/ui/web_applications/web_app_ui.h', |
3616 'browser/ui/webui/active_downloads_ui.cc', | 3616 'browser/ui/webui/active_downloads_ui.cc', |
3617 'browser/ui/webui/active_downloads_ui.h', | 3617 'browser/ui/webui/active_downloads_ui.h', |
| 3618 'browser/ui/webui/aura/app_list_ui.cc', |
| 3619 'browser/ui/webui/aura/app_list_ui.h', |
3618 'browser/ui/webui/bookmarks_ui.cc', | 3620 'browser/ui/webui/bookmarks_ui.cc', |
3619 'browser/ui/webui/bookmarks_ui.h', | 3621 'browser/ui/webui/bookmarks_ui.h', |
3620 'browser/ui/webui/bug_report_ui.cc', | 3622 'browser/ui/webui/bug_report_ui.cc', |
3621 'browser/ui/webui/bug_report_ui.h', | 3623 'browser/ui/webui/bug_report_ui.h', |
3622 'browser/ui/webui/certificate_viewer_webui.cc', | 3624 'browser/ui/webui/certificate_viewer_webui.cc', |
3623 'browser/ui/webui/certificate_viewer_webui.h', | 3625 'browser/ui/webui/certificate_viewer_webui.h', |
3624 'browser/ui/webui/certificate_viewer_ui.cc', | 3626 'browser/ui/webui/certificate_viewer_ui.cc', |
3625 'browser/ui/webui/certificate_viewer_ui.h', | 3627 'browser/ui/webui/certificate_viewer_ui.h', |
3626 'browser/ui/webui/chrome_url_data_manager.cc', | 3628 'browser/ui/webui/chrome_url_data_manager.cc', |
3627 'browser/ui/webui/chrome_url_data_manager.h', | 3629 'browser/ui/webui/chrome_url_data_manager.h', |
(...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5242 'type': 'static_library', | 5244 'type': 'static_library', |
5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5245 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5244 'variables': { | 5246 'variables': { |
5245 'proto_in_dir': 'browser/history', | 5247 'proto_in_dir': 'browser/history', |
5246 'proto_out_dir': 'chrome/browser/history', | 5248 'proto_out_dir': 'chrome/browser/history', |
5247 }, | 5249 }, |
5248 'includes': [ '../build/protoc.gypi' ] | 5250 'includes': [ '../build/protoc.gypi' ] |
5249 }, | 5251 }, |
5250 ], | 5252 ], |
5251 } | 5253 } |
OLD | NEW |