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

Side by Side Diff: components/infobars.gypi

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 8 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'infobars_core',
9 'type': 'static_library',
10 'include_dirs': [
11 '..',
12 ],
13 'dependencies': [
14 '../base/base.gyp:base',
15 '../skia/skia.gyp:skia',
16 '../ui/gfx/gfx.gyp:gfx',
17 ],
18 'sources': [
19 'infobars/core/infobar.cc',
20 'infobars/core/infobar.h',
21 'infobars/core/infobar_container.cc',
22 'infobars/core/infobar_container.h',
23 'infobars/core/infobar_delegate.cc',
24 'infobars/core/infobar_delegate.h',
25 'infobars/core/infobar_manager.cc',
26 'infobars/core/infobar_manager.h',
27 'infobars/core/infobars_switches.cc',
28 'infobars/core/infobars_switches.h',
29 ],
30 },
31 ],
32 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/infobars/DEPS » ('j') | components/infobars/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698