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

Unified Diff: extensions/browser/api/bluetooth_socket/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . Created 4 years, 3 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
Index: extensions/browser/api/bluetooth_socket/BUILD.gn
diff --git a/ui/gfx/range/BUILD.gn b/extensions/browser/api/bluetooth_socket/BUILD.gn
similarity index 55%
copy from ui/gfx/range/BUILD.gn
copy to extensions/browser/api/bluetooth_socket/BUILD.gn
index 2b9036f388df22c9c4ce95cb85ce5f82292b21d3..88a6104d9705cf48553478c61f5e1f023db53c6f 100644
--- a/ui/gfx/range/BUILD.gn
+++ b/extensions/browser/api/bluetooth_socket/BUILD.gn
@@ -2,15 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-component("range") {
+source_set("bluetooth_socket") {
sources = [
- "gfx_range_export.h",
- "range.cc",
- "range.h",
- "range_f.cc",
- "range_f.h",
- "range_mac.mm",
- "range_win.cc",
+ "bluetooth_api_socket.cc",
+ "bluetooth_api_socket.h",
+ "bluetooth_socket_api.cc",
+ "bluetooth_socket_api.h",
+ "bluetooth_socket_event_dispatcher.cc",
+ "bluetooth_socket_event_dispatcher.h",
]
configs += [
@@ -18,10 +17,7 @@ component("range") {
"//build/config/compiler:no_size_t_to_int_warning",
]
- defines = [ "GFX_RANGE_IMPLEMENTATION" ]
-
deps = [
- "//base",
- "//ui/gfx:gfx_export",
+ "//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698