| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 visibility = [ | 196 visibility = [ |
| 197 "//third_party/WebKit/*", | 197 "//third_party/WebKit/*", |
| 198 "//url/mojo:url_mojom_origin_blink_cpp_sources", | 198 "//url/mojo:url_mojom_origin_blink_cpp_sources", |
| 199 "//url/mojo:url_mojom_gurl_blink_cpp_sources", | 199 "//url/mojo:url_mojom_gurl_blink_cpp_sources", |
| 200 ] | 200 ] |
| 201 output_name = "blink_platform" | 201 output_name = "blink_platform" |
| 202 | 202 |
| 203 sources = [ | 203 sources = [ |
| 204 "AsyncFileSystemCallbacks.h", | 204 "AsyncFileSystemCallbacks.h", |
| 205 "CalculationValue.h", | 205 "CalculationValue.h", |
| 206 "CheckedInt.h", | |
| 207 "ContentDecryptionModuleResult.h", | 206 "ContentDecryptionModuleResult.h", |
| 208 "ContentSettingCallbacks.cpp", | 207 "ContentSettingCallbacks.cpp", |
| 209 "ContentSettingCallbacks.h", | 208 "ContentSettingCallbacks.h", |
| 210 "ContentType.cpp", | 209 "ContentType.cpp", |
| 211 "ContentType.h", | 210 "ContentType.h", |
| 212 "ContextMenu.cpp", | 211 "ContextMenu.cpp", |
| 213 "ContextMenu.h", | 212 "ContextMenu.h", |
| 214 "ContextMenuItem.cpp", | 213 "ContextMenuItem.cpp", |
| 215 "ContextMenuItem.h", | 214 "ContextMenuItem.h", |
| 216 "CrossThreadCopier.cpp", | 215 "CrossThreadCopier.cpp", |
| (...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1952 "//third_party/WebKit/Source:inside_blink", | 1951 "//third_party/WebKit/Source:inside_blink", |
| 1953 ] | 1952 ] |
| 1954 | 1953 |
| 1955 deps = [ | 1954 deps = [ |
| 1956 ":test_support", | 1955 ":test_support", |
| 1957 "//cc/surfaces:surface_id", | 1956 "//cc/surfaces:surface_id", |
| 1958 "//testing/gmock", | 1957 "//testing/gmock", |
| 1959 "//testing/gtest", | 1958 "//testing/gtest", |
| 1960 ] | 1959 ] |
| 1961 } | 1960 } |
| OLD | NEW |