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

Unified Diff: ui/gl/init/BUILD.gn

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_tests.gyp ('k') | ui/gl/init/gl_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/BUILD.gn
diff --git a/components/image_fetcher/BUILD.gn b/ui/gl/init/BUILD.gn
similarity index 52%
copy from components/image_fetcher/BUILD.gn
copy to ui/gl/init/BUILD.gn
index ffb753a412bab78f20dede0084f2ac375e6e63e9..844ee291e5d59c58f1791c1913ba5f7f295d3965 100644
--- a/components/image_fetcher/BUILD.gn
+++ b/ui/gl/init/BUILD.gn
@@ -2,14 +2,22 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("image_fetcher") {
+component("init") {
+ output_name = "gl_init"
+
sources = [
- "image_fetcher.h",
- "image_fetcher_delegate.h",
+ "gl_factory.cc",
+ "gl_factory.h",
+ "gl_init_export.h",
]
+ defines = [ "GL_INIT_IMPLEMENTATION" ]
- public_deps = [
+ deps = [
"//base",
- "//url",
+ "//ui/gfx",
+ ]
+
+ public_deps = [
+ "//ui/gl",
]
}
« no previous file with comments | « ui/gl/gl_tests.gyp ('k') | ui/gl/init/gl_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698