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

Side by Side Diff: components/content_settings.gypi

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed empty DEPS Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « components/components.gyp ('k') | components/content_settings/OWNERS » ('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 'target_name': 'search', 8 # GN version: //components/content_settings/core/common
9 'type': 'static_library', 9 'target_name': 'content_settings_core_common',
10 'dependencies': [ 10 'type': 'none',
11 '../base/base.gyp:base'
12 ],
13 'include_dirs': [ 11 'include_dirs': [
14 '..', 12 '..',
15 ], 13 ],
16 'sources': [ 14 'sources': [
17 'search/search.cc', 15 # Note: sources list duplicated in GN build.
18 'search/search.h', 16 'content_settings/core/common/content_settings_types.h',
19 'search/search_switches.cc',
20 'search/search_switches.h',
21 ], 17 ],
22 }, 18 },
23 ], 19 ],
24 } 20 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/content_settings/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698