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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2061183002: arc: IPC method to set custom wallpaper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style fix. Created 4 years, 6 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'browser/chromeos/arc/arc_process.cc', 71 'browser/chromeos/arc/arc_process.cc',
72 'browser/chromeos/arc/arc_process.h', 72 'browser/chromeos/arc/arc_process.h',
73 'browser/chromeos/arc/arc_process_service.cc', 73 'browser/chromeos/arc/arc_process_service.cc',
74 'browser/chromeos/arc/arc_process_service.h', 74 'browser/chromeos/arc/arc_process_service.h',
75 'browser/chromeos/arc/arc_settings_service.cc', 75 'browser/chromeos/arc/arc_settings_service.cc',
76 'browser/chromeos/arc/arc_settings_service.h', 76 'browser/chromeos/arc/arc_settings_service.h',
77 'browser/chromeos/arc/gpu_arc_video_service_host.cc', 77 'browser/chromeos/arc/gpu_arc_video_service_host.cc',
78 'browser/chromeos/arc/gpu_arc_video_service_host.h', 78 'browser/chromeos/arc/gpu_arc_video_service_host.h',
79 'browser/chromeos/arc/arc_optin_uma.cc', 79 'browser/chromeos/arc/arc_optin_uma.cc',
80 'browser/chromeos/arc/arc_optin_uma.h', 80 'browser/chromeos/arc/arc_optin_uma.h',
81 'browser/chromeos/arc/arc_wallpaper_handler.cc',
82 'browser/chromeos/arc/arc_wallpaper_handler.h',
81 'browser/chromeos/attestation/attestation_ca_client.cc', 83 'browser/chromeos/attestation/attestation_ca_client.cc',
82 'browser/chromeos/attestation/attestation_ca_client.h', 84 'browser/chromeos/attestation/attestation_ca_client.h',
83 'browser/chromeos/attestation/attestation_policy_observer.cc', 85 'browser/chromeos/attestation/attestation_policy_observer.cc',
84 'browser/chromeos/attestation/attestation_policy_observer.h', 86 'browser/chromeos/attestation/attestation_policy_observer.h',
85 'browser/chromeos/attestation/platform_verification_dialog.cc', 87 'browser/chromeos/attestation/platform_verification_dialog.cc',
86 'browser/chromeos/attestation/platform_verification_dialog.h', 88 'browser/chromeos/attestation/platform_verification_dialog.h',
87 'browser/chromeos/attestation/platform_verification_flow.cc', 89 'browser/chromeos/attestation/platform_verification_flow.cc',
88 'browser/chromeos/attestation/platform_verification_flow.h', 90 'browser/chromeos/attestation/platform_verification_flow.h',
89 'browser/chromeos/attestation/platform_verification_impl.cc', 91 'browser/chromeos/attestation/platform_verification_impl.cc',
90 'browser/chromeos/attestation/platform_verification_impl.h', 92 'browser/chromeos/attestation/platform_verification_impl.h',
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 'browser/chromeos/attestation/attestation_signed_data.proto', 1362 'browser/chromeos/attestation/attestation_signed_data.proto',
1361 ], 1363 ],
1362 'variables': { 1364 'variables': {
1363 'proto_in_dir': 'browser/chromeos/attestation', 1365 'proto_in_dir': 'browser/chromeos/attestation',
1364 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1366 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1365 }, 1367 },
1366 'includes': [ '../build/protoc.gypi' ] 1368 'includes': [ '../build/protoc.gypi' ]
1367 }, 1369 },
1368 ], 1370 ],
1369 } 1371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698