| 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3284 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3284 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 3285 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3285 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 3286 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', | 3286 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', |
| 3287 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', | 3287 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', |
| 3288 'browser/ui/webui/chromeos/imageburner_ui.cc', | 3288 'browser/ui/webui/chromeos/imageburner_ui.cc', |
| 3289 'browser/ui/webui/chromeos/imageburner_ui.h', | 3289 'browser/ui/webui/chromeos/imageburner_ui.h', |
| 3290 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3290 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 3291 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3291 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3292 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', | 3292 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', |
| 3293 'browser/ui/webui/chromeos/login/eula_screen_handler.h', | 3293 'browser/ui/webui/chromeos/login/eula_screen_handler.h', |
| 3294 'browser/ui/webui/chromeos/login/oobe_ui.cc', | |
| 3295 'browser/ui/webui/chromeos/login/oobe_ui.h', | |
| 3296 'browser/ui/webui/chromeos/login/login_ui.cc', | 3294 'browser/ui/webui/chromeos/login/login_ui.cc', |
| 3297 'browser/ui/webui/chromeos/login/login_ui.h', | 3295 'browser/ui/webui/chromeos/login/login_ui.h', |
| 3298 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', | 3296 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', |
| 3299 'browser/ui/webui/chromeos/login/login_ui_helpers.h', | 3297 'browser/ui/webui/chromeos/login/login_ui_helpers.h', |
| 3298 'browser/ui/webui/chromeos/login/network_screen_handler.cc', |
| 3299 'browser/ui/webui/chromeos/login/network_screen_handler.h', |
| 3300 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
| 3301 'browser/ui/webui/chromeos/login/oobe_ui.h', |
| 3300 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3302 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
| 3301 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3303 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
| 3302 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3304 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
| 3303 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3305 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
| 3304 'browser/ui/webui/chromeos/register_page_ui.cc', | 3306 'browser/ui/webui/chromeos/register_page_ui.cc', |
| 3305 'browser/ui/webui/chromeos/register_page_ui.h', | 3307 'browser/ui/webui/chromeos/register_page_ui.h', |
| 3306 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 3308 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
| 3307 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 3309 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
| 3308 'browser/ui/webui/chromeos/system_info_ui.cc', | 3310 'browser/ui/webui/chromeos/system_info_ui.cc', |
| 3309 'browser/ui/webui/chromeos/system_info_ui.h', | 3311 'browser/ui/webui/chromeos/system_info_ui.h', |
| (...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4634 'hard_dependency': 1, | 4636 'hard_dependency': 1, |
| 4635 }, | 4637 }, |
| 4636 ], | 4638 ], |
| 4637 } | 4639 } |
| 4638 | 4640 |
| 4639 # Local Variables: | 4641 # Local Variables: |
| 4640 # tab-width:2 | 4642 # tab-width:2 |
| 4641 # indent-tabs-mode:nil | 4643 # indent-tabs-mode:nil |
| 4642 # End: | 4644 # End: |
| 4643 # vim: set expandtab tabstop=2 shiftwidth=2: | 4645 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |