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

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

Issue 2520863002: Enable precompiled headers for Blink on Windows. (Closed)
Patch Set: rebased Created 4 years 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/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.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/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 12 matching lines...) Expand all
23 "//third_party/icu", 23 "//third_party/icu",
24 "//ui/gfx/geometry", 24 "//ui/gfx/geometry",
25 "//v8", 25 "//v8",
26 ] 26 ]
27 27
28 configs += [ 28 configs += [
29 "//build/config/compiler:wexit_time_destructors", 29 "//build/config/compiler:wexit_time_destructors",
30 "//third_party/WebKit/Source:config", 30 "//third_party/WebKit/Source:config",
31 "//third_party/WebKit/Source:inside_blink", 31 "//third_party/WebKit/Source:inside_blink",
32 "//third_party/WebKit/Source:non_test_config", 32 "//third_party/WebKit/Source:non_test_config",
33 "//third_party/WebKit/Source/core:blink_core_pch",
33 ] 34 ]
34 35
35 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ] 36 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ]
36 37
37 sources = [ 38 sources = [
38 "AssertMatchingEnums.cpp", 39 "AssertMatchingEnums.cpp",
39 "AudioOutputDeviceClientImpl.cpp", 40 "AudioOutputDeviceClientImpl.cpp",
40 "AudioOutputDeviceClientImpl.h", 41 "AudioOutputDeviceClientImpl.h",
41 "ChromeClientImpl.cpp", 42 "ChromeClientImpl.cpp",
42 "ChromeClientImpl.h", 43 "ChromeClientImpl.h",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "//third_party/WebKit/Source/core:testing", 289 "//third_party/WebKit/Source/core:testing",
289 "//third_party/WebKit/Source/modules:modules_testing", 290 "//third_party/WebKit/Source/modules:modules_testing",
290 "//third_party/WebKit/Source/wtf", 291 "//third_party/WebKit/Source/wtf",
291 "//v8", 292 "//v8",
292 ] 293 ]
293 294
294 sources = [ 295 sources = [
295 "WebTestingSupport.cpp", 296 "WebTestingSupport.cpp",
296 ] 297 ]
297 298
298 configs += [ "//third_party/WebKit/Source:config" ] 299 configs += [
300 "//third_party/WebKit/Source:config",
301 "//third_party/WebKit/Source/core:blink_core_pch",
302 ]
299 303
300 include_dirs = [ "$root_gen_dir/blink" ] 304 include_dirs = [ "$root_gen_dir/blink" ]
301 } 305 }
302 306
303 group("webkit_unit_tests_data") { 307 group("webkit_unit_tests_data") {
304 data = [ 308 data = [
305 "tests/data/", 309 "tests/data/",
306 "../core/paint/test_data/", 310 "../core/paint/test_data/",
307 ] 311 ]
308 } 312 }
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 ] 424 ]
421 425
422 data_deps = [ 426 data_deps = [
423 ":webkit_unit_tests_data", 427 ":webkit_unit_tests_data",
424 "//content/shell:pak", 428 "//content/shell:pak",
425 ] 429 ]
426 430
427 configs += [ 431 configs += [
428 "//third_party/WebKit/Source:config", 432 "//third_party/WebKit/Source:config",
429 "//third_party/WebKit/Source:inside_blink", 433 "//third_party/WebKit/Source:inside_blink",
434 "//third_party/WebKit/Source/core:blink_core_pch",
430 ] 435 ]
431 436
432 if (is_android) { 437 if (is_android) {
433 deps += [ 438 deps += [
434 "//base:base_java", 439 "//base:base_java",
435 "//content/public/android:content_java", 440 "//content/public/android:content_java",
436 "//content/shell/android:content_shell_assets", 441 "//content/shell/android:content_shell_assets",
437 "//net/android:net_java", 442 "//net/android:net_java",
438 ] 443 ]
439 } 444 }
440 } 445 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/win/Precompile-platform.cpp ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698