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

Side by Side Diff: components/infobars.gypi

Issue 824033002: Componentize SimpleAlertInfoBarDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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
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 # GN version: //components/infobars/core
9 'target_name': 'infobars_core', 9 'target_name': 'infobars_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 17 matching lines...) Expand all
28 'infobars/core/infobar.cc', 28 'infobars/core/infobar.cc',
29 'infobars/core/infobar.h', 29 'infobars/core/infobar.h',
30 'infobars/core/infobar_container.cc', 30 'infobars/core/infobar_container.cc',
31 'infobars/core/infobar_container.h', 31 'infobars/core/infobar_container.h',
32 'infobars/core/infobar_delegate.cc', 32 'infobars/core/infobar_delegate.cc',
33 'infobars/core/infobar_delegate.h', 33 'infobars/core/infobar_delegate.h',
34 'infobars/core/infobar_manager.cc', 34 'infobars/core/infobar_manager.cc',
35 'infobars/core/infobar_manager.h', 35 'infobars/core/infobar_manager.h',
36 'infobars/core/infobars_switches.cc', 36 'infobars/core/infobars_switches.cc',
37 'infobars/core/infobars_switches.h', 37 'infobars/core/infobars_switches.h',
38 'infobars/core/simple_alert_infobar_delegate.cc',
39 'infobars/core/simple_alert_infobar_delegate.h',
38 ], 40 ],
39 }, 41 },
40 ], 42 ],
41 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698