Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2775483003: Use public Service Manager Connector API in Blink (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 "//third_party/ots", 1476 "//third_party/ots",
1477 "//url", 1477 "//url",
1478 "//v8", 1478 "//v8",
1479 ] 1479 ]
1480 deps = [ 1480 deps = [
1481 "//cc/surfaces:surfaces", 1481 "//cc/surfaces:surfaces",
1482 "//components/mime_util:mime_util", 1482 "//components/mime_util:mime_util",
1483 "//device/base/synchronization", 1483 "//device/base/synchronization",
1484 "//mojo/public/cpp/bindings", 1484 "//mojo/public/cpp/bindings",
1485 "//mojo/public/cpp/bindings:wtf_support", 1485 "//mojo/public/cpp/bindings:wtf_support",
1486 "//services/service_manager/public/cpp",
1486 "//third_party/WebKit/Source/platform/heap", 1487 "//third_party/WebKit/Source/platform/heap",
1487 "//third_party/WebKit/Source/platform/loader", 1488 "//third_party/WebKit/Source/platform/loader",
1488 "//third_party/WebKit/public:mojo_bindings_blink", 1489 "//third_party/WebKit/public:mojo_bindings_blink",
1489 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1490 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1490 "//third_party/ced", 1491 "//third_party/ced",
1491 "//third_party/harfbuzz-ng", 1492 "//third_party/harfbuzz-ng",
1492 "//third_party/icu", 1493 "//third_party/icu",
1493 "//ui/gfx", 1494 "//ui/gfx",
1494 "//ui/gfx/geometry", 1495 "//ui/gfx/geometry",
1495 ] 1496 ]
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 "//third_party/WebKit/Source:config", 2145 "//third_party/WebKit/Source:config",
2145 "//third_party/WebKit/Source:inside_blink", 2146 "//third_party/WebKit/Source:inside_blink",
2146 ] 2147 ]
2147 2148
2148 deps = [ 2149 deps = [
2149 ":test_support", 2150 ":test_support",
2150 "//testing/gmock", 2151 "//testing/gmock",
2151 "//testing/gtest", 2152 "//testing/gtest",
2152 ] 2153 ]
2153 } 2154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698