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

Unified Diff: sky/engine/platform/BUILD.gn

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/AsyncMethodRunner.h ('k') | sky/engine/platform/CalculationValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/BUILD.gn
diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
index 0252008004756277f9f272ce5b031137f1163a21..1b8d1a410e7d50c0834c72f6f8b871b8090aec45 100644
--- a/sky/engine/platform/BUILD.gn
+++ b/sky/engine/platform/BUILD.gn
@@ -417,6 +417,7 @@ component("platform") {
"graphics/ThreadSafeDataTransport.h",
"graphics/UnacceleratedImageBufferSurface.cpp",
"graphics/UnacceleratedImageBufferSurface.h",
+ "heap/Handle.h",
"HostWindow.h",
"image-decoders/bmp/BMPImageDecoder.cpp",
"image-decoders/bmp/BMPImageDecoder.h",
@@ -648,13 +649,14 @@ component("platform") {
"//base:base",
"//gpu/command_buffer/client:gles2_c_lib",
"//mojo/application",
- "//mojo/common:common",
+ "//mojo/common",
+ "//mojo/environment:chromium",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/services/public/interfaces/network",
"//skia",
- "//sky/engine/platform/heap",
"//sky/engine/wtf",
"//third_party/harfbuzz-ng",
"//third_party/iccjpeg",
@@ -663,14 +665,6 @@ component("platform") {
"//third_party/ots",
"//third_party/qcms",
"//third_party:jpeg",
- "//mojo/common",
- "//mojo/environment:chromium",
- "//mojo/public/c/system:for_shared_library",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/utility",
- "//mojo/services/public/interfaces/network",
- "//sky/engine/wtf",
- "//sky/engine/platform/heap",
"//url",
"//v8",
]
« no previous file with comments | « sky/engine/platform/AsyncMethodRunner.h ('k') | sky/engine/platform/CalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698