| 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 3602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3613 'browser/ui/webui/chromeos/login/network_screen_handler.cc', | 3613 'browser/ui/webui/chromeos/login/network_screen_handler.cc', |
| 3614 'browser/ui/webui/chromeos/login/network_screen_handler.h', | 3614 'browser/ui/webui/chromeos/login/network_screen_handler.h', |
| 3615 'browser/ui/webui/chromeos/login/oobe_ui.cc', | 3615 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
| 3616 'browser/ui/webui/chromeos/login/oobe_ui.h', | 3616 'browser/ui/webui/chromeos/login/oobe_ui.h', |
| 3617 'browser/ui/webui/chromeos/login/signin_screen_handler.cc', | 3617 'browser/ui/webui/chromeos/login/signin_screen_handler.cc', |
| 3618 'browser/ui/webui/chromeos/login/signin_screen_handler.h', | 3618 'browser/ui/webui/chromeos/login/signin_screen_handler.h', |
| 3619 'browser/ui/webui/chromeos/login/update_screen_handler.cc', | 3619 'browser/ui/webui/chromeos/login/update_screen_handler.cc', |
| 3620 'browser/ui/webui/chromeos/login/update_screen_handler.h', | 3620 'browser/ui/webui/chromeos/login/update_screen_handler.h', |
| 3621 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', | 3621 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', |
| 3622 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', | 3622 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', |
| 3623 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
| 3624 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
| 3623 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3625 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
| 3624 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3626 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
| 3625 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3627 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
| 3626 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3628 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
| 3627 'browser/ui/webui/chromeos/register_page_ui.cc', | 3629 'browser/ui/webui/chromeos/register_page_ui.cc', |
| 3628 'browser/ui/webui/chromeos/register_page_ui.h', | 3630 'browser/ui/webui/chromeos/register_page_ui.h', |
| 3629 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3631 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
| 3630 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3632 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
| 3631 'browser/ui/webui/chromeos/system_info_ui.cc', | 3633 'browser/ui/webui/chromeos/system_info_ui.cc', |
| 3632 'browser/ui/webui/chromeos/system_info_ui.h', | 3634 'browser/ui/webui/chromeos/system_info_ui.h', |
| (...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5138 'type': 'static_library', | 5140 'type': 'static_library', |
| 5139 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5141 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5140 'variables': { | 5142 'variables': { |
| 5141 'proto_in_dir': 'browser/history', | 5143 'proto_in_dir': 'browser/history', |
| 5142 'proto_out_dir': 'chrome/browser/history', | 5144 'proto_out_dir': 'chrome/browser/history', |
| 5143 }, | 5145 }, |
| 5144 'includes': [ '../build/protoc.gypi' ] | 5146 'includes': [ '../build/protoc.gypi' ] |
| 5145 }, | 5147 }, |
| 5146 ], | 5148 ], |
| 5147 } | 5149 } |
| OLD | NEW |