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

Side by Side Diff: components/copresence/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("copresence") { 5 source_set("copresence") {
6 sources = [ 6 sources = [
7 "copresence_manager_impl.cc", 7 "copresence_manager_impl.cc",
8 "copresence_state_impl.cc", 8 "copresence_state_impl.cc",
9 "copresence_state_impl.h", 9 "copresence_state_impl.h",
10 "copresence_switches.cc", 10 "copresence_switches.cc",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "timed_map_unittest.cc", 74 "timed_map_unittest.cc",
75 ] 75 ]
76 deps = [ 76 deps = [
77 ":test_support", 77 ":test_support",
78 "//base", 78 "//base",
79 "//base/test:test_support", 79 "//base/test:test_support",
80 "//components/audio_modem:test_support", 80 "//components/audio_modem:test_support",
81 "//components/copresence/proto", 81 "//components/copresence/proto",
82 "//components/gcm_driver:test_support", 82 "//components/gcm_driver:test_support",
83 "//net:test_support", 83 "//net:test_support",
84 "//testing/gmock",
84 "//testing/gtest", 85 "//testing/gtest",
85 "//testing/gmock",
86 ] 86 ]
87 } 87 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698