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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8113006: Add js api for hosted/pacakged apps to request notification authorization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased, and fixed small nit Created 9 years, 2 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 | « chrome/browser/extensions/extension_tab_helper.cc ('k') | chrome/chrome_renderer.gypi » ('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 (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 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'browser/download/save_package_file_picker.cc', 895 'browser/download/save_package_file_picker.cc',
896 'browser/download/save_package_file_picker.h', 896 'browser/download/save_package_file_picker.h',
897 'browser/enumerate_modules_model_win.cc', 897 'browser/enumerate_modules_model_win.cc',
898 'browser/enumerate_modules_model_win.h', 898 'browser/enumerate_modules_model_win.h',
899 'browser/event_disposition.cc', 899 'browser/event_disposition.cc',
900 'browser/event_disposition.h', 900 'browser/event_disposition.h',
901 'browser/extensions/app_notification.cc', 901 'browser/extensions/app_notification.cc',
902 'browser/extensions/app_notification.h', 902 'browser/extensions/app_notification.h',
903 'browser/extensions/app_notification_manager.cc', 903 'browser/extensions/app_notification_manager.cc',
904 'browser/extensions/app_notification_manager.h', 904 'browser/extensions/app_notification_manager.h',
905 'browser/extensions/app_notify_channel_setup.cc',
906 'browser/extensions/app_notify_channel_setup.h',
905 'browser/extensions/app_notification_storage.cc', 907 'browser/extensions/app_notification_storage.cc',
906 'browser/extensions/app_notification_storage.h', 908 'browser/extensions/app_notification_storage.h',
907 'browser/extensions/apps_promo.cc', 909 'browser/extensions/apps_promo.cc',
908 'browser/extensions/apps_promo.h', 910 'browser/extensions/apps_promo.h',
909 'browser/extensions/default_apps_trial.cc', 911 'browser/extensions/default_apps_trial.cc',
910 'browser/extensions/default_apps_trial.h', 912 'browser/extensions/default_apps_trial.h',
911 'browser/extensions/convert_user_script.cc', 913 'browser/extensions/convert_user_script.cc',
912 'browser/extensions/convert_user_script.h', 914 'browser/extensions/convert_user_script.h',
913 'browser/extensions/convert_web_app.cc', 915 'browser/extensions/convert_web_app.cc',
914 'browser/extensions/convert_web_app.h', 916 'browser/extensions/convert_web_app.h',
(...skipping 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after
5073 'type': 'static_library', 5075 'type': 'static_library',
5074 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5076 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5075 'variables': { 5077 'variables': {
5076 'proto_in_dir': 'browser/history', 5078 'proto_in_dir': 'browser/history',
5077 'proto_out_dir': 'chrome/browser/history', 5079 'proto_out_dir': 'chrome/browser/history',
5078 }, 5080 },
5079 'includes': [ '../build/protoc.gypi' ] 5081 'includes': [ '../build/protoc.gypi' ]
5080 }, 5082 },
5081 ], 5083 ],
5082 } 5084 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_tab_helper.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698