Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7121013: Initial implementation of network screen WebUI handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3288 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', 3288 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc',
3289 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', 3289 'browser/ui/webui/chromeos/choose_mobile_network_ui.h',
3290 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', 3290 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc',
3291 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', 3291 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h',
3292 'browser/ui/webui/chromeos/imageburner_ui.cc', 3292 'browser/ui/webui/chromeos/imageburner_ui.cc',
3293 'browser/ui/webui/chromeos/imageburner_ui.h', 3293 'browser/ui/webui/chromeos/imageburner_ui.h',
3294 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', 3294 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
3295 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', 3295 'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
3296 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', 3296 'browser/ui/webui/chromeos/login/eula_screen_handler.cc',
3297 'browser/ui/webui/chromeos/login/eula_screen_handler.h', 3297 'browser/ui/webui/chromeos/login/eula_screen_handler.h',
3298 'browser/ui/webui/chromeos/login/oobe_ui.cc',
3299 'browser/ui/webui/chromeos/login/oobe_ui.h',
3300 'browser/ui/webui/chromeos/login/login_ui.cc', 3298 'browser/ui/webui/chromeos/login/login_ui.cc',
3301 'browser/ui/webui/chromeos/login/login_ui.h', 3299 'browser/ui/webui/chromeos/login/login_ui.h',
3302 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', 3300 'browser/ui/webui/chromeos/login/login_ui_helpers.cc',
3303 'browser/ui/webui/chromeos/login/login_ui_helpers.h', 3301 'browser/ui/webui/chromeos/login/login_ui_helpers.h',
3302 'browser/ui/webui/chromeos/login/network_screen_handler.cc',
3303 'browser/ui/webui/chromeos/login/network_screen_handler.h',
3304 'browser/ui/webui/chromeos/login/oobe_ui.cc',
3305 'browser/ui/webui/chromeos/login/oobe_ui.h',
3304 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 3306 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
3305 'browser/ui/webui/chromeos/mobile_setup_ui.h', 3307 'browser/ui/webui/chromeos/mobile_setup_ui.h',
3306 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 3308 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
3307 'browser/ui/webui/chromeos/proxy_settings_ui.h', 3309 'browser/ui/webui/chromeos/proxy_settings_ui.h',
3308 'browser/ui/webui/chromeos/register_page_ui.cc', 3310 'browser/ui/webui/chromeos/register_page_ui.cc',
3309 'browser/ui/webui/chromeos/register_page_ui.h', 3311 'browser/ui/webui/chromeos/register_page_ui.h',
3310 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 3312 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
3311 'browser/ui/webui/chromeos/sim_unlock_ui.h', 3313 'browser/ui/webui/chromeos/sim_unlock_ui.h',
3312 'browser/ui/webui/chromeos/system_info_ui.cc', 3314 'browser/ui/webui/chromeos/system_info_ui.cc',
3313 'browser/ui/webui/chromeos/system_info_ui.h', 3315 'browser/ui/webui/chromeos/system_info_ui.h',
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
4637 'hard_dependency': 1, 4639 'hard_dependency': 1,
4638 }, 4640 },
4639 ], 4641 ],
4640 } 4642 }
4641 4643
4642 # Local Variables: 4644 # Local Variables:
4643 # tab-width:2 4645 # tab-width:2
4644 # indent-tabs-mode:nil 4646 # indent-tabs-mode:nil
4645 # End: 4647 # End:
4646 # vim: set expandtab tabstop=2 shiftwidth=2: 4648 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698