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

Side by Side Diff: components/content_settings.gypi

Issue 1166603002: Move PermissionRequestID to chrome/browser/permissions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_rfh
Patch Set: fix build Created 5 years, 6 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ], 74 ],
75 'sources': [ 75 'sources': [
76 # Note: sources list duplicated in GN build. 76 # Note: sources list duplicated in GN build.
77 'content_settings/core/common/content_settings.cc', 77 'content_settings/core/common/content_settings.cc',
78 'content_settings/core/common/content_settings.h', 78 'content_settings/core/common/content_settings.h',
79 'content_settings/core/common/content_settings_pattern.cc', 79 'content_settings/core/common/content_settings_pattern.cc',
80 'content_settings/core/common/content_settings_pattern.h', 80 'content_settings/core/common/content_settings_pattern.h',
81 'content_settings/core/common/content_settings_pattern_parser.cc', 81 'content_settings/core/common/content_settings_pattern_parser.cc',
82 'content_settings/core/common/content_settings_pattern_parser.h', 82 'content_settings/core/common/content_settings_pattern_parser.h',
83 'content_settings/core/common/content_settings_types.h', 83 'content_settings/core/common/content_settings_types.h',
84 'content_settings/core/common/permission_request_id.cc',
85 'content_settings/core/common/permission_request_id.h',
86 'content_settings/core/common/pref_names.cc', 84 'content_settings/core/common/pref_names.cc',
87 'content_settings/core/common/pref_names.h', 85 'content_settings/core/common/pref_names.h',
88 ], 86 ],
89 }, 87 },
90 { 88 {
91 # GN version: //components/content_settings/core/test:test_support 89 # GN version: //components/content_settings/core/test:test_support
92 'target_name': 'content_settings_core_test_support', 90 'target_name': 'content_settings_core_test_support',
93 'type': 'static_library', 91 'type': 'static_library',
94 'dependencies': [ 92 'dependencies': [
95 'content_settings_core_browser', 93 'content_settings_core_browser',
(...skipping 25 matching lines...) Expand all
121 ], 119 ],
122 'sources': [ 120 'sources': [
123 # Note: sources list duplicated in GN build. 121 # Note: sources list duplicated in GN build.
124 'content_settings/content/common/content_settings_message_generator.cc', 122 'content_settings/content/common/content_settings_message_generator.cc',
125 'content_settings/content/common/content_settings_message_generator.h', 123 'content_settings/content/common/content_settings_message_generator.h',
126 'content_settings/content/common/content_settings_messages.h', 124 'content_settings/content/common/content_settings_messages.h',
127 ], 125 ],
128 }, 126 },
129 ], 127 ],
130 } 128 }
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