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

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

Issue 2782933002: Reland of Add EnabledStateObserver to BackgroundTracingManager (Closed)
Patch Set: Fix Created 3 years, 8 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 | content/browser/tracing/background_memory_tracing_observer.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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 "streams/stream_register_observer.h", 1385 "streams/stream_register_observer.h",
1386 "streams/stream_registry.cc", 1386 "streams/stream_registry.cc",
1387 "streams/stream_registry.h", 1387 "streams/stream_registry.h",
1388 "streams/stream_url_request_job.cc", 1388 "streams/stream_url_request_job.cc",
1389 "streams/stream_url_request_job.h", 1389 "streams/stream_url_request_job.h",
1390 "streams/stream_write_observer.h", 1390 "streams/stream_write_observer.h",
1391 "theme_helper_mac.h", 1391 "theme_helper_mac.h",
1392 "theme_helper_mac.mm", 1392 "theme_helper_mac.mm",
1393 "tracing/arc_tracing_agent.cc", 1393 "tracing/arc_tracing_agent.cc",
1394 "tracing/arc_tracing_agent.h", 1394 "tracing/arc_tracing_agent.h",
1395 "tracing/background_memory_tracing_observer.cc",
1396 "tracing/background_memory_tracing_observer.h",
1395 "tracing/background_tracing_config_impl.cc", 1397 "tracing/background_tracing_config_impl.cc",
1396 "tracing/background_tracing_config_impl.h", 1398 "tracing/background_tracing_config_impl.h",
1397 "tracing/background_tracing_manager_impl.cc", 1399 "tracing/background_tracing_manager_impl.cc",
1398 "tracing/background_tracing_manager_impl.h", 1400 "tracing/background_tracing_manager_impl.h",
1399 "tracing/background_tracing_rule.cc", 1401 "tracing/background_tracing_rule.cc",
1400 "tracing/background_tracing_rule.h", 1402 "tracing/background_tracing_rule.h",
1401 "tracing/etw_tracing_agent_win.cc", 1403 "tracing/etw_tracing_agent_win.cc",
1402 "tracing/etw_tracing_agent_win.h", 1404 "tracing/etw_tracing_agent_win.h",
1403 "tracing/file_tracing_provider_impl.cc", 1405 "tracing/file_tracing_provider_impl.cc",
1404 "tracing/file_tracing_provider_impl.h", 1406 "tracing/file_tracing_provider_impl.h",
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2058 if (!is_component_build) {
2057 public_deps = [ 2059 public_deps = [
2058 ":browser", 2060 ":browser",
2059 ] 2061 ]
2060 } else { 2062 } else {
2061 public_deps = [ 2063 public_deps = [
2062 "//third_party/leveldatabase", 2064 "//third_party/leveldatabase",
2063 ] 2065 ]
2064 } 2066 }
2065 } 2067 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/tracing/background_memory_tracing_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698