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

Unified Diff: Source/BUILD.gn

Issue 329993006: Implement main blink target in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/BUILD.gn
diff --git a/Source/BUILD.gn b/Source/BUILD.gn
index 002dabbcd93639a0d150dac6265327751db860ee..f79fb727e12a6b7416d3cb598ccb569adeaffe3c 100644
--- a/Source/BUILD.gn
+++ b/Source/BUILD.gn
@@ -7,6 +7,8 @@ if (is_clang) {
import("//build/config/clang/clang.gni")
}
+visibility = "//third_party/WebKit/*"
+
# features ---------------------------------------------------------------------
config("features") {
@@ -78,11 +80,3 @@ config("non_test_config") {
cflags += [ "-Wglobal-constructors" ]
}
}
-
-# stubs ------------------------------------------------------------------------
-
-# These set up include paths for targets that haven't been converted yet. They
-# can be removed when the corresponding targets have been converted to GN.
-config("npapi_stub") {
- include_dirs = [ "//third_party/npapi", "//third_party/npapi/bindings" ]
-}
« no previous file with comments | « no previous file | Source/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698