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

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

Issue 2583853004: [chrome.dial] Adds chrome.dial.fetchDeviceDecription API. (Closed)
Patch Set: Rebase and fix typo. Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/dial/device_description_fetcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "api/developer_private/developer_private_mangle.cc", 169 "api/developer_private/developer_private_mangle.cc",
170 "api/developer_private/developer_private_mangle.h", 170 "api/developer_private/developer_private_mangle.h",
171 "api/developer_private/entry_picker.cc", 171 "api/developer_private/entry_picker.cc",
172 "api/developer_private/entry_picker.h", 172 "api/developer_private/entry_picker.h",
173 "api/developer_private/extension_info_generator.cc", 173 "api/developer_private/extension_info_generator.cc",
174 "api/developer_private/extension_info_generator.h", 174 "api/developer_private/extension_info_generator.h",
175 "api/developer_private/inspectable_views_finder.cc", 175 "api/developer_private/inspectable_views_finder.cc",
176 "api/developer_private/inspectable_views_finder.h", 176 "api/developer_private/inspectable_views_finder.h",
177 "api/developer_private/show_permissions_dialog_helper.cc", 177 "api/developer_private/show_permissions_dialog_helper.cc",
178 "api/developer_private/show_permissions_dialog_helper.h", 178 "api/developer_private/show_permissions_dialog_helper.h",
179 "api/dial/device_description_fetcher.cc",
180 "api/dial/device_description_fetcher.h ",
179 "api/dial/dial_api.cc", 181 "api/dial/dial_api.cc",
180 "api/dial/dial_api.h", 182 "api/dial/dial_api.h",
181 "api/dial/dial_api_factory.cc", 183 "api/dial/dial_api_factory.cc",
182 "api/dial/dial_api_factory.h", 184 "api/dial/dial_api_factory.h",
183 "api/dial/dial_device_data.cc", 185 "api/dial/dial_device_data.cc",
184 "api/dial/dial_device_data.h", 186 "api/dial/dial_device_data.h",
185 "api/dial/dial_registry.cc", 187 "api/dial/dial_registry.cc",
186 "api/dial/dial_registry.h", 188 "api/dial/dial_registry.h",
187 "api/dial/dial_service.cc", 189 "api/dial/dial_service.cc",
188 "api/dial/dial_service.h", 190 "api/dial/dial_service.h",
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 "api/braille_display_private/brlapi_connection.cc", 1184 "api/braille_display_private/brlapi_connection.cc",
1183 "api/braille_display_private/brlapi_connection.h", 1185 "api/braille_display_private/brlapi_connection.h",
1184 "api/braille_display_private/brlapi_keycode_map.cc", 1186 "api/braille_display_private/brlapi_keycode_map.cc",
1185 "api/braille_display_private/brlapi_keycode_map.h", 1187 "api/braille_display_private/brlapi_keycode_map.h",
1186 ] 1188 ]
1187 deps += [ "//build/linux/libbrlapi" ] 1189 deps += [ "//build/linux/libbrlapi" ]
1188 } else { 1190 } else {
1189 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1191 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1190 } 1192 }
1191 } 1193 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/dial/device_description_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698