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

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

Issue 2756483007: [Device Discovery] Move files from browser/extensions/api/dial to browser/media/router/discovery/di… (Closed)
Patch Set: add deps to extension/api/DEPS Created 3 years, 9 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("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "api/developer_private/developer_private_mangle.cc", 168 "api/developer_private/developer_private_mangle.cc",
169 "api/developer_private/developer_private_mangle.h", 169 "api/developer_private/developer_private_mangle.h",
170 "api/developer_private/entry_picker.cc", 170 "api/developer_private/entry_picker.cc",
171 "api/developer_private/entry_picker.h", 171 "api/developer_private/entry_picker.h",
172 "api/developer_private/extension_info_generator.cc", 172 "api/developer_private/extension_info_generator.cc",
173 "api/developer_private/extension_info_generator.h", 173 "api/developer_private/extension_info_generator.h",
174 "api/developer_private/inspectable_views_finder.cc", 174 "api/developer_private/inspectable_views_finder.cc",
175 "api/developer_private/inspectable_views_finder.h", 175 "api/developer_private/inspectable_views_finder.h",
176 "api/developer_private/show_permissions_dialog_helper.cc", 176 "api/developer_private/show_permissions_dialog_helper.cc",
177 "api/developer_private/show_permissions_dialog_helper.h", 177 "api/developer_private/show_permissions_dialog_helper.h",
178 "api/dial/device_description_fetcher.cc",
179 "api/dial/device_description_fetcher.h ",
180 "api/dial/dial_api.cc", 178 "api/dial/dial_api.cc",
181 "api/dial/dial_api.h", 179 "api/dial/dial_api.h",
182 "api/dial/dial_api_factory.cc", 180 "api/dial/dial_api_factory.cc",
183 "api/dial/dial_api_factory.h", 181 "api/dial/dial_api_factory.h",
184 "api/dial/dial_device_data.cc",
185 "api/dial/dial_device_data.h",
186 "api/dial/dial_registry.cc",
187 "api/dial/dial_registry.h",
188 "api/dial/dial_service.cc",
189 "api/dial/dial_service.h",
190 "api/downloads/downloads_api.cc", 182 "api/downloads/downloads_api.cc",
191 "api/downloads/downloads_api.h", 183 "api/downloads/downloads_api.h",
192 "api/downloads_internal/downloads_internal_api.cc", 184 "api/downloads_internal/downloads_internal_api.cc",
193 "api/downloads_internal/downloads_internal_api.h", 185 "api/downloads_internal/downloads_internal_api.h",
194 "api/easy_unlock_private/easy_unlock_private_api.cc", 186 "api/easy_unlock_private/easy_unlock_private_api.cc",
195 "api/easy_unlock_private/easy_unlock_private_api.h", 187 "api/easy_unlock_private/easy_unlock_private_api.h",
196 "api/easy_unlock_private/easy_unlock_private_connection.cc", 188 "api/easy_unlock_private/easy_unlock_private_connection.cc",
197 "api/easy_unlock_private/easy_unlock_private_connection.h", 189 "api/easy_unlock_private/easy_unlock_private_connection.h",
198 "api/easy_unlock_private/easy_unlock_private_connection_manager.cc", 190 "api/easy_unlock_private/easy_unlock_private_connection_manager.cc",
199 "api/easy_unlock_private/easy_unlock_private_connection_manager.h", 191 "api/easy_unlock_private/easy_unlock_private_connection_manager.h",
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 "api/braille_display_private/brlapi_connection.cc", 1177 "api/braille_display_private/brlapi_connection.cc",
1186 "api/braille_display_private/brlapi_connection.h", 1178 "api/braille_display_private/brlapi_connection.h",
1187 "api/braille_display_private/brlapi_keycode_map.cc", 1179 "api/braille_display_private/brlapi_keycode_map.cc",
1188 "api/braille_display_private/brlapi_keycode_map.h", 1180 "api/braille_display_private/brlapi_keycode_map.h",
1189 ] 1181 ]
1190 deps += [ "//build/linux/libbrlapi" ] 1182 deps += [ "//build/linux/libbrlapi" ]
1191 } else { 1183 } else {
1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1184 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1193 } 1185 }
1194 } 1186 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/DEPS » ('j') | chrome/browser/media/router/discovery/dial/dial_device_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698