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

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

Issue 2520013002: Reland of Extracting placeholder information from Webkit to Blimp (Closed)
Patch Set: 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
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | content/public/common/form_field_data.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "context_menu_params.cc", 125 "context_menu_params.cc",
126 "context_menu_params.h", 126 "context_menu_params.h",
127 "drop_data.cc", 127 "drop_data.cc",
128 "drop_data.h", 128 "drop_data.h",
129 "favicon_url.cc", 129 "favicon_url.cc",
130 "favicon_url.h", 130 "favicon_url.h",
131 "file_chooser_file_info.cc", 131 "file_chooser_file_info.cc",
132 "file_chooser_file_info.h", 132 "file_chooser_file_info.h",
133 "file_chooser_params.cc", 133 "file_chooser_params.cc",
134 "file_chooser_params.h", 134 "file_chooser_params.h",
135 "form_field_data.cc",
136 "form_field_data.h",
135 "frame_navigate_params.cc", 137 "frame_navigate_params.cc",
136 "frame_navigate_params.h", 138 "frame_navigate_params.h",
137 "injection_test_mac.h", 139 "injection_test_mac.h",
138 "injection_test_win.h", 140 "injection_test_win.h",
139 "javascript_message_type.h", 141 "javascript_message_type.h",
140 "main_function_params.h", 142 "main_function_params.h",
141 "manifest.cc", 143 "manifest.cc",
142 "manifest.h", 144 "manifest.h",
143 "manifest_util.cc", 145 "manifest_util.cc",
144 "manifest_util.h", 146 "manifest_util.h",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 sources = [ 307 sources = [
306 "window_container_type.mojom", 308 "window_container_type.mojom",
307 ] 309 ]
308 } 310 }
309 311
310 mojom("service_names") { 312 mojom("service_names") {
311 sources = [ 313 sources = [
312 "service_names.mojom", 314 "service_names.mojom",
313 ] 315 ]
314 } 316 }
OLDNEW
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | content/public/common/form_field_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698