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

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

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Rebased 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "//third_party/zlib:zip", 141 "//third_party/zlib:zip",
142 "//ui/accessibility", 142 "//ui/accessibility",
143 "//ui/accessibility:ax_gen", 143 "//ui/accessibility:ax_gen",
144 "//ui/base", 144 "//ui/base",
145 "//ui/base/ime", 145 "//ui/base/ime",
146 "//ui/display", 146 "//ui/display",
147 "//ui/display/types", 147 "//ui/display/types",
148 "//ui/events", 148 "//ui/events",
149 "//ui/events:gesture_detection", 149 "//ui/events:gesture_detection",
150 "//ui/events/blink", 150 "//ui/events/blink",
151 "//ui/events/devices",
151 "//ui/gfx", 152 "//ui/gfx",
152 "//ui/gfx/animation", 153 "//ui/gfx/animation",
153 "//ui/gfx/geometry", 154 "//ui/gfx/geometry",
154 "//ui/gfx/geometry/mojo", 155 "//ui/gfx/geometry/mojo",
155 "//ui/gl", 156 "//ui/gl",
156 "//ui/gl:gl_features", 157 "//ui/gl:gl_features",
157 "//ui/native_theme", 158 "//ui/native_theme",
158 "//ui/resources", 159 "//ui/resources",
159 "//ui/shell_dialogs", 160 "//ui/shell_dialogs",
160 "//ui/snapshot", 161 "//ui/snapshot",
(...skipping 889 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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 if (!is_component_build) { 2061 if (!is_component_build) {
2059 public_deps = [ 2062 public_deps = [
2060 ":browser", 2063 ":browser",
2061 ] 2064 ]
2062 } else { 2065 } else {
2063 public_deps = [ 2066 public_deps = [
2064 "//third_party/leveldatabase", 2067 "//third_party/leveldatabase",
2065 ] 2068 ]
2066 } 2069 }
2067 } 2070 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698