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

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

Issue 2892953006: WIP POC blob transport over mojo
Patch Set: pass mojo blobs over ipc Created 3 years, 7 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "bindings/V8PrivateProperty.cpp", 510 "bindings/V8PrivateProperty.cpp",
511 "bindings/V8PrivateProperty.h", 511 "bindings/V8PrivateProperty.h",
512 "bindings/V8ThrowException.cpp", 512 "bindings/V8ThrowException.cpp",
513 "bindings/V8ThrowException.h", 513 "bindings/V8ThrowException.h",
514 "bindings/V8ValueCache.cpp", 514 "bindings/V8ValueCache.cpp",
515 "bindings/V8ValueCache.h", 515 "bindings/V8ValueCache.h",
516 "bindings/WrapperCreationSecurityCheck.cpp", 516 "bindings/WrapperCreationSecurityCheck.cpp",
517 "bindings/WrapperCreationSecurityCheck.h", 517 "bindings/WrapperCreationSecurityCheck.h",
518 "bindings/WrapperTypeInfo.cpp", 518 "bindings/WrapperTypeInfo.cpp",
519 "bindings/WrapperTypeInfo.h", 519 "bindings/WrapperTypeInfo.h",
520 "blob/BlobBytesProvider.cpp",
521 "blob/BlobBytesProvider.h",
520 "blob/BlobData.cpp", 522 "blob/BlobData.cpp",
521 "blob/BlobData.h", 523 "blob/BlobData.h",
522 "blob/BlobRegistry.cpp", 524 "blob/BlobRegistry.cpp",
523 "blob/BlobRegistry.h", 525 "blob/BlobRegistry.h",
524 "blob/BlobURL.cpp", 526 "blob/BlobURL.cpp",
525 "blob/BlobURL.h", 527 "blob/BlobURL.h",
526 "clipboard/ClipboardMimeTypes.cpp", 528 "clipboard/ClipboardMimeTypes.cpp",
527 "clipboard/ClipboardMimeTypes.h", 529 "clipboard/ClipboardMimeTypes.h",
528 "clipboard/ClipboardUtilities.cpp", 530 "clipboard/ClipboardUtilities.cpp",
529 "clipboard/ClipboardUtilities.h", 531 "clipboard/ClipboardUtilities.h",
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1563 deps = [ 1565 deps = [
1564 "//cc/surfaces:surfaces", 1566 "//cc/surfaces:surfaces",
1565 "//components/mime_util:mime_util", 1567 "//components/mime_util:mime_util",
1566 "//device/base/synchronization", 1568 "//device/base/synchronization",
1567 "//gin", 1569 "//gin",
1568 "//mojo/public/cpp/bindings", 1570 "//mojo/public/cpp/bindings",
1569 "//mojo/public/cpp/bindings:wtf_support", 1571 "//mojo/public/cpp/bindings:wtf_support",
1570 "//services/service_manager/public/cpp", 1572 "//services/service_manager/public/cpp",
1571 "//third_party/WebKit/Source/platform/heap", 1573 "//third_party/WebKit/Source/platform/heap",
1572 "//third_party/WebKit/Source/platform/loader", 1574 "//third_party/WebKit/Source/platform/loader",
1575 "//third_party/WebKit/public:blob_mojo_bindings_blink",
1573 "//third_party/WebKit/public:mojo_bindings_blink", 1576 "//third_party/WebKit/public:mojo_bindings_blink",
1574 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1577 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1575 "//third_party/ced", 1578 "//third_party/ced",
1576 "//third_party/harfbuzz-ng", 1579 "//third_party/harfbuzz-ng",
1577 "//third_party/icu", 1580 "//third_party/icu",
1578 "//ui/gfx", 1581 "//ui/gfx",
1579 "//ui/gfx/geometry", 1582 "//ui/gfx/geometry",
1580 ] 1583 ]
1581 1584
1582 if (is_mac) { 1585 if (is_mac) {
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2240 "//third_party/WebKit/Source:config", 2243 "//third_party/WebKit/Source:config",
2241 "//third_party/WebKit/Source:inside_blink", 2244 "//third_party/WebKit/Source:inside_blink",
2242 ] 2245 ]
2243 2246
2244 deps = [ 2247 deps = [
2245 ":test_support", 2248 ":test_support",
2246 "//testing/gmock", 2249 "//testing/gmock",
2247 "//testing/gtest", 2250 "//testing/gtest",
2248 ] 2251 ]
2249 } 2252 }
OLDNEW
« no previous file with comments | « storage/browser/blob/blob_registry_impl.cc ('k') | third_party/WebKit/Source/platform/blob/BlobBytesProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698