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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2524763002: make NavigationGesture part of public content API and use it outside content (Closed)
Patch Set: 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 | « content/public/browser/navigation_handle.cc ('k') | content/public/common/navigation_gesture.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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "media_metadata.cc", 148 "media_metadata.cc",
149 "media_metadata.h", 149 "media_metadata.h",
150 "media_stream_request.cc", 150 "media_stream_request.cc",
151 "media_stream_request.h", 151 "media_stream_request.h",
152 "menu_item.cc", 152 "menu_item.cc",
153 "menu_item.h", 153 "menu_item.h",
154 "mhtml_generation_params.cc", 154 "mhtml_generation_params.cc",
155 "mhtml_generation_params.h", 155 "mhtml_generation_params.h",
156 "mojo_channel_switches.cc", 156 "mojo_channel_switches.cc",
157 "mojo_channel_switches.h", 157 "mojo_channel_switches.h",
158 "navigation_gesture.h",
158 "notification_resources.cc", 159 "notification_resources.cc",
159 "notification_resources.h", 160 "notification_resources.h",
160 "origin_util.h", 161 "origin_util.h",
161 "page_state.cc", 162 "page_state.cc",
162 "page_state.h", 163 "page_state.h",
163 "page_type.h", 164 "page_type.h",
164 "page_zoom.h", 165 "page_zoom.h",
165 "pepper_plugin_info.cc", 166 "pepper_plugin_info.cc",
166 "pepper_plugin_info.h", 167 "pepper_plugin_info.h",
167 "persistent_notification_status.h", 168 "persistent_notification_status.h",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 sources = [ 310 sources = [
310 "window_container_type.mojom", 311 "window_container_type.mojom",
311 ] 312 ]
312 } 313 }
313 314
314 mojom("service_names") { 315 mojom("service_names") {
315 sources = [ 316 sources = [
316 "service_names.mojom", 317 "service_names.mojom",
317 ] 318 ]
318 } 319 }
OLDNEW
« no previous file with comments | « content/public/browser/navigation_handle.cc ('k') | content/public/common/navigation_gesture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698