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

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

Issue 2769963005: Add EnabledStateObserver to BackgroundTracingManager (Closed)
Patch Set: Created 3 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
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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 "streams/stream_register_observer.h", 1384 "streams/stream_register_observer.h",
1385 "streams/stream_registry.cc", 1385 "streams/stream_registry.cc",
1386 "streams/stream_registry.h", 1386 "streams/stream_registry.h",
1387 "streams/stream_url_request_job.cc", 1387 "streams/stream_url_request_job.cc",
1388 "streams/stream_url_request_job.h", 1388 "streams/stream_url_request_job.h",
1389 "streams/stream_write_observer.h", 1389 "streams/stream_write_observer.h",
1390 "theme_helper_mac.h", 1390 "theme_helper_mac.h",
1391 "theme_helper_mac.mm", 1391 "theme_helper_mac.mm",
1392 "tracing/arc_tracing_agent.cc", 1392 "tracing/arc_tracing_agent.cc",
1393 "tracing/arc_tracing_agent.h", 1393 "tracing/arc_tracing_agent.h",
1394 "tracing/background_memory_tracing_observer.cc",
1395 "tracing/background_memory_tracing_observer.h",
1394 "tracing/background_tracing_config_impl.cc", 1396 "tracing/background_tracing_config_impl.cc",
1395 "tracing/background_tracing_config_impl.h", 1397 "tracing/background_tracing_config_impl.h",
1396 "tracing/background_tracing_manager_impl.cc", 1398 "tracing/background_tracing_manager_impl.cc",
1397 "tracing/background_tracing_manager_impl.h", 1399 "tracing/background_tracing_manager_impl.h",
1398 "tracing/background_tracing_rule.cc", 1400 "tracing/background_tracing_rule.cc",
1399 "tracing/background_tracing_rule.h", 1401 "tracing/background_tracing_rule.h",
1400 "tracing/etw_tracing_agent_win.cc", 1402 "tracing/etw_tracing_agent_win.cc",
1401 "tracing/etw_tracing_agent_win.h", 1403 "tracing/etw_tracing_agent_win.h",
1402 "tracing/file_tracing_provider_impl.cc", 1404 "tracing/file_tracing_provider_impl.cc",
1403 "tracing/file_tracing_provider_impl.h", 1405 "tracing/file_tracing_provider_impl.h",
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 if (!is_component_build) { 2056 if (!is_component_build) {
2055 public_deps = [ 2057 public_deps = [
2056 ":browser", 2058 ":browser",
2057 ] 2059 ]
2058 } else { 2060 } else {
2059 public_deps = [ 2061 public_deps = [
2060 "//third_party/leveldatabase", 2062 "//third_party/leveldatabase",
2061 ] 2063 ]
2062 } 2064 }
2063 } 2065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698