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

Unified Diff: content/gpu/BUILD.gn

Issue 922983002: Sort GN files under content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 | « content/browser/BUILD.gn ('k') | content/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 2a86d5ce1a2c93e261ac3a73859fc1eba423c650..1056468129f617531f0aa61743365198a0c5e2e4 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -9,11 +9,11 @@ source_set("gpu") {
visibility = [ "//content/*" ]
sources = [
+ "gpu_child_thread.cc",
+ "gpu_child_thread.h",
"gpu_main.cc",
"gpu_process.cc",
"gpu_process.h",
- "gpu_child_thread.cc",
- "gpu_child_thread.h",
"gpu_watchdog_thread.cc",
"gpu_watchdog_thread.h",
"in_process_gpu_thread.cc",
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698