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

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

Issue 2346803004: Revert of Enforce capability spec renderer <--> browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 | « content/child/child_thread_impl.cc ('k') | content/common/mojo/constants.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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "media/media_stream_messages.h", 213 "media/media_stream_messages.h",
214 "media/media_stream_options.cc", 214 "media/media_stream_options.cc",
215 "media/media_stream_options.h", 215 "media/media_stream_options.h",
216 "media/media_stream_track_metrics_host_messages.h", 216 "media/media_stream_track_metrics_host_messages.h",
217 "media/midi_messages.h", 217 "media/midi_messages.h",
218 "media/surface_view_manager_messages_android.h", 218 "media/surface_view_manager_messages_android.h",
219 "media/video_capture.h", 219 "media/video_capture.h",
220 "media/video_capture_messages.h", 220 "media/video_capture_messages.h",
221 "memory_messages.h", 221 "memory_messages.h",
222 "message_port_messages.h", 222 "message_port_messages.h",
223 "mojo/constants.cc",
224 "mojo/constants.h",
223 "mojo/embedded_application_runner.cc", 225 "mojo/embedded_application_runner.cc",
224 "mojo/embedded_application_runner.h", 226 "mojo/embedded_application_runner.h",
225 "mojo/mojo_shell_connection_impl.cc", 227 "mojo/mojo_shell_connection_impl.cc",
226 "mojo/mojo_shell_connection_impl.h", 228 "mojo/mojo_shell_connection_impl.h",
227 "navigation_gesture.h", 229 "navigation_gesture.h",
228 "navigation_params.cc", 230 "navigation_params.cc",
229 "navigation_params.h", 231 "navigation_params.h",
230 "net/url_fetcher.cc", 232 "net/url_fetcher.cc",
231 "net/url_request_service_worker_data.cc", 233 "net/url_request_service_worker_data.cc",
232 "net/url_request_service_worker_data.h", 234 "net/url_request_service_worker_data.h",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "//third_party/WebKit/public:mojo_bindings", 580 "//third_party/WebKit/public:mojo_bindings",
579 "//ui/gfx/geometry/mojo", 581 "//ui/gfx/geometry/mojo",
580 "//url/mojo:url_mojom_gurl", 582 "//url/mojo:url_mojom_gurl",
581 "//url/mojo:url_mojom_origin", 583 "//url/mojo:url_mojom_origin",
582 ] 584 ]
583 585
584 export_class_attribute = "CONTENT_EXPORT" 586 export_class_attribute = "CONTENT_EXPORT"
585 export_define = "CONTENT_IMPLEMENTATION=1" 587 export_define = "CONTENT_IMPLEMENTATION=1"
586 export_header = "content/common/content_export.h" 588 export_header = "content/common/content_export.h"
587 } 589 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/mojo/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698