Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 42285c9

Browse files
committed
Move rapidjson to flutter/third_party
1 parent 1a14c94 commit 42285c9

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ allowed_hosts = [
264264
deps = {
265265
'src': 'https://github.com/flutter/buildroot.git' + '@' + '5ced4367fee2721f6eda34802dc28b1335637c63',
266266

267-
'src/third_party/rapidjson':
267+
'src/flutter/third_party/rapidjson':
268268
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',
269269

270270
'src/third_party/harfbuzz':

common/graphics/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ source_set("graphics") {
2626
"//flutter/fml",
2727
"//flutter/shell/common:base64",
2828
"//flutter/shell/version:version",
29+
"//flutter/third_party/rapidjson",
2930
"//third_party/boringssl",
30-
"//third_party/rapidjson",
3131
"//third_party/skia",
3232
]
3333

lib/ui/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ source_set("ui") {
175175
"//flutter/impeller/runtime_stage",
176176
"//flutter/runtime:dart_plugin_registrant",
177177
"//flutter/runtime:test_font",
178+
"//flutter/third_party/rapidjson",
178179
"//flutter/third_party/tonic",
179180
"//third_party/dart/runtime/bin:dart_io_api",
180-
"//third_party/rapidjson",
181181
"//third_party/skia",
182182
"//third_party/zlib:zlib",
183183
]

runtime/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ source_set("runtime") {
9292
public_deps = [
9393
"//flutter/lib/gpu",
9494
"//flutter/lib/ui",
95-
"//third_party/rapidjson",
95+
"//flutter/third_party/rapidjson",
9696
]
9797

9898
public_configs = [ "//flutter:config" ]

shell/common/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ source_set("common") {
130130
":display",
131131
":platform_message_handler",
132132
"//flutter/shell/version",
133+
"//flutter/third_party/rapidjson",
133134
"//flutter/third_party/tonic",
134135
"//flutter/third_party/txt",
135-
"//third_party/rapidjson",
136136
]
137137

138138
deps = [
@@ -258,7 +258,7 @@ if (enable_unittests) {
258258
"//flutter/lib/ui",
259259
"//flutter/testing:dart",
260260
"//flutter/testing:fixture_test",
261-
"//third_party/rapidjson",
261+
"//flutter/third_party/rapidjson",
262262
"//third_party/skia",
263263
]
264264

shell/platform/common/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ source_set("common_cpp") {
130130

131131
public_deps = [
132132
":common_cpp_core",
133-
"//third_party/rapidjson",
133+
"//flutter/third_party/rapidjson",
134134
]
135135
}
136136

shell/platform/darwin/ios/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ source_set("ios_test_flutter_mrc") {
255255
"//flutter/shell/common:common",
256256
"//flutter/shell/platform/darwin/common:framework_common",
257257
"//flutter/shell/platform/embedder:embedder_as_internal_library",
258+
"//flutter/third_party/rapidjson",
258259
"//flutter/third_party/tonic",
259260
"//flutter/third_party/txt",
260261
"//third_party/ocmock:ocmock_shared",
261-
"//third_party/rapidjson",
262262
"//third_party/skia",
263263
]
264264

@@ -327,11 +327,11 @@ shared_library("ios_test_flutter") {
327327
"//flutter/shell/platform/darwin/common:framework_common",
328328
"//flutter/shell/platform/embedder:embedder_as_internal_library",
329329
"//flutter/shell/platform/embedder:embedder_test_utils",
330+
"//flutter/third_party/rapidjson",
330331
"//flutter/third_party/spring_animation",
331332
"//flutter/third_party/tonic",
332333
"//flutter/third_party/txt",
333334
"//third_party/ocmock:ocmock_shared",
334-
"//third_party/rapidjson",
335335
"//third_party/skia",
336336
]
337337
public_configs = [

shell/platform/fuchsia/flutter/tests/fakes/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source_set("focus") {
2828
"//build/fuchsia/pkg:sys_cpp_testing",
2929
"//flutter/lib/ui",
3030
"//flutter/testing",
31-
"//third_party/rapidjson",
31+
"//flutter/third_party/rapidjson",
3232
]
3333
}
3434

@@ -41,6 +41,6 @@ source_set("pointer") {
4141
"//build/fuchsia/pkg:sys_cpp_testing",
4242
"//flutter/lib/ui",
4343
"//flutter/testing",
44-
"//third_party/rapidjson",
44+
"//flutter/third_party/rapidjson",
4545
]
4646
}

shell/platform/glfw/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ source_set("flutter_glfw") {
6060
"//flutter/shell/platform/embedder:embedder_as_internal_library",
6161
"//flutter/shell/platform/glfw/client_wrapper:client_wrapper_glfw",
6262
"//flutter/third_party/glfw",
63-
"//third_party/rapidjson",
63+
"//flutter/third_party/rapidjson",
6464
]
6565

6666
if (is_linux) {

shell/platform/linux/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ source_set("flutter_linux_sources") {
163163
"//flutter/shell/platform/common:common_cpp_input",
164164
"//flutter/shell/platform/common:common_cpp_switches",
165165
"//flutter/shell/platform/embedder:embedder_headers",
166-
"//third_party/rapidjson",
166+
"//flutter/third_party/rapidjson",
167167
]
168168
}
169169

0 commit comments

Comments
 (0)