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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2422663002: Define WebTextInputMode as a enum in the public API. (Closed)
Patch Set: Rebase 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "platform/WebSpeechSynthesizerClient.h", 289 "platform/WebSpeechSynthesizerClient.h",
290 "platform/WebStorageArea.h", 290 "platform/WebStorageArea.h",
291 "platform/WebStorageNamespace.h", 291 "platform/WebStorageNamespace.h",
292 "platform/WebStorageQuotaCallbacks.h", 292 "platform/WebStorageQuotaCallbacks.h",
293 "platform/WebStorageQuotaError.h", 293 "platform/WebStorageQuotaError.h",
294 "platform/WebStorageQuotaType.h", 294 "platform/WebStorageQuotaType.h",
295 "platform/WebString.h", 295 "platform/WebString.h",
296 "platform/WebSuspendableTask.h", 296 "platform/WebSuspendableTask.h",
297 "platform/WebTaskRunner.h", 297 "platform/WebTaskRunner.h",
298 "platform/WebTextInputInfo.h", 298 "platform/WebTextInputInfo.h",
299 "platform/WebTextInputMode.h",
299 "platform/WebTextInputType.h", 300 "platform/WebTextInputType.h",
300 "platform/WebTextRun.h", 301 "platform/WebTextRun.h",
301 "platform/WebThemeEngine.h", 302 "platform/WebThemeEngine.h",
302 "platform/WebThread.h", 303 "platform/WebThread.h",
303 "platform/WebThreadSafeData.h", 304 "platform/WebThreadSafeData.h",
304 "platform/WebTimeRange.h", 305 "platform/WebTimeRange.h",
305 "platform/WebTopControlsState.h", 306 "platform/WebTopControlsState.h",
306 "platform/WebTouchPoint.h", 307 "platform/WebTouchPoint.h",
307 "platform/WebTraceLocation.h", 308 "platform/WebTraceLocation.h",
308 "platform/WebURL.h", 309 "platform/WebURL.h",
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 # relegated to a separate target to avoid duplication between the variants. 747 # relegated to a separate target to avoid duplication between the variants.
747 source_set("shared_typemap_traits") { 748 source_set("shared_typemap_traits") {
748 visibility = [ ":*" ] 749 visibility = [ ":*" ]
749 sources = [ 750 sources = [
750 "web/WindowFeaturesStructTraits.cpp", 751 "web/WindowFeaturesStructTraits.cpp",
751 ] 752 ]
752 deps = [ 753 deps = [
753 ":new_wrapper_types_mojo_bindings_shared__generator", 754 ":new_wrapper_types_mojo_bindings_shared__generator",
754 ] 755 ]
755 } 756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698