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

Unified Diff: components/arc/BUILD.gn

Issue 2503633003: arc: enable use_new_wrapper_types for app.mojom (Closed)
Patch Set: rebase again Created 4 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index ead259d3afcfd61023b361f1a12fabebc8de9990..2a28210490d2a3beb170ab079bc36b10bbbdfa4b 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -127,7 +127,6 @@ static_library("arc_base") {
# TODO(crbug.com/662510): Remove this altogether.
mojom("arc_bindings_old_types") {
sources = [
- "common/app.mojom",
"common/bitmap.mojom",
"common/bluetooth.mojom",
"common/enterprise_reporting.mojom",
@@ -145,6 +144,7 @@ mojom("arc_bindings_old_types") {
mojom("arc_bindings") {
sources = [
+ "common/app.mojom",
"common/arc_bridge.mojom",
"common/audio.mojom",
"common/auth.mojom",
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc ('k') | components/arc/test/fake_app_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698