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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address a comment Created 4 years, 8 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/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_tests_unit.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'browser/chromeos/app_mode/kiosk_profile_loader.h', 51 'browser/chromeos/app_mode/kiosk_profile_loader.h',
52 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc', 52 'browser/chromeos/app_mode/kiosk_session_plugin_handler.cc',
53 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h', 53 'browser/chromeos/app_mode/kiosk_session_plugin_handler.h',
54 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h', 54 'browser/chromeos/app_mode/kiosk_session_plugin_handler_delegate.h',
55 'browser/chromeos/app_mode/startup_app_launcher.cc', 55 'browser/chromeos/app_mode/startup_app_launcher.cc',
56 'browser/chromeos/app_mode/startup_app_launcher.h', 56 'browser/chromeos/app_mode/startup_app_launcher.h',
57 'browser/chromeos/arc/arc_auth_notification.cc', 57 'browser/chromeos/arc/arc_auth_notification.cc',
58 'browser/chromeos/arc/arc_auth_notification.h', 58 'browser/chromeos/arc/arc_auth_notification.h',
59 'browser/chromeos/arc/arc_auth_service.cc', 59 'browser/chromeos/arc/arc_auth_service.cc',
60 'browser/chromeos/arc/arc_auth_service.h', 60 'browser/chromeos/arc/arc_auth_service.h',
61 'browser/chromeos/arc/arc_intent_helper_bridge.cc',
62 'browser/chromeos/arc/arc_intent_helper_bridge.h',
63 'browser/chromeos/arc/arc_service_launcher.cc', 61 'browser/chromeos/arc/arc_service_launcher.cc',
64 'browser/chromeos/arc/arc_service_launcher.h', 62 'browser/chromeos/arc/arc_service_launcher.h',
65 'browser/chromeos/arc/arc_policy_bridge.cc', 63 'browser/chromeos/arc/arc_policy_bridge.cc',
66 'browser/chromeos/arc/arc_policy_bridge.h', 64 'browser/chromeos/arc/arc_policy_bridge.h',
67 'browser/chromeos/arc/arc_process.h', 65 'browser/chromeos/arc/arc_process.h',
68 'browser/chromeos/arc/arc_process_service.cc', 66 'browser/chromeos/arc/arc_process_service.cc',
69 'browser/chromeos/arc/arc_process_service.h', 67 'browser/chromeos/arc/arc_process_service.h',
70 'browser/chromeos/arc/settings_bridge.cc', 68 'browser/chromeos/arc/arc_settings_service.cc',
71 'browser/chromeos/arc/settings_bridge.h', 69 'browser/chromeos/arc/arc_settings_service.h',
72 'browser/chromeos/arc/arc_optin_uma.cc', 70 'browser/chromeos/arc/arc_optin_uma.cc',
73 'browser/chromeos/arc/arc_optin_uma.h', 71 'browser/chromeos/arc/arc_optin_uma.h',
74 'browser/chromeos/attestation/attestation_ca_client.cc', 72 'browser/chromeos/attestation/attestation_ca_client.cc',
75 'browser/chromeos/attestation/attestation_ca_client.h', 73 'browser/chromeos/attestation/attestation_ca_client.h',
76 'browser/chromeos/attestation/attestation_policy_observer.cc', 74 'browser/chromeos/attestation/attestation_policy_observer.cc',
77 'browser/chromeos/attestation/attestation_policy_observer.h', 75 'browser/chromeos/attestation/attestation_policy_observer.h',
78 'browser/chromeos/attestation/platform_verification_dialog.cc', 76 'browser/chromeos/attestation/platform_verification_dialog.cc',
79 'browser/chromeos/attestation/platform_verification_dialog.h', 77 'browser/chromeos/attestation/platform_verification_dialog.h',
80 'browser/chromeos/attestation/platform_verification_flow.cc', 78 'browser/chromeos/attestation/platform_verification_flow.cc',
81 'browser/chromeos/attestation/platform_verification_flow.h', 79 'browser/chromeos/attestation/platform_verification_flow.h',
(...skipping 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'browser/chromeos/attestation/attestation_signed_data.proto', 1336 'browser/chromeos/attestation/attestation_signed_data.proto',
1339 ], 1337 ],
1340 'variables': { 1338 'variables': {
1341 'proto_in_dir': 'browser/chromeos/attestation', 1339 'proto_in_dir': 'browser/chromeos/attestation',
1342 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1340 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1343 }, 1341 },
1344 'includes': [ '../build/protoc.gypi' ] 1342 'includes': [ '../build/protoc.gypi' ]
1345 }, 1343 },
1346 ], 1344 ],
1347 } 1345 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698