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

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 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'browser/download/save_package_file_picker.cc', 891 'browser/download/save_package_file_picker.cc',
892 'browser/download/save_package_file_picker.h', 892 'browser/download/save_package_file_picker.h',
893 'browser/enumerate_modules_model_win.cc', 893 'browser/enumerate_modules_model_win.cc',
894 'browser/enumerate_modules_model_win.h', 894 'browser/enumerate_modules_model_win.h',
895 'browser/event_disposition.cc', 895 'browser/event_disposition.cc',
896 'browser/event_disposition.h', 896 'browser/event_disposition.h',
897 'browser/extensions/app_notification.cc', 897 'browser/extensions/app_notification.cc',
898 'browser/extensions/app_notification.h', 898 'browser/extensions/app_notification.h',
899 'browser/extensions/app_notification_manager.cc', 899 'browser/extensions/app_notification_manager.cc',
900 'browser/extensions/app_notification_manager.h', 900 'browser/extensions/app_notification_manager.h',
901 'browser/extensions/app_notify_channel_setup.cc',
902 'browser/extensions/app_notify_channel_setup.h',
901 'browser/extensions/apps_promo.cc', 903 'browser/extensions/apps_promo.cc',
902 'browser/extensions/apps_promo.h', 904 'browser/extensions/apps_promo.h',
903 'browser/extensions/default_apps_trial.cc', 905 'browser/extensions/default_apps_trial.cc',
904 'browser/extensions/default_apps_trial.h', 906 'browser/extensions/default_apps_trial.h',
905 'browser/extensions/convert_user_script.cc', 907 'browser/extensions/convert_user_script.cc',
906 'browser/extensions/convert_user_script.h', 908 'browser/extensions/convert_user_script.h',
907 'browser/extensions/convert_web_app.cc', 909 'browser/extensions/convert_web_app.cc',
908 'browser/extensions/convert_web_app.h', 910 'browser/extensions/convert_web_app.h',
909 'browser/extensions/crx_installer.cc', 911 'browser/extensions/crx_installer.cc',
910 'browser/extensions/crx_installer.h', 912 'browser/extensions/crx_installer.h',
(...skipping 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after
5047 'type': 'static_library', 5049 'type': 'static_library',
5048 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5050 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5049 'variables': { 5051 'variables': {
5050 'proto_in_dir': 'browser/history', 5052 'proto_in_dir': 'browser/history',
5051 'proto_out_dir': 'chrome/browser/history', 5053 'proto_out_dir': 'chrome/browser/history',
5052 }, 5054 },
5053 'includes': [ '../build/protoc.gypi' ] 5055 'includes': [ '../build/protoc.gypi' ]
5054 }, 5056 },
5055 ], 5057 ],
5056 } 5058 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698