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

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: 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
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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'browser/download/save_package_file_picker.cc', 887 'browser/download/save_package_file_picker.cc',
888 'browser/download/save_package_file_picker.h', 888 'browser/download/save_package_file_picker.h',
889 'browser/enumerate_modules_model_win.cc', 889 'browser/enumerate_modules_model_win.cc',
890 'browser/enumerate_modules_model_win.h', 890 'browser/enumerate_modules_model_win.h',
891 'browser/event_disposition.cc', 891 'browser/event_disposition.cc',
892 'browser/event_disposition.h', 892 'browser/event_disposition.h',
893 'browser/extensions/app_notification.cc', 893 'browser/extensions/app_notification.cc',
894 'browser/extensions/app_notification.h', 894 'browser/extensions/app_notification.h',
895 'browser/extensions/app_notification_manager.cc', 895 'browser/extensions/app_notification_manager.cc',
896 'browser/extensions/app_notification_manager.h', 896 'browser/extensions/app_notification_manager.h',
897 'browser/extensions/app_notify_channel_setup.cc',
898 'browser/extensions/app_notify_channel_setup.h',
897 'browser/extensions/apps_promo.cc', 899 'browser/extensions/apps_promo.cc',
898 'browser/extensions/apps_promo.h', 900 'browser/extensions/apps_promo.h',
899 'browser/extensions/default_apps_trial.cc', 901 'browser/extensions/default_apps_trial.cc',
900 'browser/extensions/default_apps_trial.h', 902 'browser/extensions/default_apps_trial.h',
901 'browser/extensions/convert_user_script.cc', 903 'browser/extensions/convert_user_script.cc',
902 'browser/extensions/convert_user_script.h', 904 'browser/extensions/convert_user_script.h',
903 'browser/extensions/convert_web_app.cc', 905 'browser/extensions/convert_web_app.cc',
904 'browser/extensions/convert_web_app.h', 906 'browser/extensions/convert_web_app.h',
905 'browser/extensions/crx_installer.cc', 907 'browser/extensions/crx_installer.cc',
906 'browser/extensions/crx_installer.h', 908 'browser/extensions/crx_installer.h',
(...skipping 4122 matching lines...) Expand 10 before | Expand all | Expand 10 after
5029 'type': 'static_library', 5031 'type': 'static_library',
5030 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5032 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5031 'variables': { 5033 'variables': {
5032 'proto_in_dir': 'browser/history', 5034 'proto_in_dir': 'browser/history',
5033 'proto_out_dir': 'chrome/browser/history', 5035 'proto_out_dir': 'chrome/browser/history',
5034 }, 5036 },
5035 'includes': [ '../build/protoc.gypi' ] 5037 'includes': [ '../build/protoc.gypi' ]
5036 }, 5038 },
5037 ], 5039 ],
5038 } 5040 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698