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

Unified Diff: components/audio_modem/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: components/audio_modem/BUILD.gn
diff --git a/components/audio_modem/BUILD.gn b/components/audio_modem/BUILD.gn
index 93c9fd6583774d474491a4bbab527d0e9a6601fa..5356e616f1f30ea84ca306c82b8193d7443e608a 100644
--- a/components/audio_modem/BUILD.gn
+++ b/components/audio_modem/BUILD.gn
@@ -4,6 +4,8 @@
static_library("audio_modem") {
sources = [
+ "audio_modem_switches.cc",
+ "audio_modem_switches.h",
"audio_player.h",
"audio_player_impl.cc",
"audio_player_impl.h",
@@ -13,11 +15,9 @@ static_library("audio_modem") {
"constants.cc",
"modem_impl.cc",
"modem_impl.h",
- "public/modem.h",
"public/audio_modem_types.h",
+ "public/modem.h",
"public/whispernet_client.h",
- "audio_modem_switches.cc",
- "audio_modem_switches.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698