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

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

Issue 2771233002: Remove the wrapper functions content::RecordAction et al (Closed)
Patch Set: Rebased 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 | « components/zoom/page_zoom.cc ('k') | content/browser/android/content_video_view.cc » ('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 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 "tracing/etw_tracing_agent_win.h", 1402 "tracing/etw_tracing_agent_win.h",
1403 "tracing/file_tracing_provider_impl.cc", 1403 "tracing/file_tracing_provider_impl.cc",
1404 "tracing/file_tracing_provider_impl.h", 1404 "tracing/file_tracing_provider_impl.h",
1405 "tracing/trace_message_filter.cc", 1405 "tracing/trace_message_filter.cc",
1406 "tracing/trace_message_filter.h", 1406 "tracing/trace_message_filter.h",
1407 "tracing/tracing_controller_impl.cc", 1407 "tracing/tracing_controller_impl.cc",
1408 "tracing/tracing_controller_impl.h", 1408 "tracing/tracing_controller_impl.h",
1409 "tracing/tracing_controller_impl_data_sinks.cc", 1409 "tracing/tracing_controller_impl_data_sinks.cc",
1410 "tracing/tracing_ui.cc", 1410 "tracing/tracing_ui.cc",
1411 "tracing/tracing_ui.h", 1411 "tracing/tracing_ui.h",
1412 "user_metrics.cc",
1413 "utility_process_host_impl.cc", 1412 "utility_process_host_impl.cc",
1414 "utility_process_host_impl.h", 1413 "utility_process_host_impl.h",
1415 "wake_lock/wake_lock_context_host.cc", 1414 "wake_lock/wake_lock_context_host.cc",
1416 "wake_lock/wake_lock_context_host.h", 1415 "wake_lock/wake_lock_context_host.h",
1417 "web_contents/aura/gesture_nav_simple.cc", 1416 "web_contents/aura/gesture_nav_simple.cc",
1418 "web_contents/aura/gesture_nav_simple.h", 1417 "web_contents/aura/gesture_nav_simple.h",
1419 "web_contents/aura/overscroll_navigation_overlay.cc", 1418 "web_contents/aura/overscroll_navigation_overlay.cc",
1420 "web_contents/aura/overscroll_navigation_overlay.h", 1419 "web_contents/aura/overscroll_navigation_overlay.h",
1421 "web_contents/aura/overscroll_window_animation.cc", 1420 "web_contents/aura/overscroll_window_animation.cc",
1422 "web_contents/aura/overscroll_window_animation.h", 1421 "web_contents/aura/overscroll_window_animation.h",
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2055 if (!is_component_build) {
2057 public_deps = [ 2056 public_deps = [
2058 ":browser", 2057 ":browser",
2059 ] 2058 ]
2060 } else { 2059 } else {
2061 public_deps = [ 2060 public_deps = [
2062 "//third_party/leveldatabase", 2061 "//third_party/leveldatabase",
2063 ] 2062 ]
2064 } 2063 }
2065 } 2064 }
OLDNEW
« no previous file with comments | « components/zoom/page_zoom.cc ('k') | content/browser/android/content_video_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698