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

Side by Side Diff: url/BUILD.gn

Issue 1755363003: Revert of Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « extensions/utility/unpacker.cc ('k') | url/ipc/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "url_parse_unittest.cc", 125 "url_parse_unittest.cc",
126 "url_test_utils.h", 126 "url_test_utils.h",
127 "url_util_unittest.cc", 127 "url_util_unittest.cc",
128 ] 128 ]
129 129
130 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 130 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
131 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 131 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
132 132
133 deps = [ 133 deps = [
134 ":url", 134 ":url",
135 "ipc:url_ipc",
136 "//base", 135 "//base",
137 "//base/test:run_all_unittests", 136 "//base/test:run_all_unittests",
138 "//testing/gtest", 137 "//testing/gtest",
139 "//third_party/icu:icuuc", 138 "//third_party/icu:icuuc",
140 ] 139 ]
141 } 140 }
142 } 141 }
OLDNEW
« no previous file with comments | « extensions/utility/unpacker.cc ('k') | url/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698