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

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

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: set --similarity=20 when did git cl upload Created 3 years, 10 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "banners/app_banner_metrics.h", 103 "banners/app_banner_metrics.h",
104 "banners/app_banner_settings_helper.cc", 104 "banners/app_banner_settings_helper.cc",
105 "banners/app_banner_settings_helper.h", 105 "banners/app_banner_settings_helper.h",
106 "bitmap_fetcher/bitmap_fetcher.cc", 106 "bitmap_fetcher/bitmap_fetcher.cc",
107 "bitmap_fetcher/bitmap_fetcher.h", 107 "bitmap_fetcher/bitmap_fetcher.h",
108 "bitmap_fetcher/bitmap_fetcher_delegate.h", 108 "bitmap_fetcher/bitmap_fetcher_delegate.h",
109 "bitmap_fetcher/bitmap_fetcher_service.cc", 109 "bitmap_fetcher/bitmap_fetcher_service.cc",
110 "bitmap_fetcher/bitmap_fetcher_service.h", 110 "bitmap_fetcher/bitmap_fetcher_service.h",
111 "bitmap_fetcher/bitmap_fetcher_service_factory.cc", 111 "bitmap_fetcher/bitmap_fetcher_service_factory.cc",
112 "bitmap_fetcher/bitmap_fetcher_service_factory.h", 112 "bitmap_fetcher/bitmap_fetcher_service_factory.h",
113 "bluetooth/bluetooth_allowed_devices_map.cc",
114 "bluetooth/bluetooth_allowed_devices_map.h",
115 "bluetooth/bluetooth_allowed_devices_map_factory.cc",
116 "bluetooth/bluetooth_allowed_devices_map_factory.h",
113 "bookmarks/bookmark_model_factory.cc", 117 "bookmarks/bookmark_model_factory.cc",
114 "bookmarks/bookmark_model_factory.h", 118 "bookmarks/bookmark_model_factory.h",
115 "bookmarks/bookmark_stats.cc", 119 "bookmarks/bookmark_stats.cc",
116 "bookmarks/bookmark_stats.h", 120 "bookmarks/bookmark_stats.h",
117 "bookmarks/chrome_bookmark_client.cc", 121 "bookmarks/chrome_bookmark_client.cc",
118 "bookmarks/chrome_bookmark_client.h", 122 "bookmarks/chrome_bookmark_client.h",
119 "bookmarks/managed_bookmark_service_factory.cc", 123 "bookmarks/managed_bookmark_service_factory.cc",
120 "bookmarks/managed_bookmark_service_factory.h", 124 "bookmarks/managed_bookmark_service_factory.h",
121 "bookmarks/startup_task_runner_service_factory.cc", 125 "bookmarks/startup_task_runner_service_factory.cc",
122 "bookmarks/startup_task_runner_service_factory.h", 126 "bookmarks/startup_task_runner_service_factory.h",
(...skipping 4364 matching lines...) Expand 10 before | Expand all | Expand 10 after
4487 "media/pepper_cdm_test_constants.cc", 4491 "media/pepper_cdm_test_constants.cc",
4488 "media/pepper_cdm_test_constants.h", 4492 "media/pepper_cdm_test_constants.h",
4489 ] 4493 ]
4490 } 4494 }
4491 } 4495 }
4492 4496
4493 service_manifest("preferences_manifest") { 4497 service_manifest("preferences_manifest") {
4494 name = "preferences" 4498 name = "preferences"
4495 source = "prefs/preferences_manifest.json" 4499 source = "prefs/preferences_manifest.json"
4496 } 4500 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bluetooth/DEPS » ('j') | content/browser/bluetooth/bluetooth_allowed_devices.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698