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

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

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Added test 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
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "//third_party/zlib:zip", 137 "//third_party/zlib:zip",
138 "//ui/accessibility", 138 "//ui/accessibility",
139 "//ui/accessibility:ax_gen", 139 "//ui/accessibility:ax_gen",
140 "//ui/base", 140 "//ui/base",
141 "//ui/base/ime", 141 "//ui/base/ime",
142 "//ui/display", 142 "//ui/display",
143 "//ui/display/types", 143 "//ui/display/types",
144 "//ui/events", 144 "//ui/events",
145 "//ui/events:gesture_detection", 145 "//ui/events:gesture_detection",
146 "//ui/events/blink", 146 "//ui/events/blink",
147 "//ui/events/devices",
147 "//ui/gfx", 148 "//ui/gfx",
148 "//ui/gfx/animation", 149 "//ui/gfx/animation",
149 "//ui/gfx/geometry", 150 "//ui/gfx/geometry",
150 "//ui/gfx/geometry/mojo", 151 "//ui/gfx/geometry/mojo",
151 "//ui/gl", 152 "//ui/gl",
152 "//ui/gl:gl_features", 153 "//ui/gl:gl_features",
153 "//ui/native_theme", 154 "//ui/native_theme",
154 "//ui/resources", 155 "//ui/resources",
155 "//ui/shell_dialogs", 156 "//ui/shell_dialogs",
156 "//ui/snapshot", 157 "//ui/snapshot",
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 "renderer_host/event_with_latency_info.h", 1051 "renderer_host/event_with_latency_info.h",
1051 "renderer_host/file_utilities_message_filter.cc", 1052 "renderer_host/file_utilities_message_filter.cc",
1052 "renderer_host/file_utilities_message_filter.h", 1053 "renderer_host/file_utilities_message_filter.h",
1053 "renderer_host/font_utils_linux.cc", 1054 "renderer_host/font_utils_linux.cc",
1054 "renderer_host/font_utils_linux.h", 1055 "renderer_host/font_utils_linux.h",
1055 "renderer_host/frame_metadata_util.cc", 1056 "renderer_host/frame_metadata_util.cc",
1056 "renderer_host/frame_metadata_util.h", 1057 "renderer_host/frame_metadata_util.h",
1057 "renderer_host/input/gesture_event_queue.cc", 1058 "renderer_host/input/gesture_event_queue.cc",
1058 "renderer_host/input/gesture_event_queue.h", 1059 "renderer_host/input/gesture_event_queue.h",
1059 "renderer_host/input/input_ack_handler.h", 1060 "renderer_host/input/input_ack_handler.h",
1061 "renderer_host/input/input_device_change_observer.cc",
1062 "renderer_host/input/input_device_change_observer.h",
1060 "renderer_host/input/input_router.h", 1063 "renderer_host/input/input_router.h",
1061 "renderer_host/input/input_router_client.h", 1064 "renderer_host/input/input_router_client.h",
1062 "renderer_host/input/input_router_config_helper.cc", 1065 "renderer_host/input/input_router_config_helper.cc",
1063 "renderer_host/input/input_router_config_helper.h", 1066 "renderer_host/input/input_router_config_helper.h",
1064 "renderer_host/input/input_router_impl.cc", 1067 "renderer_host/input/input_router_impl.cc",
1065 "renderer_host/input/input_router_impl.h", 1068 "renderer_host/input/input_router_impl.h",
1066 "renderer_host/input/legacy_touch_event_queue.cc", 1069 "renderer_host/input/legacy_touch_event_queue.cc",
1067 "renderer_host/input/legacy_touch_event_queue.h", 1070 "renderer_host/input/legacy_touch_event_queue.h",
1068 "renderer_host/input/motion_event_web.cc", 1071 "renderer_host/input/motion_event_web.cc",
1069 "renderer_host/input/motion_event_web.h", 1072 "renderer_host/input/motion_event_web.h",
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 if (!is_component_build) { 2060 if (!is_component_build) {
2058 public_deps = [ 2061 public_deps = [
2059 ":browser", 2062 ":browser",
2060 ] 2063 ]
2061 } else { 2064 } else {
2062 public_deps = [ 2065 public_deps = [
2063 "//third_party/leveldatabase", 2066 "//third_party/leveldatabase",
2064 ] 2067 ]
2065 } 2068 }
2066 } 2069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698