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 3634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3645 'browser/ui/webui/chromeos/login/network_screen_handler.cc', | 3645 'browser/ui/webui/chromeos/login/network_screen_handler.cc', |
3646 'browser/ui/webui/chromeos/login/network_screen_handler.h', | 3646 'browser/ui/webui/chromeos/login/network_screen_handler.h', |
3647 'browser/ui/webui/chromeos/login/oobe_ui.cc', | 3647 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
3648 'browser/ui/webui/chromeos/login/oobe_ui.h', | 3648 'browser/ui/webui/chromeos/login/oobe_ui.h', |
3649 'browser/ui/webui/chromeos/login/signin_screen_handler.cc', | 3649 'browser/ui/webui/chromeos/login/signin_screen_handler.cc', |
3650 'browser/ui/webui/chromeos/login/signin_screen_handler.h', | 3650 'browser/ui/webui/chromeos/login/signin_screen_handler.h', |
3651 'browser/ui/webui/chromeos/login/update_screen_handler.cc', | 3651 'browser/ui/webui/chromeos/login/update_screen_handler.cc', |
3652 'browser/ui/webui/chromeos/login/update_screen_handler.h', | 3652 'browser/ui/webui/chromeos/login/update_screen_handler.h', |
3653 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', | 3653 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', |
3654 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', | 3654 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', |
| 3655 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
| 3656 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
3655 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3657 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3656 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3658 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3657 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3659 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3658 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3660 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3659 'browser/ui/webui/chromeos/register_page_ui.cc', | 3661 'browser/ui/webui/chromeos/register_page_ui.cc', |
3660 'browser/ui/webui/chromeos/register_page_ui.h', | 3662 'browser/ui/webui/chromeos/register_page_ui.h', |
3661 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3663 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
3662 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3664 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
3663 'browser/ui/webui/chromeos/system_info_ui.cc', | 3665 'browser/ui/webui/chromeos/system_info_ui.cc', |
3664 'browser/ui/webui/chromeos/system_info_ui.h', | 3666 'browser/ui/webui/chromeos/system_info_ui.h', |
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5193 'type': 'static_library', | 5195 'type': 'static_library', |
5194 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5196 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5195 'variables': { | 5197 'variables': { |
5196 'proto_in_dir': 'browser/history', | 5198 'proto_in_dir': 'browser/history', |
5197 'proto_out_dir': 'chrome/browser/history', | 5199 'proto_out_dir': 'chrome/browser/history', |
5198 }, | 5200 }, |
5199 'includes': [ '../build/protoc.gypi' ] | 5201 'includes': [ '../build/protoc.gypi' ] |
5200 }, | 5202 }, |
5201 ], | 5203 ], |
5202 } | 5204 } |
OLD | NEW |