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

Side by Side Diff: Source/core/BUILD.gn

Issue 402033002: Migrate all usages of xxd.py to blink_resources.grd and remove xxd.py - Part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 6 years, 5 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
« no previous file with comments | « Source/build/scripts/xxd.py ('k') | Source/core/core.gyp » ('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/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//third_party/WebKit/Source/bindings/bindings.gni") 6 import("//third_party/WebKit/Source/bindings/bindings.gni")
7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 if (is_android && use_openmax_dl_fft) { 45 if (is_android && use_openmax_dl_fft) {
46 include_dirs += [ "//third_party/openmax_dl" ] 46 include_dirs += [ "//third_party/openmax_dl" ]
47 } 47 }
48 } 48 }
49 49
50 # GYP version: WebKit/Source/core/core.gyp:webcore_generated 50 # GYP version: WebKit/Source/core/core.gyp:webcore_generated
51 source_set("generated") { 51 source_set("generated") {
52 deps = [ 52 deps = [
53 ":make_core_generated", 53 ":make_core_generated",
54 ":prerequisites", 54 ":prerequisites",
55 "inspector:debugger_script_source",
56 "inspector:inspector_overlay_page",
57 "inspector:protocol_sources", 55 "inspector:protocol_sources",
58 "inspector:injected_script_source",
59 "inspector:injected_canvas_script_source",
60 "inspector:instrumentation_sources", 56 "inspector:instrumentation_sources",
61 "//gin", 57 "//gin",
62 "//skia", 58 "//skia",
63 "//third_party/iccjpeg", 59 "//third_party/iccjpeg",
64 "//third_party/libpng", 60 "//third_party/libpng",
65 "//third_party/libwebp", 61 "//third_party/libwebp",
66 "//third_party/libxml", 62 "//third_party/libxml",
67 "//third_party/libxslt", 63 "//third_party/libxslt",
68 "//third_party/npapi", 64 "//third_party/npapi",
69 "//third_party/qcms", 65 "//third_party/qcms",
(...skipping 25 matching lines...) Expand all
95 "//third_party/ots", 91 "//third_party/ots",
96 "//third_party/qcms", 92 "//third_party/qcms",
97 "//third_party/sqlite", 93 "//third_party/sqlite",
98 "//third_party/zlib", 94 "//third_party/zlib",
99 "//url", 95 "//url",
100 "//v8", 96 "//v8",
101 ] 97 ]
102 98
103 deps = [ 99 deps = [
104 ":make_core_generated", 100 ":make_core_generated",
105 "inspector:debugger_script_source",
106 "inspector:injected_canvas_script_source",
107 "inspector:injected_script_source",
108 "inspector:inspector_overlay_page",
109 "inspector:protocol_sources", 101 "inspector:protocol_sources",
110 "inspector:instrumentation_sources", 102 "inspector:instrumentation_sources",
111 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", 103 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
112 # FIXME: don't depend on bindings_modules http://crbug.com/358074 104 # FIXME: don't depend on bindings_modules http://crbug.com/358074
113 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" , 105 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" ,
114 "//third_party/WebKit/Source/platform", 106 "//third_party/WebKit/Source/platform",
115 ] + exported_deps 107 ] + exported_deps
116 108
117 forward_dependent_configs_from = exported_deps 109 forward_dependent_configs_from = exported_deps
118 110
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 configs -= core_config_remove 416 configs -= core_config_remove
425 configs += core_config_add 417 configs += core_config_add
426 418
427 configs += [ 419 configs += [
428 "..:inside_blink", 420 "..:inside_blink",
429 ] 421 ]
430 422
431 deps = [ 423 deps = [
432 ":make_core_generated", 424 ":make_core_generated",
433 ":prerequisites", 425 ":prerequisites",
434 "inspector:inspector_overlay_page",
435 "inspector:protocol_sources", 426 "inspector:protocol_sources",
436 "inspector:instrumentation_sources", 427 "inspector:instrumentation_sources",
437 "inspector:injected_canvas_script_source",
438 "inspector:injected_script_source",
439 "inspector:debugger_script_source",
440 "//gin", 428 "//gin",
441 "//skia", 429 "//skia",
442 "//third_party/iccjpeg", 430 "//third_party/iccjpeg",
443 "//third_party/libpng", 431 "//third_party/libpng",
444 "//third_party/libwebp", 432 "//third_party/libwebp",
445 "//third_party/libxml", 433 "//third_party/libxml",
446 "//third_party/libxslt", 434 "//third_party/libxslt",
447 "//third_party/npapi", 435 "//third_party/npapi",
448 "//third_party/qcms", 436 "//third_party/qcms",
449 "//third_party/sqlite", 437 "//third_party/sqlite",
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 "$blink_core_output_dir/{{source_name_part}}.h", 1069 "$blink_core_output_dir/{{source_name_part}}.h",
1082 ] 1070 ]
1083 args = [ 1071 args = [
1084 "{{source}}", 1072 "{{source}}",
1085 rel_blink_core_gen_dir, 1073 rel_blink_core_gen_dir,
1086 bison_exe, 1074 bison_exe,
1087 ] 1075 ]
1088 1076
1089 deps = make_core_generated_deps 1077 deps = make_core_generated_deps
1090 } 1078 }
OLDNEW
« no previous file with comments | « Source/build/scripts/xxd.py ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698