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

Side by Side Diff: components/content_settings.gypi

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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/common/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 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/content_settings/core/browser 8 # GN version: //components/content_settings/core/browser
9 'target_name': 'content_settings_core_browser', 9 'target_name': 'content_settings_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 # Note: sources list duplicated in GN build. 47 # Note: sources list duplicated in GN build.
48 'content_settings/core/common/content_settings.cc', 48 'content_settings/core/common/content_settings.cc',
49 'content_settings/core/common/content_settings.h', 49 'content_settings/core/common/content_settings.h',
50 'content_settings/core/common/content_settings_pattern.cc', 50 'content_settings/core/common/content_settings_pattern.cc',
51 'content_settings/core/common/content_settings_pattern.h', 51 'content_settings/core/common/content_settings_pattern.h',
52 'content_settings/core/common/content_settings_pattern_parser.cc', 52 'content_settings/core/common/content_settings_pattern_parser.cc',
53 'content_settings/core/common/content_settings_pattern_parser.h', 53 'content_settings/core/common/content_settings_pattern_parser.h',
54 'content_settings/core/common/content_settings_types.h', 54 'content_settings/core/common/content_settings_types.h',
55 'content_settings/core/common/permission_request_id.h',
56 'content_settings/core/common/permission_request_id.cc',
55 ], 57 ],
56 }, 58 },
57 ], 59 ],
58 } 60 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698