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 3623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3634 'browser/ui/webui/chromeos/login/network_screen_handler.cc', | 3634 'browser/ui/webui/chromeos/login/network_screen_handler.cc', |
3635 'browser/ui/webui/chromeos/login/network_screen_handler.h', | 3635 'browser/ui/webui/chromeos/login/network_screen_handler.h', |
3636 'browser/ui/webui/chromeos/login/oobe_ui.cc', | 3636 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
3637 'browser/ui/webui/chromeos/login/oobe_ui.h', | 3637 'browser/ui/webui/chromeos/login/oobe_ui.h', |
3638 'browser/ui/webui/chromeos/login/signin_screen_handler.cc', | 3638 'browser/ui/webui/chromeos/login/signin_screen_handler.cc', |
3639 'browser/ui/webui/chromeos/login/signin_screen_handler.h', | 3639 'browser/ui/webui/chromeos/login/signin_screen_handler.h', |
3640 'browser/ui/webui/chromeos/login/update_screen_handler.cc', | 3640 'browser/ui/webui/chromeos/login/update_screen_handler.cc', |
3641 'browser/ui/webui/chromeos/login/update_screen_handler.h', | 3641 'browser/ui/webui/chromeos/login/update_screen_handler.h', |
3642 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', | 3642 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', |
3643 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', | 3643 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', |
| 3644 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
| 3645 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
3644 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3646 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3645 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3647 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3646 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3648 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3647 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3649 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3648 'browser/ui/webui/chromeos/register_page_ui.cc', | 3650 'browser/ui/webui/chromeos/register_page_ui.cc', |
3649 'browser/ui/webui/chromeos/register_page_ui.h', | 3651 'browser/ui/webui/chromeos/register_page_ui.h', |
3650 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3652 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
3651 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3653 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
3652 'browser/ui/webui/chromeos/system_info_ui.cc', | 3654 'browser/ui/webui/chromeos/system_info_ui.cc', |
3653 'browser/ui/webui/chromeos/system_info_ui.h', | 3655 'browser/ui/webui/chromeos/system_info_ui.h', |
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5186 'type': 'static_library', | 5188 'type': 'static_library', |
5187 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5189 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5188 'variables': { | 5190 'variables': { |
5189 'proto_in_dir': 'browser/history', | 5191 'proto_in_dir': 'browser/history', |
5190 'proto_out_dir': 'chrome/browser/history', | 5192 'proto_out_dir': 'chrome/browser/history', |
5191 }, | 5193 }, |
5192 'includes': [ '../build/protoc.gypi' ] | 5194 'includes': [ '../build/protoc.gypi' ] |
5193 }, | 5195 }, |
5194 ], | 5196 ], |
5195 } | 5197 } |
OLD | NEW |