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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2115863002: Stub for ARC print Bridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary includes. Created 4 years, 4 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'browser/chromeos/arc/arc_enterprise_reporting_service.cc', 73 'browser/chromeos/arc/arc_enterprise_reporting_service.cc',
74 'browser/chromeos/arc/arc_enterprise_reporting_service.h', 74 'browser/chromeos/arc/arc_enterprise_reporting_service.h',
75 'browser/chromeos/arc/arc_navigation_throttle.cc', 75 'browser/chromeos/arc/arc_navigation_throttle.cc',
76 'browser/chromeos/arc/arc_navigation_throttle.h', 76 'browser/chromeos/arc/arc_navigation_throttle.h',
77 'browser/chromeos/arc/arc_service_launcher.cc', 77 'browser/chromeos/arc/arc_service_launcher.cc',
78 'browser/chromeos/arc/arc_service_launcher.h', 78 'browser/chromeos/arc/arc_service_launcher.h',
79 'browser/chromeos/arc/arc_support_host.cc', 79 'browser/chromeos/arc/arc_support_host.cc',
80 'browser/chromeos/arc/arc_support_host.h', 80 'browser/chromeos/arc/arc_support_host.h',
81 'browser/chromeos/arc/arc_policy_bridge.cc', 81 'browser/chromeos/arc/arc_policy_bridge.cc',
82 'browser/chromeos/arc/arc_policy_bridge.h', 82 'browser/chromeos/arc/arc_policy_bridge.h',
83 'browser/chromeos/arc/arc_print_service.cc',
84 'browser/chromeos/arc/arc_print_service.h',
83 'browser/chromeos/arc/arc_process.cc', 85 'browser/chromeos/arc/arc_process.cc',
84 'browser/chromeos/arc/arc_process.h', 86 'browser/chromeos/arc/arc_process.h',
85 'browser/chromeos/arc/arc_process_service.cc', 87 'browser/chromeos/arc/arc_process_service.cc',
86 'browser/chromeos/arc/arc_process_service.h', 88 'browser/chromeos/arc/arc_process_service.h',
87 'browser/chromeos/arc/arc_settings_service.cc', 89 'browser/chromeos/arc/arc_settings_service.cc',
88 'browser/chromeos/arc/arc_settings_service.h', 90 'browser/chromeos/arc/arc_settings_service.h',
89 'browser/chromeos/arc/gpu_arc_video_service_host.cc', 91 'browser/chromeos/arc/gpu_arc_video_service_host.cc',
90 'browser/chromeos/arc/gpu_arc_video_service_host.h', 92 'browser/chromeos/arc/gpu_arc_video_service_host.h',
91 'browser/chromeos/arc/arc_optin_uma.cc', 93 'browser/chromeos/arc/arc_optin_uma.cc',
92 'browser/chromeos/arc/arc_optin_uma.h', 94 'browser/chromeos/arc/arc_optin_uma.h',
(...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'browser/chromeos/attestation/attestation_signed_data.proto', 1392 'browser/chromeos/attestation/attestation_signed_data.proto',
1391 ], 1393 ],
1392 'variables': { 1394 'variables': {
1393 'proto_in_dir': 'browser/chromeos/attestation', 1395 'proto_in_dir': 'browser/chromeos/attestation',
1394 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1396 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1395 }, 1397 },
1396 'includes': [ '../build/protoc.gypi' ] 1398 'includes': [ '../build/protoc.gypi' ]
1397 }, 1399 },
1398 ], 1400 ],
1399 } 1401 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698