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

Side by Side Diff: extensions/extensions.gyp

Issue 363993003: Move chrome.power API from chrome/ to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix quotes in gn file Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'browser/api/app_runtime/app_runtime_api.cc', 259 'browser/api/app_runtime/app_runtime_api.cc',
260 'browser/api/app_runtime/app_runtime_api.h', 260 'browser/api/app_runtime/app_runtime_api.h',
261 'browser/api/async_api_function.cc', 261 'browser/api/async_api_function.cc',
262 'browser/api/async_api_function.h', 262 'browser/api/async_api_function.h',
263 'browser/api/dns/dns_api.cc', 263 'browser/api/dns/dns_api.cc',
264 'browser/api/dns/dns_api.h', 264 'browser/api/dns/dns_api.h',
265 'browser/api/dns/host_resolver_wrapper.cc', 265 'browser/api/dns/host_resolver_wrapper.cc',
266 'browser/api/dns/host_resolver_wrapper.h', 266 'browser/api/dns/host_resolver_wrapper.h',
267 'browser/api/extensions_api_client.cc', 267 'browser/api/extensions_api_client.cc',
268 'browser/api/extensions_api_client.h', 268 'browser/api/extensions_api_client.h',
269 'browser/api/power/power_api.cc',
270 'browser/api/power/power_api.h',
271 'browser/api/power/power_api_manager.cc',
272 'browser/api/power/power_api_manager.h',
269 'browser/api/runtime/runtime_api.cc', 273 'browser/api/runtime/runtime_api.cc',
270 'browser/api/runtime/runtime_api.h', 274 'browser/api/runtime/runtime_api.h',
271 'browser/api/runtime/runtime_api_delegate.cc', 275 'browser/api/runtime/runtime_api_delegate.cc',
272 'browser/api/runtime/runtime_api_delegate.h', 276 'browser/api/runtime/runtime_api_delegate.h',
273 'browser/api/socket/socket.cc', 277 'browser/api/socket/socket.cc',
274 'browser/api/socket/socket.h', 278 'browser/api/socket/socket.h',
275 'browser/api/socket/socket_api.cc', 279 'browser/api/socket/socket_api.cc',
276 'browser/api/socket/socket_api.h', 280 'browser/api/socket/socket_api.h',
277 'browser/api/socket/tcp_socket.cc', 281 'browser/api/socket/tcp_socket.cc',
278 'browser/api/socket/tcp_socket.h', 282 'browser/api/socket/tcp_socket.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'test/test_extensions_client.cc', 691 'test/test_extensions_client.cc',
688 'test/test_extensions_client.h', 692 'test/test_extensions_client.h',
689 'test/test_permission_message_provider.cc', 693 'test/test_permission_message_provider.cc',
690 'test/test_permission_message_provider.h', 694 'test/test_permission_message_provider.h',
691 'test/test_permissions_provider.cc', 695 'test/test_permissions_provider.cc',
692 'test/test_permissions_provider.h', 696 'test/test_permissions_provider.h',
693 ], 697 ],
694 }, 698 },
695 ] 699 ]
696 } 700 }
OLDNEW
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698