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

Unified Diff: mojo/public/tools/bindings/chromium_bindings_configuration.gni

Issue 2897863004: Revert of chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: Created 3 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 | « ash/shell_port.h ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/chromium_bindings_configuration.gni
diff --git a/mojo/public/tools/bindings/chromium_bindings_configuration.gni b/mojo/public/tools/bindings/chromium_bindings_configuration.gni
index 945a7814ea7ed51b4315c8315a87ee59f2962d91..6fe0750fec2041637535f19b91ec2181de090214 100644
--- a/mojo/public/tools/bindings/chromium_bindings_configuration.gni
+++ b/mojo/public/tools/bindings/chromium_bindings_configuration.gni
@@ -48,9 +48,6 @@
_typemap_imports_mac = [ "//content/common/typemaps_mac.gni" ]
-_typemap_imports_chromeos =
- [ "//ui/display/manager/chromeos/mojo/typemaps.gni" ]
-
_typemaps = []
foreach(typemap_import, _typemap_imports) {
# Avoid reassignment error by assigning to empty scope first.
@@ -84,20 +81,4 @@
} ]
}
-_typemaps_chromeos = []
-foreach(typemap_import, _typemap_imports_chromeos) {
- _imported = {
- }
- _imported = read_file(typemap_import, "scope")
- _typemaps_chromeos += _imported.typemaps
-}
-
-typemaps_chromeos = []
-foreach(typemap, _typemaps_chromeos) {
- typemaps_chromeos += [ {
- filename = typemap
- config = read_file(typemap, "scope")
- } ]
-}
-
component_macro_suffix = ""
« no previous file with comments | « ash/shell_port.h ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698