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

Side by Side Diff: google_apis/gcm/BUILD.gn

Issue 2108643003: [GN] Add //build/config/compiler:wexit_time_destructors everywhere it is in GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « content/public/child/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 component("gcm") { 8 component("gcm") {
9 sources = [ 9 sources = [
10 "base/gcm_util.cc", 10 "base/gcm_util.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "engine/mcs_client.h", 49 "engine/mcs_client.h",
50 "engine/registration_request.cc", 50 "engine/registration_request.cc",
51 "engine/registration_request.h", 51 "engine/registration_request.h",
52 "engine/unregistration_request.cc", 52 "engine/unregistration_request.cc",
53 "engine/unregistration_request.h", 53 "engine/unregistration_request.h",
54 "monitoring/gcm_stats_recorder.h", 54 "monitoring/gcm_stats_recorder.h",
55 ] 55 ]
56 56
57 defines = [ "GCM_IMPLEMENTATION" ] 57 defines = [ "GCM_IMPLEMENTATION" ]
58 58
59 configs += [ "//build/config/compiler:wexit_time_destructors" ]
60
59 public_deps = [ 61 public_deps = [
60 ":proto", 62 ":proto",
61 ] 63 ]
62 deps = [ 64 deps = [
63 "//base", 65 "//base",
64 "//base/third_party/dynamic_annotations", 66 "//base/third_party/dynamic_annotations",
65 "//net", 67 "//net",
66 "//third_party/leveldatabase", 68 "//third_party/leveldatabase",
67 "//url", 69 "//url",
68 ] 70 ]
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 ":gcm", 151 ":gcm",
150 ":test_support", 152 ":test_support",
151 "//base", 153 "//base",
152 "//base/test:run_all_unittests", 154 "//base/test:run_all_unittests",
153 "//net", 155 "//net",
154 "//net:test_support", 156 "//net:test_support",
155 "//testing/gtest", 157 "//testing/gtest",
156 "//third_party/protobuf:protobuf_lite", 158 "//third_party/protobuf:protobuf_lite",
157 ] 159 ]
158 } 160 }
OLDNEW
« no previous file with comments | « content/public/child/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698