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

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

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Rebase and try again 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "audio/StereoPanner.cpp", 462 "audio/StereoPanner.cpp",
463 "audio/StereoPanner.h", 463 "audio/StereoPanner.h",
464 "audio/UpSampler.cpp", 464 "audio/UpSampler.cpp",
465 "audio/UpSampler.h", 465 "audio/UpSampler.h",
466 "audio/VectorMath.cpp", 466 "audio/VectorMath.cpp",
467 "audio/VectorMath.h", 467 "audio/VectorMath.h",
468 "audio/android/FFTFrameOpenMAXDLAndroid.cpp", 468 "audio/android/FFTFrameOpenMAXDLAndroid.cpp",
469 "audio/ffmpeg/FFTFrameFFMPEG.cpp", 469 "audio/ffmpeg/FFTFrameFFMPEG.cpp",
470 "audio/ipp/FFTFrameIPP.cpp", 470 "audio/ipp/FFTFrameIPP.cpp",
471 "audio/mac/FFTFrameMac.cpp", 471 "audio/mac/FFTFrameMac.cpp",
472 "bindings/ActiveScriptWrappable.cpp",
473 "bindings/ActiveScriptWrappable.h",
474 "bindings/ConditionalFeatures.cpp",
475 "bindings/ConditionalFeatures.h",
476 "bindings/DOMDataStore.h",
477 "bindings/DOMWrapperMap.h",
478 "bindings/DOMWrapperWorld.cpp",
479 "bindings/DOMWrapperWorld.h",
472 "bindings/Microtask.cpp", 480 "bindings/Microtask.cpp",
473 "bindings/Microtask.h", 481 "bindings/Microtask.h",
482 "bindings/ScopedPersistent.h",
483 "bindings/ScriptPromiseProperties.h",
484 "bindings/ScriptState.cpp",
485 "bindings/ScriptState.h",
486 "bindings/ScriptWrappable.cpp",
487 "bindings/ScriptWrappable.h",
488 "bindings/ScriptWrappableVisitor.cpp",
489 "bindings/ScriptWrappableVisitor.h",
490 "bindings/ScriptWrappableVisitorVerifier.h",
491 "bindings/StringResource.cpp",
492 "bindings/StringResource.h",
493 "bindings/TraceWrapperV8Reference.h",
494 "bindings/V0CustomElementBinding.cpp",
495 "bindings/V0CustomElementBinding.h",
496 "bindings/V8Binding.cpp",
497 "bindings/V8Binding.h",
498 "bindings/V8BindingMacros.h",
499 "bindings/V8DOMWrapper.cpp",
500 "bindings/V8DOMWrapper.h",
501 "bindings/V8GlobalValueMap.h",
502 "bindings/V8ObjectConstructor.cpp",
503 "bindings/V8ObjectConstructor.h",
504 "bindings/V8PerContextData.cpp",
505 "bindings/V8PerContextData.h",
506 "bindings/V8PerIsolateData.cpp",
507 "bindings/V8PerIsolateData.h",
508 "bindings/V8PrivateProperty.cpp",
509 "bindings/V8PrivateProperty.h",
510 "bindings/V8ThrowException.cpp",
511 "bindings/V8ThrowException.h",
512 "bindings/V8ValueCache.cpp",
513 "bindings/V8ValueCache.h",
514 "bindings/WrapperCreationSecurityCheck.cpp",
515 "bindings/WrapperCreationSecurityCheck.h",
516 "bindings/WrapperTypeInfo.cpp",
517 "bindings/WrapperTypeInfo.h",
474 "blob/BlobData.cpp", 518 "blob/BlobData.cpp",
475 "blob/BlobData.h", 519 "blob/BlobData.h",
476 "blob/BlobRegistry.cpp", 520 "blob/BlobRegistry.cpp",
477 "blob/BlobRegistry.h", 521 "blob/BlobRegistry.h",
478 "blob/BlobURL.cpp", 522 "blob/BlobURL.cpp",
479 "blob/BlobURL.h", 523 "blob/BlobURL.h",
480 "clipboard/ClipboardMimeTypes.cpp", 524 "clipboard/ClipboardMimeTypes.cpp",
481 "clipboard/ClipboardMimeTypes.h", 525 "clipboard/ClipboardMimeTypes.h",
482 "clipboard/ClipboardUtilities.cpp", 526 "clipboard/ClipboardUtilities.cpp",
483 "clipboard/ClipboardUtilities.h", 527 "clipboard/ClipboardUtilities.h",
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 "//third_party/libpng", 1539 "//third_party/libpng",
1496 "//third_party/libwebp", 1540 "//third_party/libwebp",
1497 "//third_party/ots", 1541 "//third_party/ots",
1498 "//url", 1542 "//url",
1499 "//v8", 1543 "//v8",
1500 ] 1544 ]
1501 deps = [ 1545 deps = [
1502 "//cc/surfaces:surfaces", 1546 "//cc/surfaces:surfaces",
1503 "//components/mime_util:mime_util", 1547 "//components/mime_util:mime_util",
1504 "//device/base/synchronization", 1548 "//device/base/synchronization",
1549 "//gin",
1505 "//mojo/public/cpp/bindings", 1550 "//mojo/public/cpp/bindings",
1506 "//mojo/public/cpp/bindings:wtf_support", 1551 "//mojo/public/cpp/bindings:wtf_support",
1507 "//services/service_manager/public/cpp", 1552 "//services/service_manager/public/cpp",
1508 "//third_party/WebKit/Source/platform/heap", 1553 "//third_party/WebKit/Source/platform/heap",
1509 "//third_party/WebKit/Source/platform/loader", 1554 "//third_party/WebKit/Source/platform/loader",
1510 "//third_party/WebKit/public:mojo_bindings_blink", 1555 "//third_party/WebKit/public:mojo_bindings_blink",
1511 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1556 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1512 "//third_party/ced", 1557 "//third_party/ced",
1513 "//third_party/harfbuzz-ng", 1558 "//third_party/harfbuzz-ng",
1514 "//third_party/icu", 1559 "//third_party/icu",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 "//third_party/WebKit/Source:config", 2214 "//third_party/WebKit/Source:config",
2170 "//third_party/WebKit/Source:inside_blink", 2215 "//third_party/WebKit/Source:inside_blink",
2171 ] 2216 ]
2172 2217
2173 deps = [ 2218 deps = [
2174 ":test_support", 2219 ":test_support",
2175 "//testing/gmock", 2220 "//testing/gmock",
2176 "//testing/gtest", 2221 "//testing/gtest",
2177 ] 2222 ]
2178 } 2223 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/mojo/MojoHandle.h ('k') | third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698