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

Side by Side Diff: content/content_browser.gypi

Issue 977553003: DevTools: remove usage and quota getter from the protocol handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@946713002
Patch Set: removed the test. Created 5 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
« no previous file with comments | « content/browser/devtools/protocol/usage_and_quota_query.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'browser/devtools/protocol/page_handler.cc', 522 'browser/devtools/protocol/page_handler.cc',
523 'browser/devtools/protocol/page_handler.h', 523 'browser/devtools/protocol/page_handler.h',
524 'browser/devtools/protocol/power_handler.cc', 524 'browser/devtools/protocol/power_handler.cc',
525 'browser/devtools/protocol/power_handler.h', 525 'browser/devtools/protocol/power_handler.h',
526 'browser/devtools/protocol/system_info_handler.cc', 526 'browser/devtools/protocol/system_info_handler.cc',
527 'browser/devtools/protocol/system_info_handler.h', 527 'browser/devtools/protocol/system_info_handler.h',
528 'browser/devtools/protocol/tethering_handler.cc', 528 'browser/devtools/protocol/tethering_handler.cc',
529 'browser/devtools/protocol/tethering_handler.h', 529 'browser/devtools/protocol/tethering_handler.h',
530 'browser/devtools/protocol/tracing_handler.cc', 530 'browser/devtools/protocol/tracing_handler.cc',
531 'browser/devtools/protocol/tracing_handler.h', 531 'browser/devtools/protocol/tracing_handler.h',
532 'browser/devtools/protocol/usage_and_quota_query.cc',
533 'browser/devtools/protocol/usage_and_quota_query.h',
534 'browser/devtools/protocol/worker_handler.cc', 532 'browser/devtools/protocol/worker_handler.cc',
535 'browser/devtools/protocol/worker_handler.h', 533 'browser/devtools/protocol/worker_handler.h',
536 'browser/devtools/render_frame_devtools_agent_host.cc', 534 'browser/devtools/render_frame_devtools_agent_host.cc',
537 'browser/devtools/render_frame_devtools_agent_host.h', 535 'browser/devtools/render_frame_devtools_agent_host.h',
538 'browser/devtools/service_worker_devtools_agent_host.cc', 536 'browser/devtools/service_worker_devtools_agent_host.cc',
539 'browser/devtools/service_worker_devtools_agent_host.h', 537 'browser/devtools/service_worker_devtools_agent_host.h',
540 'browser/devtools/service_worker_devtools_manager.cc', 538 'browser/devtools/service_worker_devtools_manager.cc',
541 'browser/devtools/service_worker_devtools_manager.h', 539 'browser/devtools/service_worker_devtools_manager.h',
542 'browser/devtools/shared_worker_devtools_agent_host.cc', 540 'browser/devtools/shared_worker_devtools_agent_host.cc',
543 'browser/devtools/shared_worker_devtools_agent_host.h', 541 'browser/devtools/shared_worker_devtools_agent_host.h',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'browser/media/media_web_contents_observer.h', 1974 'browser/media/media_web_contents_observer.h',
1977 ], 1975 ],
1978 }], 1976 }],
1979 ['OS == "linux" and use_openssl==1', { 1977 ['OS == "linux" and use_openssl==1', {
1980 'dependencies': [ 1978 'dependencies': [
1981 '../third_party/boringssl/boringssl.gyp:boringssl', 1979 '../third_party/boringssl/boringssl.gyp:boringssl',
1982 ], 1980 ],
1983 }], 1981 }],
1984 ], 1982 ],
1985 } 1983 }
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/usage_and_quota_query.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698