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/config.gni") | 7 import("//third_party/WebKit/Source/config.gni") |
8 import("//third_party/WebKit/Source/core/core.gni") | 8 import("//third_party/WebKit/Source/core/core.gni") |
9 import("//third_party/WebKit/Source/modules/modules.gni") | 9 import("//third_party/WebKit/Source/modules/modules.gni") |
10 import("//third_party/WebKit/Source/platform/platform.gni") | 10 import("//third_party/WebKit/Source/platform/platform.gni") |
11 | 11 |
12 visibility = "//third_party/WebKit/*" | 12 visibility = [ "//third_party/WebKit/*" ] |
13 web_gypi = exec_script( | 13 web_gypi = exec_script( |
14 "//build/gypi_to_gn.py", | 14 "//build/gypi_to_gn.py", |
15 [ rebase_path("web.gypi") ], | 15 [ rebase_path("web.gypi") ], |
16 "scope", | 16 "scope", |
17 [ "web.gypi" ]) | 17 [ "web.gypi" ]) |
18 | 18 |
19 | 19 |
20 component("web") { | 20 component("web") { |
21 output_name = "blink_web" | 21 output_name = "blink_web" |
22 | 22 |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 | 118 |
119 configs += [ "//third_party/WebKit/Source:inside_blink" ] | 119 configs += [ "//third_party/WebKit/Source:inside_blink" ] |
120 | 120 |
121 sources += web_gypi.web_unittest_files | 121 sources += web_gypi.web_unittest_files |
122 sources += bindings_unittest_files | 122 sources += bindings_unittest_files |
123 sources += core_unittest_files | 123 sources += core_unittest_files |
124 sources += modules_unittest_files | 124 sources += modules_unittest_files |
125 sources += platform_web_unittest_files | 125 sources += platform_web_unittest_files |
126 } | 126 } |
127 } | 127 } |
OLD | NEW |