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

Side by Side Diff: components/error_page/common/BUILD.gn

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase 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 | « components/BUILD.gn ('k') | components/error_page/common/localized_error.cc » ('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("common") { 5 static_library("common") {
6 sources = [ 6 sources = [
7 "error_page_params.cc", 7 "error_page_params.cc",
8 "error_page_params.h", 8 "error_page_params.h",
9 "error_page_switches.cc", 9 "error_page_switches.cc",
10 "error_page_switches.h", 10 "error_page_switches.h",
11 "localized_error.cc", 11 "localized_error.cc",
12 "localized_error.h", 12 "localized_error.h",
13 "net_error_info.cc", 13 "net_error_info.cc",
14 "net_error_info.h", 14 "net_error_info.h",
15 ] 15 ]
16 16
17 deps = [ 17 deps = [
18 "//base", 18 "//base",
19 "//base:i18n", 19 "//base:i18n",
20 "//components/offline_pages:switches", 20 "//components/offline_pages/core:switches",
21 "//components/strings", 21 "//components/strings",
22 "//components/url_formatter", 22 "//components/url_formatter",
23 "//net", 23 "//net",
24 "//ui/base", 24 "//ui/base",
25 "//url", 25 "//url",
26 ] 26 ]
27 } 27 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/error_page/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698