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

Unified Diff: blimp/engine/BUILD.gn

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 years, 12 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 | « no previous file | components/test_runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 600754260181bc014be23fea8dc6c6a45ccfbddc..f321db451f7f8de18d090f8cabda3b97242be019 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -93,7 +93,7 @@ source_set("app") {
"//base",
"//blimp/common",
"//blimp/common/proto",
- "//blimp/engine:blob_channel_mojo_cpp_sources",
+ "//blimp/engine:blob_channel_mojo",
"//blimp/net",
"//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
"//components/crash/content/app:lib",
@@ -588,7 +588,7 @@ source_set("renderer_unit_tests") {
"//base",
"//blimp/common",
"//blimp/common:test_support",
- "//blimp/engine:blob_channel_mojo_cpp_sources",
+ "//blimp/engine:blob_channel_mojo",
"//blimp/engine:blob_channel_service",
"//blimp/net:test_support",
"//blimp/test:support",
« no previous file with comments | « no previous file | components/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698