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

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

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

Powered by Google App Engine
This is Rietveld 408576698