OLD | NEW |
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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.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/core/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") |
9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") |
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 if (is_android && use_openmax_dl_fft) { | 42 if (is_android && use_openmax_dl_fft) { |
43 include_dirs += [ "//third_party/openmax_dl" ] | 43 include_dirs += [ "//third_party/openmax_dl" ] |
44 } | 44 } |
45 } | 45 } |
46 | 46 |
47 # GYP version: WebKit/Source/core/core.gyp:webcore_generated | 47 # GYP version: WebKit/Source/core/core.gyp:webcore_generated |
48 source_set("generated") { | 48 source_set("generated") { |
49 deps = [ | 49 deps = [ |
50 ":make_core_generated", | 50 ":make_core_generated", |
51 ":prerequisites", | 51 ":prerequisites", |
| 52 "inspector:debugger_script", |
| 53 "inspector:injected_script_source", |
52 "inspector:instrumentation_sources", | 54 "inspector:instrumentation_sources", |
53 "inspector:protocol_sources", | 55 "inspector:protocol_sources", |
54 "//gin", | 56 "//gin", |
55 "//skia", | 57 "//skia", |
56 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 58 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", |
57 "//third_party/iccjpeg", | 59 "//third_party/iccjpeg", |
58 "//third_party/libpng", | 60 "//third_party/libpng", |
59 "//third_party/libwebp", | 61 "//third_party/libwebp", |
60 "//third_party/libxml", | 62 "//third_party/libxml", |
61 "//third_party/libxslt", | 63 "//third_party/libxslt", |
(...skipping 28 matching lines...) Expand all Loading... |
90 "//third_party/ots", | 92 "//third_party/ots", |
91 "//third_party/qcms", | 93 "//third_party/qcms", |
92 "//third_party/snappy", | 94 "//third_party/snappy", |
93 "//third_party/sqlite", | 95 "//third_party/sqlite", |
94 "//third_party/zlib", | 96 "//third_party/zlib", |
95 "//url", | 97 "//url", |
96 "//v8", | 98 "//v8", |
97 ] | 99 ] |
98 deps = [ | 100 deps = [ |
99 ":make_core_generated", | 101 ":make_core_generated", |
| 102 "inspector:debugger_script", |
| 103 "inspector:injected_script_source", |
100 "inspector:instrumentation_sources", | 104 "inspector:instrumentation_sources", |
101 "inspector:protocol_sources", | 105 "inspector:protocol_sources", |
102 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 106 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", |
103 | 107 |
104 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 108 # FIXME: don't depend on bindings_modules http://crbug.com/358074 |
105 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, | 109 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, |
106 "//third_party/WebKit/Source/platform", | 110 "//third_party/WebKit/Source/platform", |
107 ] | 111 ] |
108 | 112 |
109 public_configs = [ | 113 public_configs = [ |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 ] | 417 ] |
414 | 418 |
415 configs -= core_config_remove | 419 configs -= core_config_remove |
416 configs += core_config_add | 420 configs += core_config_add |
417 | 421 |
418 configs += [ "..:inside_blink" ] | 422 configs += [ "..:inside_blink" ] |
419 | 423 |
420 public_deps = [ | 424 public_deps = [ |
421 ":make_core_generated", | 425 ":make_core_generated", |
422 ":prerequisites", | 426 ":prerequisites", |
| 427 "inspector:debugger_script", |
| 428 "inspector:injected_script_source", |
423 "inspector:instrumentation_sources", | 429 "inspector:instrumentation_sources", |
424 "inspector:protocol_sources", | 430 "inspector:protocol_sources", |
425 "//gin", | 431 "//gin", |
426 "//skia", | 432 "//skia", |
427 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 433 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", |
428 "//third_party/iccjpeg", | 434 "//third_party/iccjpeg", |
429 "//third_party/libpng", | 435 "//third_party/libpng", |
430 "//third_party/libwebp", | 436 "//third_party/libwebp", |
431 "//third_party/libxml", | 437 "//third_party/libxml", |
432 "//third_party/libxslt", | 438 "//third_party/libxslt", |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 "$blink_core_output_dir/{{source_name_part}}.h", | 1026 "$blink_core_output_dir/{{source_name_part}}.h", |
1021 ] | 1027 ] |
1022 args = [ | 1028 args = [ |
1023 "{{source}}", | 1029 "{{source}}", |
1024 rel_blink_core_gen_dir, | 1030 rel_blink_core_gen_dir, |
1025 bison_exe, | 1031 bison_exe, |
1026 ] | 1032 ] |
1027 | 1033 |
1028 deps = make_core_generated_deps | 1034 deps = make_core_generated_deps |
1029 } | 1035 } |
OLD | NEW |