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

Side by Side Diff: content/public/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/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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "sandbox_init.h", 191 "sandbox_init.h",
192 "sandbox_linux.h", 192 "sandbox_linux.h",
193 "sandbox_type.h", 193 "sandbox_type.h",
194 "sandboxed_process_launcher_delegate.cc", 194 "sandboxed_process_launcher_delegate.cc",
195 "sandboxed_process_launcher_delegate.h", 195 "sandboxed_process_launcher_delegate.h",
196 "screen_info.cc", 196 "screen_info.cc",
197 "screen_info.h", 197 "screen_info.h",
198 "screen_orientation_values.h", 198 "screen_orientation_values.h",
199 "security_style.h", 199 "security_style.h",
200 "send_zygote_child_ping_linux.h", 200 "send_zygote_child_ping_linux.h",
201 "service_names.cc",
202 "service_names.h",
203 "speech_recognition_error.h", 201 "speech_recognition_error.h",
204 "speech_recognition_grammar.h", 202 "speech_recognition_grammar.h",
205 "speech_recognition_result.cc", 203 "speech_recognition_result.cc",
206 "speech_recognition_result.h", 204 "speech_recognition_result.h",
207 "stop_find_action.h", 205 "stop_find_action.h",
208 "storage_quota_params.h", 206 "storage_quota_params.h",
209 "three_d_api_types.h", 207 "three_d_api_types.h",
210 "top_controls_state.h", 208 "top_controls_state.h",
211 "transition_element.h", 209 "transition_element.h",
212 "url_constants.cc", 210 "url_constants.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 source_set("feature_h264_with_openh264_ffmpeg") { 292 source_set("feature_h264_with_openh264_ffmpeg") {
295 deps = [ 293 deps = [
296 ":features", 294 ":features",
297 "//base", 295 "//base",
298 ] 296 ]
299 sources = [ 297 sources = [
300 "feature_h264_with_openh264_ffmpeg.cc", 298 "feature_h264_with_openh264_ffmpeg.cc",
301 "feature_h264_with_openh264_ffmpeg.h", 299 "feature_h264_with_openh264_ffmpeg.h",
302 ] 300 ]
303 } 301 }
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