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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2427913003: Use mojo volume interfaces for mash and classic ash. (Closed)
Patch Set: Split volume and system events observers; only hook up volume. Created 4 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "extensions/default_app_order.cc", 354 "extensions/default_app_order.cc",
355 "extensions/default_app_order.h", 355 "extensions/default_app_order.h",
356 "extensions/device_local_account_external_policy_loader.cc", 356 "extensions/device_local_account_external_policy_loader.cc",
357 "extensions/device_local_account_external_policy_loader.h", 357 "extensions/device_local_account_external_policy_loader.h",
358 "extensions/device_local_account_management_policy_provider.cc", 358 "extensions/device_local_account_management_policy_provider.cc",
359 "extensions/device_local_account_management_policy_provider.h", 359 "extensions/device_local_account_management_policy_provider.h",
360 "extensions/dictionary_event_router.cc", 360 "extensions/dictionary_event_router.cc",
361 "extensions/dictionary_event_router.h", 361 "extensions/dictionary_event_router.h",
362 "extensions/extension_system_event_observer.cc", 362 "extensions/extension_system_event_observer.cc",
363 "extensions/extension_system_event_observer.h", 363 "extensions/extension_system_event_observer.h",
364 "extensions/extension_volume_observer.cc",
365 "extensions/extension_volume_observer.h",
364 "extensions/external_cache.cc", 366 "extensions/external_cache.cc",
365 "extensions/external_cache.h", 367 "extensions/external_cache.h",
366 "extensions/gfx_utils.cc", 368 "extensions/gfx_utils.cc",
367 "extensions/gfx_utils.h", 369 "extensions/gfx_utils.h",
368 "extensions/ime_menu_event_router.cc", 370 "extensions/ime_menu_event_router.cc",
369 "extensions/ime_menu_event_router.h", 371 "extensions/ime_menu_event_router.h",
370 "extensions/info_private_api.cc", 372 "extensions/info_private_api.cc",
371 "extensions/info_private_api.h", 373 "extensions/info_private_api.h",
372 "extensions/input_method_event_router.cc", 374 "extensions/input_method_event_router.cc",
373 "extensions/input_method_event_router.h", 375 "extensions/input_method_event_router.h",
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 "policy/proto/chrome_device_policy.proto", 1613 "policy/proto/chrome_device_policy.proto",
1612 "policy/proto/install_attributes.proto", 1614 "policy/proto/install_attributes.proto",
1613 ] 1615 ]
1614 } 1616 }
1615 1617
1616 proto_library("attestation_proto") { 1618 proto_library("attestation_proto") {
1617 sources = [ 1619 sources = [
1618 "attestation/attestation_key_payload.proto", 1620 "attestation/attestation_key_payload.proto",
1619 ] 1621 ]
1620 } 1622 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698