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

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

Issue 2342523003: 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/public/browser/content_browser_client.cc ('k') | content/public/common/service_names.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("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "sandbox_init.h", 189 "sandbox_init.h",
190 "sandbox_linux.h", 190 "sandbox_linux.h",
191 "sandbox_type.h", 191 "sandbox_type.h",
192 "sandboxed_process_launcher_delegate.cc", 192 "sandboxed_process_launcher_delegate.cc",
193 "sandboxed_process_launcher_delegate.h", 193 "sandboxed_process_launcher_delegate.h",
194 "screen_info.cc", 194 "screen_info.cc",
195 "screen_info.h", 195 "screen_info.h",
196 "screen_orientation_values.h", 196 "screen_orientation_values.h",
197 "security_style.h", 197 "security_style.h",
198 "send_zygote_child_ping_linux.h", 198 "send_zygote_child_ping_linux.h",
199 "service_names.cc",
200 "service_names.h",
201 "speech_recognition_error.h", 199 "speech_recognition_error.h",
202 "speech_recognition_grammar.h", 200 "speech_recognition_grammar.h",
203 "speech_recognition_result.cc", 201 "speech_recognition_result.cc",
204 "speech_recognition_result.h", 202 "speech_recognition_result.h",
205 "stop_find_action.h", 203 "stop_find_action.h",
206 "storage_quota_params.h", 204 "storage_quota_params.h",
207 "three_d_api_types.h", 205 "three_d_api_types.h",
208 "top_controls_state.h", 206 "top_controls_state.h",
209 "transition_element.h", 207 "transition_element.h",
210 "url_constants.cc", 208 "url_constants.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 source_set("feature_h264_with_openh264_ffmpeg") { 290 source_set("feature_h264_with_openh264_ffmpeg") {
293 deps = [ 291 deps = [
294 ":features", 292 ":features",
295 "//base", 293 "//base",
296 ] 294 ]
297 sources = [ 295 sources = [
298 "feature_h264_with_openh264_ffmpeg.cc", 296 "feature_h264_with_openh264_ffmpeg.cc",
299 "feature_h264_with_openh264_ffmpeg.h", 297 "feature_h264_with_openh264_ffmpeg.h",
300 ] 298 ]
301 } 299 }
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/public/common/service_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698