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 3698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3709 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3709 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3710 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3710 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3711 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3711 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3712 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3712 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3713 'browser/ui/webui/chromeos/register_page_ui.cc', | 3713 'browser/ui/webui/chromeos/register_page_ui.cc', |
3714 'browser/ui/webui/chromeos/register_page_ui.h', | 3714 'browser/ui/webui/chromeos/register_page_ui.h', |
3715 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3715 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
3716 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3716 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
3717 'browser/ui/webui/chromeos/system_info_ui.cc', | 3717 'browser/ui/webui/chromeos/system_info_ui.cc', |
3718 'browser/ui/webui/chromeos/system_info_ui.h', | 3718 'browser/ui/webui/chromeos/system_info_ui.h', |
| 3719 'browser/ui/webui/chromeos/ui_account_tweaks.cc', |
| 3720 'browser/ui/webui/chromeos/ui_account_tweaks.h', |
3719 'browser/ui/webui/constrained_html_ui.cc', | 3721 'browser/ui/webui/constrained_html_ui.cc', |
3720 'browser/ui/webui/constrained_html_ui.h', | 3722 'browser/ui/webui/constrained_html_ui.h', |
3721 'browser/ui/webui/constrained_html_ui_delegate_impl.cc', | 3723 'browser/ui/webui/constrained_html_ui_delegate_impl.cc', |
3722 'browser/ui/webui/constrained_html_ui_delegate_impl.h', | 3724 'browser/ui/webui/constrained_html_ui_delegate_impl.h', |
3723 'browser/ui/webui/cookies_tree_model_util.cc', | 3725 'browser/ui/webui/cookies_tree_model_util.cc', |
3724 'browser/ui/webui/cookies_tree_model_util.h', | 3726 'browser/ui/webui/cookies_tree_model_util.h', |
3725 'browser/ui/webui/crashes_ui.cc', | 3727 'browser/ui/webui/crashes_ui.cc', |
3726 'browser/ui/webui/crashes_ui.h', | 3728 'browser/ui/webui/crashes_ui.h', |
3727 'browser/ui/webui/devtools_ui.cc', | 3729 'browser/ui/webui/devtools_ui.cc', |
3728 'browser/ui/webui/devtools_ui.h', | 3730 'browser/ui/webui/devtools_ui.h', |
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5295 'variables': { | 5297 'variables': { |
5296 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5298 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5297 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5299 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5298 }, | 5300 }, |
5299 'includes': ['../build/protoc.gypi'], | 5301 'includes': ['../build/protoc.gypi'], |
5300 }], | 5302 }], |
5301 ], | 5303 ], |
5302 }, | 5304 }, |
5303 ], | 5305 ], |
5304 } | 5306 } |
OLD | NEW |