Skip to content

Commit

Permalink
os: Drop os-i-want-everything target
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Oct 29, 2023
1 parent 74c23db commit a90ed24
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion browser/gui/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cc_binary(
"//gfx:opengl",
"//gfx:sfml",
"//layout",
"//os",
"//os:system_info",
"//protocol",
"//render",
"//uri",
Expand Down
2 changes: 1 addition & 1 deletion browser/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "browser/gui/app.h"

#include "os/os.h"
#include "os/system_info.h"

#include <spdlog/cfg/env.h>
#include <spdlog/sinks/dup_filter_sink.h>
Expand Down
2 changes: 1 addition & 1 deletion gfx/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
":gfx",
"//os",
"//os:xdg",
"//util:string",
"@sfml//:graphics",
"@spdlog",
Expand Down
2 changes: 1 addition & 1 deletion gfx/sfml_canvas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "gfx/sfml_canvas.h"

#include "os/os.h"
#include "os/xdg.h"
#include "util/string.h"

#include <SFML/Graphics/RectangleShape.hpp>
Expand Down
11 changes: 0 additions & 11 deletions os/BUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
load("//bzl:copts.bzl", "HASTUR_COPTS")

cc_library(
name = "os",
hdrs = ["os.h"],
visibility = ["//visibility:public"],
deps = [
":memory",
":system_info",
":xdg",
],
)

cc_library(
name = "windows_setup",
hdrs = ["windows_setup.h"],
Expand Down
12 changes: 0 additions & 12 deletions os/os.h

This file was deleted.

0 comments on commit a90ed24

Please sign in to comment.