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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8400027: Add code to prompt for browser login during app notification setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add virtual destructor to interface class Created 9 years, 1 month 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 | « chrome/browser/extensions/extension_tab_helper.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 'browser/download/save_package_file_picker.cc', 939 'browser/download/save_package_file_picker.cc',
940 'browser/download/save_package_file_picker.h', 940 'browser/download/save_package_file_picker.h',
941 'browser/enumerate_modules_model_win.cc', 941 'browser/enumerate_modules_model_win.cc',
942 'browser/enumerate_modules_model_win.h', 942 'browser/enumerate_modules_model_win.h',
943 'browser/event_disposition.cc', 943 'browser/event_disposition.cc',
944 'browser/event_disposition.h', 944 'browser/event_disposition.h',
945 'browser/extensions/app_notification.cc', 945 'browser/extensions/app_notification.cc',
946 'browser/extensions/app_notification.h', 946 'browser/extensions/app_notification.h',
947 'browser/extensions/app_notification_manager.cc', 947 'browser/extensions/app_notification_manager.cc',
948 'browser/extensions/app_notification_manager.h', 948 'browser/extensions/app_notification_manager.h',
949 'browser/extensions/app_notify_channel_ui.cc',
950 'browser/extensions/app_notify_channel_ui.h',
949 'browser/extensions/app_notify_channel_setup.cc', 951 'browser/extensions/app_notify_channel_setup.cc',
950 'browser/extensions/app_notify_channel_setup.h', 952 'browser/extensions/app_notify_channel_setup.h',
951 'browser/extensions/app_notification_storage.cc', 953 'browser/extensions/app_notification_storage.cc',
952 'browser/extensions/app_notification_storage.h', 954 'browser/extensions/app_notification_storage.h',
953 'browser/extensions/apps_promo.cc', 955 'browser/extensions/apps_promo.cc',
954 'browser/extensions/apps_promo.h', 956 'browser/extensions/apps_promo.h',
955 'browser/extensions/default_apps.cc', 957 'browser/extensions/default_apps.cc',
956 'browser/extensions/default_apps.h', 958 'browser/extensions/default_apps.h',
957 'browser/extensions/default_apps_trial.cc', 959 'browser/extensions/default_apps_trial.cc',
958 'browser/extensions/default_apps_trial.h', 960 'browser/extensions/default_apps_trial.h',
(...skipping 4266 matching lines...) Expand 10 before | Expand all | Expand 10 after
5225 'type': 'static_library', 5227 'type': 'static_library',
5226 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5228 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5227 'variables': { 5229 'variables': {
5228 'proto_in_dir': 'browser/history', 5230 'proto_in_dir': 'browser/history',
5229 'proto_out_dir': 'chrome/browser/history', 5231 'proto_out_dir': 'chrome/browser/history',
5230 }, 5232 },
5231 'includes': [ '../build/protoc.gypi' ] 5233 'includes': [ '../build/protoc.gypi' ]
5232 }, 5234 },
5233 ], 5235 ],
5234 } 5236 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698