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

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

Issue 2986483002: Adding metrics logging for Simplified Gesture Navigation. (Closed)
Patch Set: Rebase Created 3 years, 4 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/web_contents/aura/gesture_nav_simple.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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//gpu/vulkan/features.gni") 8 import("//gpu/vulkan/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 "web_contents/aura/gesture_nav_simple.cc", 1532 "web_contents/aura/gesture_nav_simple.cc",
1533 "web_contents/aura/gesture_nav_simple.h", 1533 "web_contents/aura/gesture_nav_simple.h",
1534 "web_contents/aura/overscroll_navigation_overlay.cc", 1534 "web_contents/aura/overscroll_navigation_overlay.cc",
1535 "web_contents/aura/overscroll_navigation_overlay.h", 1535 "web_contents/aura/overscroll_navigation_overlay.h",
1536 "web_contents/aura/overscroll_window_animation.cc", 1536 "web_contents/aura/overscroll_window_animation.cc",
1537 "web_contents/aura/overscroll_window_animation.h", 1537 "web_contents/aura/overscroll_window_animation.h",
1538 "web_contents/aura/overscroll_window_delegate.cc", 1538 "web_contents/aura/overscroll_window_delegate.cc",
1539 "web_contents/aura/overscroll_window_delegate.h", 1539 "web_contents/aura/overscroll_window_delegate.h",
1540 "web_contents/aura/shadow_layer_delegate.cc", 1540 "web_contents/aura/shadow_layer_delegate.cc",
1541 "web_contents/aura/shadow_layer_delegate.h", 1541 "web_contents/aura/shadow_layer_delegate.h",
1542 "web_contents/aura/uma_navigation_type.h", 1542 "web_contents/aura/types.cc",
1543 "web_contents/aura/types.h",
1543 "web_contents/web_contents_impl.cc", 1544 "web_contents/web_contents_impl.cc",
1544 "web_contents/web_contents_impl.h", 1545 "web_contents/web_contents_impl.h",
1545 "web_contents/web_contents_view.h", 1546 "web_contents/web_contents_view.h",
1546 "web_contents/web_contents_view_aura.cc", 1547 "web_contents/web_contents_view_aura.cc",
1547 "web_contents/web_contents_view_aura.h", 1548 "web_contents/web_contents_view_aura.h",
1548 "web_contents/web_contents_view_child_frame.cc", 1549 "web_contents/web_contents_view_child_frame.cc",
1549 "web_contents/web_contents_view_child_frame.h", 1550 "web_contents/web_contents_view_child_frame.h",
1550 "web_contents/web_contents_view_guest.cc", 1551 "web_contents/web_contents_view_guest.cc",
1551 "web_contents/web_contents_view_guest.h", 1552 "web_contents/web_contents_view_guest.h",
1552 "web_contents/web_contents_view_mac.h", 1553 "web_contents/web_contents_view_mac.h",
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 if (!is_component_build) { 2193 if (!is_component_build) {
2193 public_deps = [ 2194 public_deps = [
2194 ":browser", 2195 ":browser",
2195 ] 2196 ]
2196 } else { 2197 } else {
2197 public_deps = [ 2198 public_deps = [
2198 "//third_party/leveldatabase", 2199 "//third_party/leveldatabase",
2199 ] 2200 ]
2200 } 2201 }
2201 } 2202 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/web_contents/aura/gesture_nav_simple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698