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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8194005: Relanding: Add js api for hosted/packaged 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
« 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'browser/download/save_package_file_picker.cc', 897 'browser/download/save_package_file_picker.cc',
898 'browser/download/save_package_file_picker.h', 898 'browser/download/save_package_file_picker.h',
899 'browser/enumerate_modules_model_win.cc', 899 'browser/enumerate_modules_model_win.cc',
900 'browser/enumerate_modules_model_win.h', 900 'browser/enumerate_modules_model_win.h',
901 'browser/event_disposition.cc', 901 'browser/event_disposition.cc',
902 'browser/event_disposition.h', 902 'browser/event_disposition.h',
903 'browser/extensions/app_notification.cc', 903 'browser/extensions/app_notification.cc',
904 'browser/extensions/app_notification.h', 904 'browser/extensions/app_notification.h',
905 'browser/extensions/app_notification_manager.cc', 905 'browser/extensions/app_notification_manager.cc',
906 'browser/extensions/app_notification_manager.h', 906 'browser/extensions/app_notification_manager.h',
907 'browser/extensions/app_notify_channel_setup.cc',
908 'browser/extensions/app_notify_channel_setup.h',
907 'browser/extensions/app_notification_storage.cc', 909 'browser/extensions/app_notification_storage.cc',
908 'browser/extensions/app_notification_storage.h', 910 'browser/extensions/app_notification_storage.h',
909 'browser/extensions/apps_promo.cc', 911 'browser/extensions/apps_promo.cc',
910 'browser/extensions/apps_promo.h', 912 'browser/extensions/apps_promo.h',
911 'browser/extensions/default_apps_trial.cc', 913 'browser/extensions/default_apps_trial.cc',
912 'browser/extensions/default_apps_trial.h', 914 'browser/extensions/default_apps_trial.h',
913 'browser/extensions/convert_user_script.cc', 915 'browser/extensions/convert_user_script.cc',
914 'browser/extensions/convert_user_script.h', 916 'browser/extensions/convert_user_script.h',
915 'browser/extensions/convert_web_app.cc', 917 'browser/extensions/convert_web_app.cc',
916 'browser/extensions/convert_web_app.h', 918 'browser/extensions/convert_web_app.h',
(...skipping 4160 matching lines...) Expand 10 before | Expand all | Expand 10 after
5077 'type': 'static_library', 5079 'type': 'static_library',
5078 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5080 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5079 'variables': { 5081 'variables': {
5080 'proto_in_dir': 'browser/history', 5082 'proto_in_dir': 'browser/history',
5081 'proto_out_dir': 'chrome/browser/history', 5083 'proto_out_dir': 'chrome/browser/history',
5082 }, 5084 },
5083 'includes': [ '../build/protoc.gypi' ] 5085 'includes': [ '../build/protoc.gypi' ]
5084 }, 5086 },
5085 ], 5087 ],
5086 } 5088 }
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