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

Side by Side Diff: content/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/browser/frame_host/navigation_handle_impl.cc ('k') | content/common/frame_messages.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("//media/media_options.gni") 7 import("//media/media_options.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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "media/media_player_messages_android.h", 211 "media/media_player_messages_android.h",
212 "media/media_stream_messages.h", 212 "media/media_stream_messages.h",
213 "media/media_stream_options.cc", 213 "media/media_stream_options.cc",
214 "media/media_stream_options.h", 214 "media/media_stream_options.h",
215 "media/media_stream_track_metrics_host_messages.h", 215 "media/media_stream_track_metrics_host_messages.h",
216 "media/midi_messages.h", 216 "media/midi_messages.h",
217 "media/surface_view_manager_messages_android.h", 217 "media/surface_view_manager_messages_android.h",
218 "media/video_capture.h", 218 "media/video_capture.h",
219 "memory_messages.h", 219 "memory_messages.h",
220 "message_port_messages.h", 220 "message_port_messages.h",
221 "navigation_gesture.h",
222 "navigation_params.cc", 221 "navigation_params.cc",
223 "navigation_params.h", 222 "navigation_params.h",
224 "net/url_fetcher.cc", 223 "net/url_fetcher.cc",
225 "net/url_request_service_worker_data.cc", 224 "net/url_request_service_worker_data.cc",
226 "net/url_request_service_worker_data.h", 225 "net/url_request_service_worker_data.h",
227 "net/url_request_user_data.cc", 226 "net/url_request_user_data.cc",
228 "net/url_request_user_data.h", 227 "net/url_request_user_data.h",
229 "origin_trials/trial_token.cc", 228 "origin_trials/trial_token.cc",
230 "origin_trials/trial_token.h", 229 "origin_trials/trial_token.h",
231 "origin_trials/trial_token_validator.cc", 230 "origin_trials/trial_token_validator.cc",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "//ui/gfx/geometry/mojo", 605 "//ui/gfx/geometry/mojo",
607 "//ui/gfx/mojo", 606 "//ui/gfx/mojo",
608 "//url/mojo:url_mojom_gurl", 607 "//url/mojo:url_mojom_gurl",
609 "//url/mojo:url_mojom_origin", 608 "//url/mojo:url_mojom_origin",
610 ] 609 ]
611 610
612 export_class_attribute = "CONTENT_EXPORT" 611 export_class_attribute = "CONTENT_EXPORT"
613 export_define = "CONTENT_IMPLEMENTATION=1" 612 export_define = "CONTENT_IMPLEMENTATION=1"
614 export_header = "content/common/content_export.h" 613 export_header = "content/common/content_export.h"
615 } 614 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_handle_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698