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

Side by Side Diff: components/google/core/browser/BUILD.gn

Issue 2498113003: Add verification that google URL has a valid TLD. (Closed)
Patch Set: Remove a blank line Created 4 years 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 | « no previous file | components/google/core/browser/google_tld_list.h » ('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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "google_pref_names.cc", 7 "google_pref_names.cc",
8 "google_pref_names.h", 8 "google_pref_names.h",
9 "google_switches.cc", 9 "google_switches.cc",
10 "google_switches.h", 10 "google_switches.h",
11 "google_tld_list.h",
11 "google_url_tracker.cc", 12 "google_url_tracker.cc",
12 "google_url_tracker.h", 13 "google_url_tracker.h",
13 "google_url_tracker_client.cc", 14 "google_url_tracker_client.cc",
14 "google_url_tracker_client.h", 15 "google_url_tracker_client.h",
15 "google_util.cc", 16 "google_util.cc",
16 "google_util.h", 17 "google_util.h",
17 ] 18 ]
18 19
19 deps = [ 20 deps = [
20 "//base", 21 "//base",
(...skipping 17 matching lines...) Expand all
38 ] 39 ]
39 40
40 deps = [ 41 deps = [
41 ":browser", 42 ":browser",
42 "//base", 43 "//base",
43 "//components/prefs:test_support", 44 "//components/prefs:test_support",
44 "//net:test_support", 45 "//net:test_support",
45 "//testing/gtest", 46 "//testing/gtest",
46 ] 47 ]
47 } 48 }
OLDNEW
« no previous file with comments | « no previous file | components/google/core/browser/google_tld_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698