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

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

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Make Interaction Media Features MQ dynamic on Windows. 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "//third_party/zlib:zip", 135 "//third_party/zlib:zip",
136 "//ui/accessibility", 136 "//ui/accessibility",
137 "//ui/accessibility:ax_gen", 137 "//ui/accessibility:ax_gen",
138 "//ui/base", 138 "//ui/base",
139 "//ui/base/ime", 139 "//ui/base/ime",
140 "//ui/display", 140 "//ui/display",
141 "//ui/display/types", 141 "//ui/display/types",
142 "//ui/events", 142 "//ui/events",
143 "//ui/events:gesture_detection", 143 "//ui/events:gesture_detection",
144 "//ui/events/blink", 144 "//ui/events/blink",
145 "//ui/events/devices",
145 "//ui/gfx", 146 "//ui/gfx",
146 "//ui/gfx/geometry", 147 "//ui/gfx/geometry",
147 "//ui/gfx/geometry/mojo", 148 "//ui/gfx/geometry/mojo",
148 "//ui/gl", 149 "//ui/gl",
149 "//ui/native_theme", 150 "//ui/native_theme",
150 "//ui/resources", 151 "//ui/resources",
151 "//ui/shell_dialogs", 152 "//ui/shell_dialogs",
152 "//ui/snapshot", 153 "//ui/snapshot",
153 "//ui/touch_selection", 154 "//ui/touch_selection",
154 "//v8:v8_version", 155 "//v8:v8_version",
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 "renderer_host/event_with_latency_info.h", 1034 "renderer_host/event_with_latency_info.h",
1034 "renderer_host/file_utilities_message_filter.cc", 1035 "renderer_host/file_utilities_message_filter.cc",
1035 "renderer_host/file_utilities_message_filter.h", 1036 "renderer_host/file_utilities_message_filter.h",
1036 "renderer_host/font_utils_linux.cc", 1037 "renderer_host/font_utils_linux.cc",
1037 "renderer_host/font_utils_linux.h", 1038 "renderer_host/font_utils_linux.h",
1038 "renderer_host/frame_metadata_util.cc", 1039 "renderer_host/frame_metadata_util.cc",
1039 "renderer_host/frame_metadata_util.h", 1040 "renderer_host/frame_metadata_util.h",
1040 "renderer_host/input/gesture_event_queue.cc", 1041 "renderer_host/input/gesture_event_queue.cc",
1041 "renderer_host/input/gesture_event_queue.h", 1042 "renderer_host/input/gesture_event_queue.h",
1042 "renderer_host/input/input_ack_handler.h", 1043 "renderer_host/input/input_ack_handler.h",
1044 "renderer_host/input/input_device_change_observer.cc",
1045 "renderer_host/input/input_device_change_observer.h",
1043 "renderer_host/input/input_router.h", 1046 "renderer_host/input/input_router.h",
1044 "renderer_host/input/input_router_client.h", 1047 "renderer_host/input/input_router_client.h",
1045 "renderer_host/input/input_router_config_helper.cc", 1048 "renderer_host/input/input_router_config_helper.cc",
1046 "renderer_host/input/input_router_config_helper.h", 1049 "renderer_host/input/input_router_config_helper.h",
1047 "renderer_host/input/input_router_impl.cc", 1050 "renderer_host/input/input_router_impl.cc",
1048 "renderer_host/input/input_router_impl.h", 1051 "renderer_host/input/input_router_impl.h",
1049 "renderer_host/input/legacy_touch_event_queue.cc", 1052 "renderer_host/input/legacy_touch_event_queue.cc",
1050 "renderer_host/input/legacy_touch_event_queue.h", 1053 "renderer_host/input/legacy_touch_event_queue.h",
1051 "renderer_host/input/motion_event_web.cc", 1054 "renderer_host/input/motion_event_web.cc",
1052 "renderer_host/input/motion_event_web.h", 1055 "renderer_host/input/motion_event_web.h",
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 if (!is_component_build) { 2038 if (!is_component_build) {
2036 public_deps = [ 2039 public_deps = [
2037 ":browser", 2040 ":browser",
2038 ] 2041 ]
2039 } else { 2042 } else {
2040 public_deps = [ 2043 public_deps = [
2041 "//third_party/leveldatabase", 2044 "//third_party/leveldatabase",
2042 ] 2045 ]
2043 } 2046 }
2044 } 2047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698