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

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

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 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 | « third_party/WebKit/Source/wtf/BUILD.gn ('k') | third_party/cld_2/BUILD.gn » ('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("//third_party/WebKit/Source/config.gni") 5 import("//third_party/WebKit/Source/config.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 blink_headers_values = exec_script("//build/gypi_to_gn.py", 8 blink_headers_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("blink_headers.gypi") ], 9 [ rebase_path("blink_headers.gypi") ],
10 "scope", 10 "scope",
11 [ "blink_headers.gypi" ]) 11 [ "blink_headers.gypi" ])
12
13 12
14 if (is_android) { 13 if (is_android) {
15 import("//build/config/android/rules.gni") 14 import("//build/config/android/rules.gni")
16 } 15 }
17 16
18 # GYP version: WebKit/public/blink.gyp:blink 17 # GYP version: WebKit/public/blink.gyp:blink
19 group("blink") { 18 group("blink") {
20 public_deps = [ 19 public_deps = [
21 ":blink_headers", 20 ":blink_headers",
22 ":blink_minimal", 21 ":blink_minimal",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 if (debug_devtools) { 76 if (debug_devtools) {
78 defines = [ "DEBUG_DEVTOOLS=1" ] 77 defines = [ "DEBUG_DEVTOOLS=1" ]
79 } 78 }
80 } 79 }
81 80
82 if (is_android) { 81 if (is_android) {
83 # GYP version: WebKit/public/blink_headers.gyp:web_input_event_java 82 # GYP version: WebKit/public/blink_headers.gyp:web_input_event_java
84 # GYP version: WebKit/public/blink_headers.gyp:web_text_input_type 83 # GYP version: WebKit/public/blink_headers.gyp:web_text_input_type
85 java_cpp_enum("blink_headers_java_enums_srcjar") { 84 java_cpp_enum("blink_headers_java_enums_srcjar") {
86 sources = [ 85 sources = [
86 "./platform/WebDisplayMode.h",
87 "./web/WebInputEvent.h", 87 "./web/WebInputEvent.h",
88 "./web/WebTextInputType.h", 88 "./web/WebTextInputType.h",
89 "./platform/WebDisplayMode.h",
90 ] 89 ]
91 outputs = [ 90 outputs = [
92 "org/chromium/blink_public/platform/WebDisplayMode.java", 91 "org/chromium/blink_public/platform/WebDisplayMode.java",
93 "org/chromium/blink_public/web/WebInputEventModifier.java", 92 "org/chromium/blink_public/web/WebInputEventModifier.java",
94 "org/chromium/blink_public/web/WebInputEventType.java", 93 "org/chromium/blink_public/web/WebInputEventType.java",
95 "org/chromium/blink_public/web/WebTextInputFlags.java", 94 "org/chromium/blink_public/web/WebTextInputFlags.java",
96 ] 95 ]
97 } 96 }
98 97
99 # GYP version: WebKit/public/blink_headers.gyp:blink_headers_java 98 # GYP version: WebKit/public/blink_headers.gyp:blink_headers_java
100 android_library("blink_headers_java") { 99 android_library("blink_headers_java") {
101 srcjar_deps = [ 100 srcjar_deps = [ ":blink_headers_java_enums_srcjar" ]
102 ":blink_headers_java_enums_srcjar",
103 ]
104 } 101 }
105 } 102 }
106 103
107 # Depend on this target to use public blink API headers for things like enums 104 # Depend on this target to use public blink API headers for things like enums
108 # and public structures without actually linking against any Blink libraries. 105 # and public structures without actually linking against any Blink libraries.
109 source_set("blink_headers") { 106 source_set("blink_headers") {
110 public_configs = [ 107 public_configs = [
111 ":blink_headers_config", 108 ":blink_headers_config",
109
112 # Blink exposes icu headers in the public API. 110 # Blink exposes icu headers in the public API.
113 "//third_party/icu:icu_config", 111 "//third_party/icu:icu_config",
112
114 # Blink exposes NPAPI headers in the public API. 113 # Blink exposes NPAPI headers in the public API.
115 "//third_party/npapi:npapi_config", 114 "//third_party/npapi:npapi_config",
116 ] 115 ]
117 sources = blink_headers_values.blink_public_sources 116 sources = blink_headers_values.blink_public_sources
118 } 117 }
119 118
120 # GYP version: WebKit/public/blink_devtools.gyp:blink_devtools_frontend_resource s 119 # GYP version: WebKit/public/blink_devtools.gyp:blink_devtools_frontend_resource s
121 group("blink_devtools_frontend_resources") { 120 group("blink_devtools_frontend_resources") {
122 public_deps = [ 121 public_deps = [
123 "//third_party/WebKit/Source/devtools:devtools_frontend_resources", 122 "//third_party/WebKit/Source/devtools:devtools_frontend_resources",
(...skipping 28 matching lines...) Expand all
152 grit("image_resources") { 151 grit("image_resources") {
153 output_dir = "$root_gen_dir/blink/public/resources" 152 output_dir = "$root_gen_dir/blink/public/resources"
154 use_qualified_include = true 153 use_qualified_include = true
155 source = "blink_image_resources.grd" 154 source = "blink_image_resources.grd"
156 outputs = [ 155 outputs = [
157 "grit/blink_image_resources.h", 156 "grit/blink_image_resources.h",
158 "blink_image_resources_100_percent.pak", 157 "blink_image_resources_100_percent.pak",
159 "blink_image_resources_200_percent.pak", 158 "blink_image_resources_200_percent.pak",
160 ] 159 ]
161 } 160 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/BUILD.gn ('k') | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698