| 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/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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "inspector:instrumentation_sources", | 56 "inspector:instrumentation_sources", |
| 57 "//gin", | 57 "//gin", |
| 58 "//skia", | 58 "//skia", |
| 59 "//third_party/iccjpeg", | 59 "//third_party/iccjpeg", |
| 60 "//third_party/libpng", | 60 "//third_party/libpng", |
| 61 "//third_party/libwebp", | 61 "//third_party/libwebp", |
| 62 "//third_party/libxml", | 62 "//third_party/libxml", |
| 63 "//third_party/libxslt", | 63 "//third_party/libxslt", |
| 64 "//third_party/npapi", | 64 "//third_party/npapi", |
| 65 "//third_party/qcms", | 65 "//third_party/qcms", |
| 66 "//third_party/snappy", |
| 66 "//third_party/sqlite", | 67 "//third_party/sqlite", |
| 67 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 68 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", |
| 68 # FIXME: don't depend on bindings/modules http://crbug.com/358074 | 69 # FIXME: don't depend on bindings/modules http://crbug.com/358074 |
| 69 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", | 70 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", |
| 70 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, | 71 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
, |
| 71 "//third_party/WebKit/Source/platform:make_platform_generated", | 72 "//third_party/WebKit/Source/platform:make_platform_generated", |
| 72 "//third_party/WebKit/Source/wtf", | 73 "//third_party/WebKit/Source/wtf", |
| 73 "//url", | 74 "//url", |
| 74 "//v8", | 75 "//v8", |
| 75 ] | 76 ] |
| 76 } | 77 } |
| 77 | 78 |
| 78 # GYP version: WebKit/Source/core/core.gyp:webcore_prerequisites | 79 # GYP version: WebKit/Source/core/core.gyp:webcore_prerequisites |
| 79 source_set("prerequisites") { | 80 source_set("prerequisites") { |
| 80 public_deps = [ | 81 public_deps = [ |
| 81 "//third_party/WebKit/Source/wtf", | 82 "//third_party/WebKit/Source/wtf", |
| 82 "//gpu/command_buffer/client:gles2_c_lib", | 83 "//gpu/command_buffer/client:gles2_c_lib", |
| 83 "//skia", | 84 "//skia", |
| 84 "//third_party/angle:translator", | 85 "//third_party/angle:translator", |
| 85 "//third_party/iccjpeg", | 86 "//third_party/iccjpeg", |
| 86 "//third_party/libpng", | 87 "//third_party/libpng", |
| 87 "//third_party/libwebp", | 88 "//third_party/libwebp", |
| 88 "//third_party/libxml", | 89 "//third_party/libxml", |
| 89 "//third_party/libxslt", | 90 "//third_party/libxslt", |
| 90 "//third_party/npapi", | 91 "//third_party/npapi", |
| 91 "//third_party/ots", | 92 "//third_party/ots", |
| 92 "//third_party/qcms", | 93 "//third_party/qcms", |
| 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", |
| 100 "inspector:protocol_sources", | 102 "inspector:protocol_sources", |
| 101 "inspector:instrumentation_sources", | 103 "inspector:instrumentation_sources", |
| 102 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 104 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", |
| (...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 "$blink_core_output_dir/{{source_name_part}}.h", | 1068 "$blink_core_output_dir/{{source_name_part}}.h", |
| 1067 ] | 1069 ] |
| 1068 args = [ | 1070 args = [ |
| 1069 "{{source}}", | 1071 "{{source}}", |
| 1070 rel_blink_core_gen_dir, | 1072 rel_blink_core_gen_dir, |
| 1071 bison_exe, | 1073 bison_exe, |
| 1072 ] | 1074 ] |
| 1073 | 1075 |
| 1074 deps = make_core_generated_deps | 1076 deps = make_core_generated_deps |
| 1075 } | 1077 } |
| OLD | NEW |