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

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

Issue 2370393002: Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: dtrainor comments Created 4 years, 1 month 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
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "context_menu_params.cc", 124 "context_menu_params.cc",
125 "context_menu_params.h", 125 "context_menu_params.h",
126 "drop_data.cc", 126 "drop_data.cc",
127 "drop_data.h", 127 "drop_data.h",
128 "favicon_url.cc", 128 "favicon_url.cc",
129 "favicon_url.h", 129 "favicon_url.h",
130 "file_chooser_file_info.cc", 130 "file_chooser_file_info.cc",
131 "file_chooser_file_info.h", 131 "file_chooser_file_info.h",
132 "file_chooser_params.cc", 132 "file_chooser_params.cc",
133 "file_chooser_params.h", 133 "file_chooser_params.h",
134 "form_field_data.h",
134 "frame_navigate_params.cc", 135 "frame_navigate_params.cc",
135 "frame_navigate_params.h", 136 "frame_navigate_params.h",
136 "injection_test_mac.h", 137 "injection_test_mac.h",
137 "injection_test_win.h", 138 "injection_test_win.h",
138 "javascript_message_type.h", 139 "javascript_message_type.h",
139 "main_function_params.h", 140 "main_function_params.h",
140 "manifest.cc", 141 "manifest.cc",
141 "manifest.h", 142 "manifest.h",
142 "manifest_util.cc", 143 "manifest_util.cc",
143 "manifest_util.h", 144 "manifest_util.h",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "feature_h264_with_openh264_ffmpeg.cc", 301 "feature_h264_with_openh264_ffmpeg.cc",
301 "feature_h264_with_openh264_ffmpeg.h", 302 "feature_h264_with_openh264_ffmpeg.h",
302 ] 303 ]
303 } 304 }
304 305
305 mojom("interfaces") { 306 mojom("interfaces") {
306 sources = [ 307 sources = [
307 "window_container_type.mojom", 308 "window_container_type.mojom",
308 ] 309 ]
309 } 310 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698