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

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

Issue 2761213003: Revert of Screen.orientation lock API implementation for Windows8 and later. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add 702435 to commit message 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
« no previous file with comments | « no previous file | content/browser/browser_main_loop.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/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 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1228 "renderer_host/text_input_manager.cc", 1228 "renderer_host/text_input_manager.cc",
1229 "renderer_host/text_input_manager.h", 1229 "renderer_host/text_input_manager.h",
1230 "renderer_host/ui_events_helper.cc", 1230 "renderer_host/ui_events_helper.cc",
1231 "renderer_host/ui_events_helper.h", 1231 "renderer_host/ui_events_helper.h",
1232 "renderer_host/webmenurunner_mac.h", 1232 "renderer_host/webmenurunner_mac.h",
1233 "renderer_host/webmenurunner_mac.mm", 1233 "renderer_host/webmenurunner_mac.mm",
1234 "resolve_proxy_msg_helper.cc", 1234 "resolve_proxy_msg_helper.cc",
1235 "resolve_proxy_msg_helper.h", 1235 "resolve_proxy_msg_helper.h",
1236 "resource_context_impl.cc", 1236 "resource_context_impl.cc",
1237 "resource_context_impl.h", 1237 "resource_context_impl.h",
1238 "screen_orientation/screen_orientation_delegate_win.cc",
1239 "screen_orientation/screen_orientation_delegate_win.h",
1240 "screen_orientation/screen_orientation_provider.cc", 1238 "screen_orientation/screen_orientation_provider.cc",
1241 "screen_orientation/screen_orientation_provider.h", 1239 "screen_orientation/screen_orientation_provider.h",
1242 "service_manager/merge_dictionary.cc", 1240 "service_manager/merge_dictionary.cc",
1243 "service_manager/merge_dictionary.h", 1241 "service_manager/merge_dictionary.h",
1244 "service_manager/service_manager_context.cc", 1242 "service_manager/service_manager_context.cc",
1245 "service_manager/service_manager_context.h", 1243 "service_manager/service_manager_context.h",
1246 "service_worker/embedded_worker_instance.cc", 1244 "service_worker/embedded_worker_instance.cc",
1247 "service_worker/embedded_worker_instance.h", 1245 "service_worker/embedded_worker_instance.h",
1248 "service_worker/embedded_worker_registry.cc", 1246 "service_worker/embedded_worker_registry.cc",
1249 "service_worker/embedded_worker_registry.h", 1247 "service_worker/embedded_worker_registry.h",
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 if (!is_component_build) { 2036 if (!is_component_build) {
2039 public_deps = [ 2037 public_deps = [
2040 ":browser", 2038 ":browser",
2041 ] 2039 ]
2042 } else { 2040 } else {
2043 public_deps = [ 2041 public_deps = [
2044 "//third_party/leveldatabase", 2042 "//third_party/leveldatabase",
2045 ] 2043 ]
2046 } 2044 }
2047 } 2045 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698