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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
109 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 109 'browser/chromeos/background/ash_wallpaper_delegate.cc',
110 'browser/chromeos/background/ash_user_wallpaper_delegate.h', 110 'browser/chromeos/background/ash_wallpaper_delegate.h',
111 'browser/chromeos/base/file_flusher.cc', 111 'browser/chromeos/base/file_flusher.cc',
112 'browser/chromeos/base/file_flusher.h', 112 'browser/chromeos/base/file_flusher.h',
113 'browser/chromeos/base/locale_util.cc', 113 'browser/chromeos/base/locale_util.cc',
114 'browser/chromeos/base/locale_util.h', 114 'browser/chromeos/base/locale_util.h',
115 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', 115 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc',
116 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', 116 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h',
117 'browser/chromeos/boot_times_recorder.cc', 117 'browser/chromeos/boot_times_recorder.cc',
118 'browser/chromeos/boot_times_recorder.h', 118 'browser/chromeos/boot_times_recorder.h',
119 'browser/chromeos/camera_detector.cc', 119 'browser/chromeos/camera_detector.cc',
120 'browser/chromeos/camera_detector.h', 120 'browser/chromeos/camera_detector.h',
(...skipping 1260 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
« no previous file with comments | « chrome/browser/ui/webui/settings/appearance_handler.cc ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698