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

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: No explicit, gn format. Created 5 years, 9 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/chrome_repack_resources.gypi » ('j') | 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) 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 '../components/components.gyp:ownership', 1113 '../components/components.gyp:ownership',
1112 '../components/components.gyp:pairing', 1114 '../components/components.gyp:pairing',
1113 '../components/components.gyp:policy', 1115 '../components/components.gyp:policy',
1114 '../components/components.gyp:user_manager', 1116 '../components/components.gyp:user_manager',
1115 # This depends directly on the variations target, rather than just 1117 # This depends directly on the variations target, rather than just
1116 # transitively via the common target because the proto sources need to 1118 # transitively via the common target because the proto sources need to
1117 # be generated before code in this target can start building. 1119 # be generated before code in this target can start building.
1118 '../components/components.gyp:variations', 1120 '../components/components.gyp:variations',
1119 '../components/components.gyp:variations_http_provider', 1121 '../components/components.gyp:variations_http_provider',
1120 '../components/components.gyp:wallpaper', 1122 '../components/components.gyp:wallpaper',
1123 '../components/components.gyp:webui_generator',
1121 '../components/components.gyp:wifi_sync', 1124 '../components/components.gyp:wifi_sync',
1122 '../components/components_strings.gyp:components_strings', 1125 '../components/components_strings.gyp:components_strings',
1123 '../content/app/resources/content_resources.gyp:content_resources', 1126 '../content/app/resources/content_resources.gyp:content_resources',
1124 '../content/content.gyp:content_browser', 1127 '../content/content.gyp:content_browser',
1125 '../content/content.gyp:content_common', 1128 '../content/content.gyp:content_common',
1126 '../crypto/crypto.gyp:crypto', 1129 '../crypto/crypto.gyp:crypto',
1127 '../dbus/dbus.gyp:dbus', 1130 '../dbus/dbus.gyp:dbus',
1128 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1131 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1129 '../device/hid/hid.gyp:device_hid', 1132 '../device/hid/hid.gyp:device_hid',
1130 '../media/media.gyp:media', 1133 '../media/media.gyp:media',
(...skipping 21 matching lines...) Expand all
1152 '../third_party/re2/re2.gyp:re2', 1155 '../third_party/re2/re2.gyp:re2',
1153 '../third_party/zlib/zlib.gyp:zlib', 1156 '../third_party/zlib/zlib.gyp:zlib',
1154 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1157 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1155 '../ui/base/ui_base.gyp:ui_base', 1158 '../ui/base/ui_base.gyp:ui_base',
1156 '../ui/display/display.gyp:display', 1159 '../ui/display/display.gyp:display',
1157 '../ui/events/devices/events_devices.gyp:events_devices', 1160 '../ui/events/devices/events_devices.gyp:events_devices',
1158 '../ui/events/events.gyp:dom4_keycode_converter', 1161 '../ui/events/events.gyp:dom4_keycode_converter',
1159 '../ui/events/platform/events_platform.gyp:events_platform', 1162 '../ui/events/platform/events_platform.gyp:events_platform',
1160 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1163 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1161 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1164 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1165 '../ui/oobe/oobe.gyp:oobe',
1166 '../ui/oobe/oobe.gyp:oobe_wug_generated',
1162 '../ui/resources/ui_resources.gyp:ui_resources', 1167 '../ui/resources/ui_resources.gyp:ui_resources',
1163 '../ui/strings/ui_strings.gyp:ui_strings', 1168 '../ui/strings/ui_strings.gyp:ui_strings',
1164 '../ui/surface/surface.gyp:surface', 1169 '../ui/surface/surface.gyp:surface',
1165 '../ui/views/controls/webview/webview.gyp:webview', 1170 '../ui/views/controls/webview/webview.gyp:webview',
1166 '../ui/views/controls/webview/webview.gyp:webview', 1171 '../ui/views/controls/webview/webview.gyp:webview',
1167 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1172 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1168 '../url/url.gyp:url_lib', 1173 '../url/url.gyp:url_lib',
1169 '../v8/tools/gyp/v8.gyp:v8', 1174 '../v8/tools/gyp/v8.gyp:v8',
1170 'chrome_resources.gyp:chrome_strings', 1175 'chrome_resources.gyp:chrome_strings',
1171 ], 1176 ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 'browser/chromeos/attestation/attestation_signed_data.proto', 1301 'browser/chromeos/attestation/attestation_signed_data.proto',
1297 ], 1302 ],
1298 'variables': { 1303 'variables': {
1299 'proto_in_dir': 'browser/chromeos/attestation', 1304 'proto_in_dir': 'browser/chromeos/attestation',
1300 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1305 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1301 }, 1306 },
1302 'includes': [ '../build/protoc.gypi' ] 1307 'includes': [ '../build/protoc.gypi' ]
1303 }, 1308 },
1304 ], 1309 ],
1305 } 1310 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698