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

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2350843003: Remove GYP annotations from third_party GN files. (Closed)
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
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/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 if (is_win) { 162 if (is_win) {
163 cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits. 163 cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits.
164 } 164 }
165 165
166 if (remove_webcore_debug_symbols) { 166 if (remove_webcore_debug_symbols) {
167 configs -= [ "//build/config/compiler:default_symbols" ] 167 configs -= [ "//build/config/compiler:default_symbols" ]
168 configs += [ "//build/config/compiler:no_symbols" ] 168 configs += [ "//build/config/compiler:no_symbols" ]
169 } 169 }
170 } 170 }
171 171
172 # GYP version: WebKit/Source/modules/modules.gyp:modules_testing
173 source_set("modules_testing") { 172 source_set("modules_testing") {
174 sources = [ 173 sources = [
175 "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp", 174 "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp",
176 "$bindings_modules_v8_output_dir/V8InternalsPartial.h", 175 "$bindings_modules_v8_output_dir/V8InternalsPartial.h",
177 "accessibility/testing/InternalsAccessibility.cpp", 176 "accessibility/testing/InternalsAccessibility.cpp",
178 "accessibility/testing/InternalsAccessibility.h", 177 "accessibility/testing/InternalsAccessibility.h",
179 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp", 178 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp",
180 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.h", 179 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.h",
181 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp", 180 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp",
182 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h", 181 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 ":modules", 288 ":modules",
290 ":modules_testing", 289 ":modules_testing",
291 "//skia", 290 "//skia",
292 "//testing/gmock", 291 "//testing/gmock",
293 "//testing/gtest", 292 "//testing/gtest",
294 "//third_party/WebKit/Source/core", 293 "//third_party/WebKit/Source/core",
295 "//third_party/WebKit/Source/wtf", 294 "//third_party/WebKit/Source/wtf",
296 "//v8", 295 "//v8",
297 ] 296 ]
298 } 297 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698