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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 893073002: Start showing basic infobars for manifest apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments Created 5 years, 10 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/browser/android/banners/app_banner_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 11 matching lines...) Expand all
22 'browser/about_flags.h', 22 'browser/about_flags.h',
23 'browser/android/accessibility/font_size_prefs_android.cc', 23 'browser/android/accessibility/font_size_prefs_android.cc',
24 'browser/android/accessibility/font_size_prefs_android.h', 24 'browser/android/accessibility/font_size_prefs_android.h',
25 'browser/android/accessibility_util.cc', 25 'browser/android/accessibility_util.cc',
26 'browser/android/accessibility_util.h', 26 'browser/android/accessibility_util.h',
27 'browser/android/activity_type_id_list.h', 27 'browser/android/activity_type_id_list.h',
28 'browser/android/activity_type_ids.cc', 28 'browser/android/activity_type_ids.cc',
29 'browser/android/activity_type_ids.h', 29 'browser/android/activity_type_ids.h',
30 'browser/android/appmenu/app_menu_drag_helper.cc', 30 'browser/android/appmenu/app_menu_drag_helper.cc',
31 'browser/android/appmenu/app_menu_drag_helper.h', 31 'browser/android/appmenu/app_menu_drag_helper.h',
32 'browser/android/banners/app_banner_infobar_delegate.cc',
33 'browser/android/banners/app_banner_infobar_delegate.h',
32 'browser/android/banners/app_banner_manager.cc', 34 'browser/android/banners/app_banner_manager.cc',
33 'browser/android/banners/app_banner_manager.h', 35 'browser/android/banners/app_banner_manager.h',
34 'browser/android/banners/app_banner_metrics_id_list.h', 36 'browser/android/banners/app_banner_metrics_id_list.h',
35 'browser/android/banners/app_banner_metrics_ids.h', 37 'browser/android/banners/app_banner_metrics_ids.h',
36 'browser/android/banners/app_banner_settings_helper.cc', 38 'browser/android/banners/app_banner_settings_helper.cc',
37 'browser/android/banners/app_banner_settings_helper.h', 39 'browser/android/banners/app_banner_settings_helper.h',
38 'browser/android/banners/app_banner_utilities.cc', 40 'browser/android/banners/app_banner_utilities.cc',
39 'browser/android/banners/app_banner_utilities.h', 41 'browser/android/banners/app_banner_utilities.h',
40 'browser/android/bookmarks/bookmarks_bridge.cc', 42 'browser/android/bookmarks/bookmarks_bridge.cc',
41 'browser/android/bookmarks/bookmarks_bridge.h', 43 'browser/android/bookmarks/bookmarks_bridge.h',
(...skipping 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3688 'variables': { 3690 'variables': {
3689 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3691 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3690 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3692 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3691 }, 3693 },
3692 'includes': [ '../build/protoc.gypi' ] 3694 'includes': [ '../build/protoc.gypi' ]
3693 }, 3695 },
3694 ], 3696 ],
3695 },], 3697 },],
3696 ], 3698 ],
3697 } 3699 }
OLDNEW
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698