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

Side by Side Diff: url/ipc/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 | « url/BUILD.gn ('k') | url/ipc/url_ipc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//testing/test.gni")
6
7 component("url_ipc") {
8 sources = [
9 "url_ipc_export.h",
10 "url_param_traits.cc",
11 "url_param_traits.h",
12 ]
13
14 defines = [ "URL_IPC_IMPLEMENTATION" ]
15
16 public_deps = [
17 "//ipc",
18 "//url",
19 ]
20 deps = [
21 "//base",
22 ]
23 }
24
25 test("url_ipc_unittests") {
26 sources = [
27 "url_param_traits_unittest.cc",
28 ]
29
30 deps = [
31 ":url_ipc",
32 "//base",
33 "//base/test:run_all_unittests",
34 "//ipc:test_support",
35 "//testing/gtest",
36 "//url:url",
37 ]
38 }
OLDNEW
« no previous file with comments | « url/BUILD.gn ('k') | url/ipc/url_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698