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: third_party/iaccessible2/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . 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
Index: third_party/iaccessible2/BUILD.gn
diff --git a/third_party/iaccessible2/BUILD.gn b/third_party/iaccessible2/BUILD.gn
index 798f8d248d67b3938b2e2d72703f7af663d23ea5..5b2a1a57edca6142e73428258c4a09a3d600b5f9 100644
--- a/third_party/iaccessible2/BUILD.gn
+++ b/third_party/iaccessible2/BUILD.gn
@@ -15,9 +15,9 @@ midl("iaccessible2") {
# Generate a proxy DLL from the generated code.
shared_library("IAccessible2Proxy") {
sources = [
- "IAccessible2Proxy.def",
"$target_gen_dir/ia2_api_all.dlldata.c",
"$target_gen_dir/ia2_api_all_p.c",
+ "IAccessible2Proxy.def",
]
defines = [ "REGISTER_PROXY_DLL" ]

Powered by Google App Engine
This is Rietveld 408576698