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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit_tests Created 4 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'browser/chromeos/arc/arc_auth_notification.h', 56 'browser/chromeos/arc/arc_auth_notification.h',
57 'browser/chromeos/arc/arc_auth_service.cc', 57 'browser/chromeos/arc/arc_auth_service.cc',
58 'browser/chromeos/arc/arc_auth_service.h', 58 'browser/chromeos/arc/arc_auth_service.h',
59 'browser/chromeos/arc/arc_intent_helper_bridge.cc', 59 'browser/chromeos/arc/arc_intent_helper_bridge.cc',
60 'browser/chromeos/arc/arc_intent_helper_bridge.h', 60 'browser/chromeos/arc/arc_intent_helper_bridge.h',
61 'browser/chromeos/arc/arc_service_launcher.cc', 61 'browser/chromeos/arc/arc_service_launcher.cc',
62 'browser/chromeos/arc/arc_service_launcher.h', 62 'browser/chromeos/arc/arc_service_launcher.h',
63 'browser/chromeos/arc/arc_process.h', 63 'browser/chromeos/arc/arc_process.h',
64 'browser/chromeos/arc/arc_process_service.cc', 64 'browser/chromeos/arc/arc_process_service.cc',
65 'browser/chromeos/arc/arc_process_service.h', 65 'browser/chromeos/arc/arc_process_service.h',
66 'browser/chromeos/arc/open_with_menu_controller_delegate.cc',
67 'browser/chromeos/arc/open_with_menu_controller_delegate.h',
66 'browser/chromeos/arc/settings_bridge.cc', 68 'browser/chromeos/arc/settings_bridge.cc',
67 'browser/chromeos/arc/settings_bridge.h', 69 'browser/chromeos/arc/settings_bridge.h',
68 'browser/chromeos/attestation/attestation_ca_client.cc', 70 'browser/chromeos/attestation/attestation_ca_client.cc',
69 'browser/chromeos/attestation/attestation_ca_client.h', 71 'browser/chromeos/attestation/attestation_ca_client.h',
70 'browser/chromeos/attestation/attestation_policy_observer.cc', 72 'browser/chromeos/attestation/attestation_policy_observer.cc',
71 'browser/chromeos/attestation/attestation_policy_observer.h', 73 'browser/chromeos/attestation/attestation_policy_observer.h',
72 'browser/chromeos/attestation/platform_verification_dialog.cc', 74 'browser/chromeos/attestation/platform_verification_dialog.cc',
73 'browser/chromeos/attestation/platform_verification_dialog.h', 75 'browser/chromeos/attestation/platform_verification_dialog.h',
74 'browser/chromeos/attestation/platform_verification_flow.cc', 76 'browser/chromeos/attestation/platform_verification_flow.cc',
75 'browser/chromeos/attestation/platform_verification_flow.h', 77 'browser/chromeos/attestation/platform_verification_flow.h',
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 'browser/chromeos/attestation/attestation_signed_data.proto', 1325 'browser/chromeos/attestation/attestation_signed_data.proto',
1324 ], 1326 ],
1325 'variables': { 1327 'variables': {
1326 'proto_in_dir': 'browser/chromeos/attestation', 1328 'proto_in_dir': 'browser/chromeos/attestation',
1327 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1329 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1328 }, 1330 },
1329 'includes': [ '../build/protoc.gypi' ] 1331 'includes': [ '../build/protoc.gypi' ]
1330 }, 1332 },
1331 ], 1333 ],
1332 } 1334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698