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

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

Issue 2578503002: [DeviceService] Mojofy left screen orientation IPC messages. (Closed)
Patch Set: Address nits from blundell@ Created 4 years 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/renderer_host/render_process_host_impl.cc » ('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("//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 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 "renderer_host/context_provider_factory_impl_android.h", 1741 "renderer_host/context_provider_factory_impl_android.h",
1742 "renderer_host/ime_adapter_android.cc", 1742 "renderer_host/ime_adapter_android.cc",
1743 "renderer_host/ime_adapter_android.h", 1743 "renderer_host/ime_adapter_android.h",
1744 "renderer_host/input/synthetic_gesture_target_android.cc", 1744 "renderer_host/input/synthetic_gesture_target_android.cc",
1745 "renderer_host/input/synthetic_gesture_target_android.h", 1745 "renderer_host/input/synthetic_gesture_target_android.h",
1746 "renderer_host/native_web_keyboard_event_android.cc", 1746 "renderer_host/native_web_keyboard_event_android.cc",
1747 "renderer_host/render_widget_host_view_android.cc", 1747 "renderer_host/render_widget_host_view_android.cc",
1748 "renderer_host/render_widget_host_view_android.h", 1748 "renderer_host/render_widget_host_view_android.h",
1749 "screen_orientation/screen_orientation_delegate_android.cc", 1749 "screen_orientation/screen_orientation_delegate_android.cc",
1750 "screen_orientation/screen_orientation_delegate_android.h", 1750 "screen_orientation/screen_orientation_delegate_android.h",
1751 "screen_orientation/screen_orientation_message_filter_android.cc", 1751 "screen_orientation/screen_orientation_listener_android.cc",
1752 "screen_orientation/screen_orientation_message_filter_android.h", 1752 "screen_orientation/screen_orientation_listener_android.h",
1753 "web_contents/web_contents_android.cc", 1753 "web_contents/web_contents_android.cc",
1754 "web_contents/web_contents_android.h", 1754 "web_contents/web_contents_android.h",
1755 "web_contents/web_contents_view_android.cc", 1755 "web_contents/web_contents_view_android.cc",
1756 "web_contents/web_contents_view_android.h", 1756 "web_contents/web_contents_view_android.h",
1757 ] 1757 ]
1758 sources -= [ 1758 sources -= [
1759 "browser_ipc_logging.cc", 1759 "browser_ipc_logging.cc",
1760 "device_sensors/data_fetcher_shared_memory_default.cc", 1760 "device_sensors/data_fetcher_shared_memory_default.cc",
1761 "media/session/audio_focus_delegate_default.cc", 1761 "media/session/audio_focus_delegate_default.cc",
1762 "media/session/audio_focus_manager.cc", 1762 "media/session/audio_focus_manager.cc",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 if (!is_component_build) { 1978 if (!is_component_build) {
1979 public_deps = [ 1979 public_deps = [
1980 ":browser", 1980 ":browser",
1981 ] 1981 ]
1982 } else { 1982 } else {
1983 public_deps = [ 1983 public_deps = [
1984 "//third_party/leveldatabase", 1984 "//third_party/leveldatabase",
1985 ] 1985 ]
1986 } 1986 }
1987 } 1987 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698