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

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

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

Powered by Google App Engine
This is Rietveld 408576698