Index: ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
diff --git a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
index 443f0802860f41ba1a185572b930d904cfbc7276..63819acd3656de3319e6ea429d6dda273db45abd 100644 |
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
@@ -7,9 +7,9 @@ assert(is_nacl, |
source_set("ppapi_stub_lib") { |
sources = [ |
+ "plugin_main_irt.c", |
"ppapi_plugin_main.c", |
"ppapi_plugin_start.c", |
- "plugin_main_irt.c", |
"thread_creator.c", |
] |
} |