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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Builds with gn using is_component_build=false. Created 5 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'browser/chromeos/net/network_portal_web_dialog.cc', 702 'browser/chromeos/net/network_portal_web_dialog.cc',
703 'browser/chromeos/net/network_portal_web_dialog.h', 703 'browser/chromeos/net/network_portal_web_dialog.h',
704 'browser/chromeos/net/onc_utils.cc', 704 'browser/chromeos/net/onc_utils.cc',
705 'browser/chromeos/net/onc_utils.h', 705 'browser/chromeos/net/onc_utils.h',
706 'browser/chromeos/net/proxy_config_handler.cc', 706 'browser/chromeos/net/proxy_config_handler.cc',
707 'browser/chromeos/net/proxy_config_handler.h', 707 'browser/chromeos/net/proxy_config_handler.h',
708 'browser/chromeos/net/wake_on_wifi_manager.cc', 708 'browser/chromeos/net/wake_on_wifi_manager.cc',
709 'browser/chromeos/net/wake_on_wifi_manager.h', 709 'browser/chromeos/net/wake_on_wifi_manager.h',
710 'browser/chromeos/offline/offline_load_page.cc', 710 'browser/chromeos/offline/offline_load_page.cc',
711 'browser/chromeos/offline/offline_load_page.h', 711 'browser/chromeos/offline/offline_load_page.h',
712 'browser/chromeos/oobe/oobe.cc',
713 'browser/chromeos/oobe/oobe.h',
712 'browser/chromeos/options/cert_library.cc', 714 'browser/chromeos/options/cert_library.cc',
713 'browser/chromeos/options/cert_library.h', 715 'browser/chromeos/options/cert_library.h',
714 'browser/chromeos/options/network_config_view.cc', 716 'browser/chromeos/options/network_config_view.cc',
715 'browser/chromeos/options/network_config_view.h', 717 'browser/chromeos/options/network_config_view.h',
716 'browser/chromeos/options/network_property_ui_data.cc', 718 'browser/chromeos/options/network_property_ui_data.cc',
717 'browser/chromeos/options/network_property_ui_data.h', 719 'browser/chromeos/options/network_property_ui_data.h',
718 'browser/chromeos/options/passphrase_textfield.cc', 720 'browser/chromeos/options/passphrase_textfield.cc',
719 'browser/chromeos/options/passphrase_textfield.h', 721 'browser/chromeos/options/passphrase_textfield.h',
720 'browser/chromeos/options/vpn_config_view.cc', 722 'browser/chromeos/options/vpn_config_view.cc',
721 'browser/chromeos/options/vpn_config_view.h', 723 'browser/chromeos/options/vpn_config_view.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 '../third_party/re2/re2.gyp:re2', 1152 '../third_party/re2/re2.gyp:re2',
1151 '../third_party/zlib/zlib.gyp:zlib', 1153 '../third_party/zlib/zlib.gyp:zlib',
1152 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1154 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1153 '../ui/base/ui_base.gyp:ui_base', 1155 '../ui/base/ui_base.gyp:ui_base',
1154 '../ui/display/display.gyp:display', 1156 '../ui/display/display.gyp:display',
1155 '../ui/events/devices/events_devices.gyp:events_devices', 1157 '../ui/events/devices/events_devices.gyp:events_devices',
1156 '../ui/events/events.gyp:dom4_keycode_converter', 1158 '../ui/events/events.gyp:dom4_keycode_converter',
1157 '../ui/events/platform/events_platform.gyp:events_platform', 1159 '../ui/events/platform/events_platform.gyp:events_platform',
1158 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1160 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1159 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1161 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1162 '../ui/oobe/oobe_ui.gyp:oobe_ui',
1160 '../ui/resources/ui_resources.gyp:ui_resources', 1163 '../ui/resources/ui_resources.gyp:ui_resources',
1161 '../ui/strings/ui_strings.gyp:ui_strings', 1164 '../ui/strings/ui_strings.gyp:ui_strings',
1162 '../ui/surface/surface.gyp:surface', 1165 '../ui/surface/surface.gyp:surface',
1163 '../ui/views/controls/webview/webview.gyp:webview', 1166 '../ui/views/controls/webview/webview.gyp:webview',
1164 '../ui/views/controls/webview/webview.gyp:webview', 1167 '../ui/views/controls/webview/webview.gyp:webview',
1165 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1168 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1166 '../url/url.gyp:url_lib', 1169 '../url/url.gyp:url_lib',
1167 '../v8/tools/gyp/v8.gyp:v8', 1170 '../v8/tools/gyp/v8.gyp:v8',
1168 'chrome_resources.gyp:chrome_strings', 1171 'chrome_resources.gyp:chrome_strings',
1169 ], 1172 ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 'browser/chromeos/attestation/attestation_signed_data.proto', 1297 'browser/chromeos/attestation/attestation_signed_data.proto',
1295 ], 1298 ],
1296 'variables': { 1299 'variables': {
1297 'proto_in_dir': 'browser/chromeos/attestation', 1300 'proto_in_dir': 'browser/chromeos/attestation',
1298 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1301 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1299 }, 1302 },
1300 'includes': [ '../build/protoc.gypi' ] 1303 'includes': [ '../build/protoc.gypi' ]
1301 }, 1304 },
1302 ], 1305 ],
1303 } 1306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698