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

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

Issue 696543002: Move the chrome.management API to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_browser 8 # GYP version: extensions/extensions.gyp:extensions_browser
9 source_set("browser") { 9 source_set("browser") {
10 sources = [ 10 sources = [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "api/api_resource.h", 43 "api/api_resource.h",
44 "api/api_resource_manager.h", 44 "api/api_resource_manager.h",
45 "api/app_current_window_internal/app_current_window_internal_api.cc", 45 "api/app_current_window_internal/app_current_window_internal_api.cc",
46 "api/app_current_window_internal/app_current_window_internal_api.h", 46 "api/app_current_window_internal/app_current_window_internal_api.h",
47 "api/app_runtime/app_runtime_api.cc", 47 "api/app_runtime/app_runtime_api.cc",
48 "api/app_runtime/app_runtime_api.h", 48 "api/app_runtime/app_runtime_api.h",
49 "api/app_view/app_view_guest_internal_api.cc", 49 "api/app_view/app_view_guest_internal_api.cc",
50 "api/app_view/app_view_guest_internal_api.h", 50 "api/app_view/app_view_guest_internal_api.h",
51 "api/app_window/app_window_api.cc", 51 "api/app_window/app_window_api.cc",
52 "api/app_window/app_window_api.h", 52 "api/app_window/app_window_api.h",
53 "api/guest_view/guest_view_internal_api.cc",
54 "api/guest_view/guest_view_internal_api.h",
55 "api/async_api_function.cc", 53 "api/async_api_function.cc",
56 "api/async_api_function.h", 54 "api/async_api_function.h",
57 "api/bluetooth/bluetooth_api.cc", 55 "api/bluetooth/bluetooth_api.cc",
58 "api/bluetooth/bluetooth_api.h", 56 "api/bluetooth/bluetooth_api.h",
59 "api/bluetooth/bluetooth_api_pairing_delegate.cc", 57 "api/bluetooth/bluetooth_api_pairing_delegate.cc",
60 "api/bluetooth/bluetooth_api_pairing_delegate.h", 58 "api/bluetooth/bluetooth_api_pairing_delegate.h",
61 "api/bluetooth/bluetooth_api_utils.cc", 59 "api/bluetooth/bluetooth_api_utils.cc",
62 "api/bluetooth/bluetooth_api_utils.h", 60 "api/bluetooth/bluetooth_api_utils.h",
63 "api/bluetooth/bluetooth_event_router.cc", 61 "api/bluetooth/bluetooth_event_router.cc",
64 "api/bluetooth/bluetooth_event_router.h", 62 "api/bluetooth/bluetooth_event_router.h",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "api/device_permissions_prompt.cc", 134 "api/device_permissions_prompt.cc",
137 "api/device_permissions_prompt.h", 135 "api/device_permissions_prompt.h",
138 "api/dns/dns_api.cc", 136 "api/dns/dns_api.cc",
139 "api/dns/dns_api.h", 137 "api/dns/dns_api.h",
140 "api/dns/host_resolver_wrapper.cc", 138 "api/dns/host_resolver_wrapper.cc",
141 "api/dns/host_resolver_wrapper.h", 139 "api/dns/host_resolver_wrapper.h",
142 "api/execute_code_function.cc", 140 "api/execute_code_function.cc",
143 "api/execute_code_function.h", 141 "api/execute_code_function.h",
144 "api/extensions_api_client.cc", 142 "api/extensions_api_client.cc",
145 "api/extensions_api_client.h", 143 "api/extensions_api_client.h",
144 "api/guest_view/guest_view_internal_api.cc",
145 "api/guest_view/guest_view_internal_api.h",
146 "api/hid/hid_api.cc", 146 "api/hid/hid_api.cc",
147 "api/hid/hid_api.h", 147 "api/hid/hid_api.h",
148 "api/hid/hid_connection_resource.cc", 148 "api/hid/hid_connection_resource.cc",
149 "api/hid/hid_connection_resource.h", 149 "api/hid/hid_connection_resource.h",
150 "api/hid/hid_device_manager.cc", 150 "api/hid/hid_device_manager.cc",
151 "api/hid/hid_device_manager.h", 151 "api/hid/hid_device_manager.h",
152 "api/management/management_api.cc",
153 "api/management/management_api.h",
154 "api/management/management_api_constants.cc",
155 "api/management/management_api_constants.h",
156 "api/management/management_api_delegate.h",
152 "api/messaging/native_message_host.cc", 157 "api/messaging/native_message_host.cc",
153 "api/power/power_api.cc", 158 "api/power/power_api.cc",
154 "api/power/power_api.h", 159 "api/power/power_api.h",
155 "api/power/power_api_manager.cc", 160 "api/power/power_api_manager.cc",
156 "api/power/power_api_manager.h", 161 "api/power/power_api_manager.h",
157 "api/runtime/runtime_api.cc", 162 "api/runtime/runtime_api.cc",
158 "api/runtime/runtime_api.h", 163 "api/runtime/runtime_api.h",
159 "api/runtime/runtime_api_delegate.cc", 164 "api/runtime/runtime_api_delegate.cc",
160 "api/runtime/runtime_api_delegate.h", 165 "api/runtime/runtime_api_delegate.h",
161 "api/serial/serial_api.cc", 166 "api/serial/serial_api.cc",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 ] 512 ]
508 } 513 }
509 } 514 }
510 515
511 if (is_win) { 516 if (is_win) {
512 cflags = [ 517 cflags = [
513 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 518 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
514 ] 519 ]
515 } 520 }
516 } 521 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/manifest_handlers/app_launch_info.h ('k') | extensions/browser/api/extensions_api_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698