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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2264743002: cheets: implement cros side of WallpaperManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved SetWallpaperDelegate::instance_ to ArcIntentHelper; addressed minor edits. Created 4 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'browser/chromeos/arc/arc_process_service.cc', 87 'browser/chromeos/arc/arc_process_service.cc',
88 'browser/chromeos/arc/arc_process_service.h', 88 'browser/chromeos/arc/arc_process_service.h',
89 'browser/chromeos/arc/arc_settings_service.cc', 89 'browser/chromeos/arc/arc_settings_service.cc',
90 'browser/chromeos/arc/arc_settings_service.h', 90 'browser/chromeos/arc/arc_settings_service.h',
91 'browser/chromeos/arc/arc_tts_service.cc', 91 'browser/chromeos/arc/arc_tts_service.cc',
92 'browser/chromeos/arc/arc_tts_service.h', 92 'browser/chromeos/arc/arc_tts_service.h',
93 'browser/chromeos/arc/gpu_arc_video_service_host.cc', 93 'browser/chromeos/arc/gpu_arc_video_service_host.cc',
94 'browser/chromeos/arc/gpu_arc_video_service_host.h', 94 'browser/chromeos/arc/gpu_arc_video_service_host.h',
95 'browser/chromeos/arc/arc_optin_uma.cc', 95 'browser/chromeos/arc/arc_optin_uma.cc',
96 'browser/chromeos/arc/arc_optin_uma.h', 96 'browser/chromeos/arc/arc_optin_uma.h',
97 'browser/chromeos/arc/arc_wallpaper_handler.cc', 97 'browser/chromeos/arc/arc_wallpaper_service.cc',
98 'browser/chromeos/arc/arc_wallpaper_handler.h', 98 'browser/chromeos/arc/arc_wallpaper_service.h',
99 'browser/chromeos/attestation/attestation_ca_client.cc', 99 'browser/chromeos/attestation/attestation_ca_client.cc',
100 'browser/chromeos/attestation/attestation_ca_client.h', 100 'browser/chromeos/attestation/attestation_ca_client.h',
101 'browser/chromeos/attestation/attestation_policy_observer.cc', 101 'browser/chromeos/attestation/attestation_policy_observer.cc',
102 'browser/chromeos/attestation/attestation_policy_observer.h', 102 'browser/chromeos/attestation/attestation_policy_observer.h',
103 'browser/chromeos/attestation/platform_verification_dialog.cc', 103 'browser/chromeos/attestation/platform_verification_dialog.cc',
104 'browser/chromeos/attestation/platform_verification_dialog.h', 104 'browser/chromeos/attestation/platform_verification_dialog.h',
105 'browser/chromeos/attestation/platform_verification_flow.cc', 105 'browser/chromeos/attestation/platform_verification_flow.cc',
106 'browser/chromeos/attestation/platform_verification_flow.h', 106 'browser/chromeos/attestation/platform_verification_flow.h',
107 'browser/chromeos/attestation/platform_verification_impl.cc', 107 'browser/chromeos/attestation/platform_verification_impl.cc',
108 'browser/chromeos/attestation/platform_verification_impl.h', 108 'browser/chromeos/attestation/platform_verification_impl.h',
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 'browser/chromeos/attestation/attestation_signed_data.proto', 1381 'browser/chromeos/attestation/attestation_signed_data.proto',
1382 ], 1382 ],
1383 'variables': { 1383 'variables': {
1384 'proto_in_dir': 'browser/chromeos/attestation', 1384 'proto_in_dir': 'browser/chromeos/attestation',
1385 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1385 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1386 }, 1386 },
1387 'includes': [ '../build/protoc.gypi' ] 1387 'includes': [ '../build/protoc.gypi' ]
1388 }, 1388 },
1389 ], 1389 ],
1390 } 1390 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698