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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Rebase Created 3 years, 12 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "Prerender.cpp", 326 "Prerender.cpp",
327 "Prerender.h", 327 "Prerender.h",
328 "PrerenderClient.h", 328 "PrerenderClient.h",
329 "ScopedOrientationChangeIndicator.cpp", 329 "ScopedOrientationChangeIndicator.cpp",
330 "ScopedOrientationChangeIndicator.h", 330 "ScopedOrientationChangeIndicator.h",
331 "ScriptForbiddenScope.cpp", 331 "ScriptForbiddenScope.cpp",
332 "ScriptForbiddenScope.h", 332 "ScriptForbiddenScope.h",
333 "SecureTextInput.cpp", 333 "SecureTextInput.cpp",
334 "SecureTextInput.h", 334 "SecureTextInput.h",
335 "SerializedResource.h", 335 "SerializedResource.h",
336 "ServiceConnector.h",
336 "SharedBuffer.cpp", 337 "SharedBuffer.cpp",
337 "SharedBuffer.h", 338 "SharedBuffer.h",
338 "SharedBufferChunkReader.cpp", 339 "SharedBufferChunkReader.cpp",
339 "SharedBufferChunkReader.h", 340 "SharedBufferChunkReader.h",
340 "StorageQuotaCallbacks.h", 341 "StorageQuotaCallbacks.h",
341 "Supplementable.cpp", 342 "Supplementable.cpp",
342 "Supplementable.h", 343 "Supplementable.h",
343 "Theme.cpp", 344 "Theme.cpp",
344 "Theme.h", 345 "Theme.h",
345 "ThemeTypes.h", 346 "ThemeTypes.h",
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 ":make_platform_generated", 1436 ":make_platform_generated",
1436 "//base", 1437 "//base",
1437 "//cc", 1438 "//cc",
1438 "//cc/animation", 1439 "//cc/animation",
1439 "//gpu/command_buffer/client:client", 1440 "//gpu/command_buffer/client:client",
1440 "//gpu/command_buffer/client:gles2_c_lib", 1441 "//gpu/command_buffer/client:gles2_c_lib",
1441 "//gpu/command_buffer/client:gles2_interface", 1442 "//gpu/command_buffer/client:gles2_interface",
1442 "//gpu/command_buffer/common:common", 1443 "//gpu/command_buffer/common:common",
1443 "//media", 1444 "//media",
1444 "//net", 1445 "//net",
1446 "//services/service_manager/public/interfaces:interfaces_blink",
1445 "//skia", 1447 "//skia",
1446 "//third_party:jpeg", 1448 "//third_party:jpeg",
1447 "//third_party/WebKit/Source/wtf", 1449 "//third_party/WebKit/Source/wtf",
1448 "//third_party/WebKit/public:mojo_bindings_blink", 1450 "//third_party/WebKit/public:mojo_bindings_blink",
1449 "//third_party/iccjpeg", 1451 "//third_party/iccjpeg",
1450 "//third_party/libpng", 1452 "//third_party/libpng",
1451 "//third_party/libwebp", 1453 "//third_party/libwebp",
1452 "//third_party/ots", 1454 "//third_party/ots",
1453 "//url", 1455 "//url",
1454 "//v8", 1456 "//v8",
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "//third_party/WebKit/Source:config", 2072 "//third_party/WebKit/Source:config",
2071 "//third_party/WebKit/Source:inside_blink", 2073 "//third_party/WebKit/Source:inside_blink",
2072 ] 2074 ]
2073 2075
2074 deps = [ 2076 deps = [
2075 ":test_support", 2077 ":test_support",
2076 "//testing/gmock", 2078 "//testing/gmock",
2077 "//testing/gtest", 2079 "//testing/gtest",
2078 ] 2080 ]
2079 } 2081 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp ('k') | third_party/WebKit/Source/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698