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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 years, 3 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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'browser/chromeos/ui/kiosk_external_update_notification.cc', 984 'browser/chromeos/ui/kiosk_external_update_notification.cc',
985 'browser/chromeos/ui/kiosk_external_update_notification.h', 985 'browser/chromeos/ui/kiosk_external_update_notification.h',
986 'browser/chromeos/ui/mobile_config_ui.cc', 986 'browser/chromeos/ui/mobile_config_ui.cc',
987 'browser/chromeos/ui/mobile_config_ui.h', 987 'browser/chromeos/ui/mobile_config_ui.h',
988 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 988 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
989 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 989 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
990 'browser/chromeos/ui_proxy_config.cc', 990 'browser/chromeos/ui_proxy_config.cc',
991 'browser/chromeos/ui_proxy_config.h', 991 'browser/chromeos/ui_proxy_config.h',
992 'browser/chromeos/ui_proxy_config_service.cc', 992 'browser/chromeos/ui_proxy_config_service.cc',
993 'browser/chromeos/ui_proxy_config_service.h', 993 'browser/chromeos/ui_proxy_config_service.h',
994 'browser/chromeos/vpn_provider/pepper_vpn_provider_service_helper.cc',
995 'browser/chromeos/vpn_provider/pepper_vpn_provider_service_helper.h',
994 'browser/chromeos/upgrade_detector_chromeos.cc', 996 'browser/chromeos/upgrade_detector_chromeos.cc',
995 'browser/chromeos/upgrade_detector_chromeos.h', 997 'browser/chromeos/upgrade_detector_chromeos.h',
996 'browser/supervised_user/chromeos/manager_password_service.cc', 998 'browser/supervised_user/chromeos/manager_password_service.cc',
997 'browser/supervised_user/chromeos/manager_password_service.h', 999 'browser/supervised_user/chromeos/manager_password_service.h',
998 'browser/supervised_user/chromeos/manager_password_service_factory.cc', 1000 'browser/supervised_user/chromeos/manager_password_service_factory.cc',
999 'browser/supervised_user/chromeos/manager_password_service_factory.h', 1001 'browser/supervised_user/chromeos/manager_password_service_factory.h',
1000 'browser/supervised_user/chromeos/supervised_user_password_service.cc', 1002 'browser/supervised_user/chromeos/supervised_user_password_service.cc',
1001 'browser/supervised_user/chromeos/supervised_user_password_service.h', 1003 'browser/supervised_user/chromeos/supervised_user_password_service.h',
1002 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.cc', 1004 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.cc',
1003 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.h', 1005 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 'browser/chromeos/attestation/attestation_signed_data.proto', 1282 'browser/chromeos/attestation/attestation_signed_data.proto',
1281 ], 1283 ],
1282 'variables': { 1284 'variables': {
1283 'proto_in_dir': 'browser/chromeos/attestation', 1285 'proto_in_dir': 'browser/chromeos/attestation',
1284 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1286 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1285 }, 1287 },
1286 'includes': [ '../build/protoc.gypi' ] 1288 'includes': [ '../build/protoc.gypi' ]
1287 }, 1289 },
1288 ], 1290 ],
1289 } 1291 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/vpn_provider/pepper_vpn_provider_service_helper.cc ('k') | chrome/common/ppapi_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698