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

Side by Side Diff: components/content_settings/core/common/BUILD.gn

Issue 591443002: Componentize permission_request_id.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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
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 "content_settings.cc", 7 "content_settings.cc",
8 "content_settings.h", 8 "content_settings.h",
9 "content_settings_pattern.cc", 9 "content_settings_pattern.cc",
10 "content_settings_pattern.h", 10 "content_settings_pattern.h",
11 "content_settings_pattern_parser.cc", 11 "content_settings_pattern_parser.cc",
12 "content_settings_pattern_parser.h", 12 "content_settings_pattern_parser.h",
13 "content_settings_types.h", 13 "content_settings_types.h",
14 "permission_request_id.h",
15 "permission_request_id.cc",
14 ] 16 ]
15 17
16 deps = [ 18 deps = [
17 "//base", 19 "//base",
18 "//net", 20 "//net",
19 "//url", 21 "//url",
20 ] 22 ]
21 } 23 }
22 24
23 source_set("unit_tests") { 25 source_set("unit_tests") {
24 testonly = true 26 testonly = true
25 sources = [ 27 sources = [
26 "content_settings_pattern_unittest.cc", 28 "content_settings_pattern_unittest.cc",
27 "content_settings_pattern_parser_unittest.cc", 29 "content_settings_pattern_parser_unittest.cc",
28 ] 30 ]
29 31
30 deps = [ 32 deps = [
31 ":common", 33 ":common",
32 "//testing/gmock", 34 "//testing/gmock",
33 "//testing/gtest", 35 "//testing/gtest",
34 ] 36 ]
35 } 37 }
OLDNEW
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/common/permission_request_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698