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

Side by Side Diff: components/infobars.gypi

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android 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/google/core/browser/BUILD.gn ('k') | components/infobars/core/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/infobars/core
8 'target_name': 'infobars_core', 9 'target_name': 'infobars_core',
9 'type': 'static_library', 10 'type': 'static_library',
10 'include_dirs': [ 11 'include_dirs': [
11 '..', 12 '..',
12 ], 13 ],
13 'dependencies': [ 14 'dependencies': [
14 '../base/base.gyp:base', 15 '../base/base.gyp:base',
15 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
16 '../ui/gfx/gfx.gyp:gfx', 17 '../ui/gfx/gfx.gyp:gfx',
17 '../ui/strings/ui_strings.gyp:ui_strings', 18 '../ui/strings/ui_strings.gyp:ui_strings',
18 ], 19 ],
19 'sources': [ 20 'sources': [
21 # Note: sources duplicated in GN build.
20 'infobars/core/confirm_infobar_delegate.cc', 22 'infobars/core/confirm_infobar_delegate.cc',
21 'infobars/core/confirm_infobar_delegate.h', 23 'infobars/core/confirm_infobar_delegate.h',
22 'infobars/core/infobar.cc', 24 'infobars/core/infobar.cc',
23 'infobars/core/infobar.h', 25 'infobars/core/infobar.h',
24 'infobars/core/infobar_android.cc', 26 'infobars/core/infobar_android.cc',
25 'infobars/core/infobar_container.cc', 27 'infobars/core/infobar_container.cc',
26 'infobars/core/infobar_container.h', 28 'infobars/core/infobar_container.h',
27 'infobars/core/infobar_delegate.cc', 29 'infobars/core/infobar_delegate.cc',
28 'infobars/core/infobar_delegate.h', 30 'infobars/core/infobar_delegate.h',
29 'infobars/core/infobar_manager.cc', 31 'infobars/core/infobar_manager.cc',
30 'infobars/core/infobar_manager.h', 32 'infobars/core/infobar_manager.h',
31 'infobars/core/infobars_switches.cc', 33 'infobars/core/infobars_switches.cc',
32 'infobars/core/infobars_switches.h', 34 'infobars/core/infobars_switches.h',
33 ], 35 ],
34 }, 36 },
35 { 37 {
38 # GN version: //components/infobars/test:test_support
36 'target_name': 'infobars_test_support', 39 'target_name': 'infobars_test_support',
37 'type': 'static_library', 40 'type': 'static_library',
38 'include_dirs': [ 41 'include_dirs': [
39 '..', 42 '..',
40 ], 43 ],
41 'dependencies': [ 44 'dependencies': [
42 '../base/base.gyp:base', 45 '../base/base.gyp:base',
43 '../skia/skia.gyp:skia', 46 '../skia/skia.gyp:skia',
44 ], 47 ],
45 'sources': [ 48 'sources': [
49 # Note: sources list duplicated in GN build.
46 'infobars/test/infobar_test.cc', 50 'infobars/test/infobar_test.cc',
47 ], 51 ],
48 }, 52 },
49 ], 53 ],
50 } 54 }
OLDNEW
« no previous file with comments | « components/google/core/browser/BUILD.gn ('k') | components/infobars/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698