OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 3656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3667 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3667 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3668 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3668 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3669 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3669 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3670 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3670 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3671 'browser/ui/webui/chromeos/register_page_ui.cc', | 3671 'browser/ui/webui/chromeos/register_page_ui.cc', |
3672 'browser/ui/webui/chromeos/register_page_ui.h', | 3672 'browser/ui/webui/chromeos/register_page_ui.h', |
3673 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3673 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
3674 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3674 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
3675 'browser/ui/webui/chromeos/system_info_ui.cc', | 3675 'browser/ui/webui/chromeos/system_info_ui.cc', |
3676 'browser/ui/webui/chromeos/system_info_ui.h', | 3676 'browser/ui/webui/chromeos/system_info_ui.h', |
| 3677 'browser/ui/webui/chromeos/ui_account_tweaks.cc', |
| 3678 'browser/ui/webui/chromeos/ui_account_tweaks.h', |
3677 'browser/ui/webui/constrained_html_ui.cc', | 3679 'browser/ui/webui/constrained_html_ui.cc', |
3678 'browser/ui/webui/constrained_html_ui.h', | 3680 'browser/ui/webui/constrained_html_ui.h', |
3679 'browser/ui/webui/constrained_html_ui_delegate_impl.cc', | 3681 'browser/ui/webui/constrained_html_ui_delegate_impl.cc', |
3680 'browser/ui/webui/constrained_html_ui_delegate_impl.h', | 3682 'browser/ui/webui/constrained_html_ui_delegate_impl.h', |
3681 'browser/ui/webui/cookies_tree_model_util.cc', | 3683 'browser/ui/webui/cookies_tree_model_util.cc', |
3682 'browser/ui/webui/cookies_tree_model_util.h', | 3684 'browser/ui/webui/cookies_tree_model_util.h', |
3683 'browser/ui/webui/crashes_ui.cc', | 3685 'browser/ui/webui/crashes_ui.cc', |
3684 'browser/ui/webui/crashes_ui.h', | 3686 'browser/ui/webui/crashes_ui.h', |
3685 'browser/ui/webui/devtools_ui.cc', | 3687 'browser/ui/webui/devtools_ui.cc', |
3686 'browser/ui/webui/devtools_ui.h', | 3688 'browser/ui/webui/devtools_ui.h', |
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5233 'type': 'static_library', | 5235 'type': 'static_library', |
5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5235 'variables': { | 5237 'variables': { |
5236 'proto_in_dir': 'browser/history', | 5238 'proto_in_dir': 'browser/history', |
5237 'proto_out_dir': 'chrome/browser/history', | 5239 'proto_out_dir': 'chrome/browser/history', |
5238 }, | 5240 }, |
5239 'includes': [ '../build/protoc.gypi' ] | 5241 'includes': [ '../build/protoc.gypi' ] |
5240 }, | 5242 }, |
5241 ], | 5243 ], |
5242 } | 5244 } |
OLD | NEW |