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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 3622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3633 'browser/ui/views/wrench_menu.cc', | 3633 'browser/ui/views/wrench_menu.cc', |
3634 'browser/ui/views/wrench_menu.h', | 3634 'browser/ui/views/wrench_menu.h', |
3635 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', | 3635 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', |
3636 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', | 3636 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', |
3637 'browser/ui/web_applications/web_app_ui.cc', | 3637 'browser/ui/web_applications/web_app_ui.cc', |
3638 'browser/ui/web_applications/web_app_ui.h', | 3638 'browser/ui/web_applications/web_app_ui.h', |
3639 'browser/ui/webui/about_ui.cc', | 3639 'browser/ui/webui/about_ui.cc', |
3640 'browser/ui/webui/about_ui.h', | 3640 'browser/ui/webui/about_ui.h', |
3641 'browser/ui/webui/active_downloads_ui.cc', | 3641 'browser/ui/webui/active_downloads_ui.cc', |
3642 'browser/ui/webui/active_downloads_ui.h', | 3642 'browser/ui/webui/active_downloads_ui.h', |
| 3643 'browser/ui/webui/aura/app_list_ui_delegate.h', |
3643 'browser/ui/webui/aura/app_list_ui.cc', | 3644 'browser/ui/webui/aura/app_list_ui.cc', |
3644 'browser/ui/webui/aura/app_list_ui.h', | 3645 'browser/ui/webui/aura/app_list_ui.h', |
3645 'browser/ui/webui/bookmark_all_tabs_dialog.cc', | 3646 'browser/ui/webui/bookmark_all_tabs_dialog.cc', |
3646 'browser/ui/webui/bookmark_all_tabs_dialog.h', | 3647 'browser/ui/webui/bookmark_all_tabs_dialog.h', |
3647 'browser/ui/webui/bookmarks_ui.cc', | 3648 'browser/ui/webui/bookmarks_ui.cc', |
3648 'browser/ui/webui/bookmarks_ui.h', | 3649 'browser/ui/webui/bookmarks_ui.h', |
3649 'browser/ui/webui/bug_report_ui.cc', | 3650 'browser/ui/webui/bug_report_ui.cc', |
3650 'browser/ui/webui/bug_report_ui.h', | 3651 'browser/ui/webui/bug_report_ui.h', |
3651 'browser/ui/webui/certificate_viewer_webui.cc', | 3652 'browser/ui/webui/certificate_viewer_webui.cc', |
3652 'browser/ui/webui/certificate_viewer_webui.h', | 3653 'browser/ui/webui/certificate_viewer_webui.h', |
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5240 'type': 'static_library', | 5241 'type': 'static_library', |
5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5242 'variables': { | 5243 'variables': { |
5243 'proto_in_dir': 'browser/history', | 5244 'proto_in_dir': 'browser/history', |
5244 'proto_out_dir': 'chrome/browser/history', | 5245 'proto_out_dir': 'chrome/browser/history', |
5245 }, | 5246 }, |
5246 'includes': [ '../build/protoc.gypi' ] | 5247 'includes': [ '../build/protoc.gypi' ] |
5247 }, | 5248 }, |
5248 ], | 5249 ], |
5249 } | 5250 } |
OLD | NEW |