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

Unified Diff: content/plugin/BUILD.gn

Issue 922983002: Sort GN files under content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 | « content/gpu/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/BUILD.gn
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn
index fec2ab79ffd801eb72fee5863d534c9a5da6c9bb..cb1bc182ba1437143a86f4ae3a7af5bc7e7aaa20 100644
--- a/content/plugin/BUILD.gn
+++ b/content/plugin/BUILD.gn
@@ -14,8 +14,8 @@ if (enable_plugins && !is_linux) {
sources = [
"plugin_channel.cc",
"plugin_channel.h",
- "plugin_interpose_util_mac.mm",
"plugin_interpose_util_mac.h",
+ "plugin_interpose_util_mac.mm",
"plugin_main.cc",
"plugin_main_mac.mm",
"plugin_thread.cc",
« no previous file with comments | « content/gpu/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698