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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 18063003: Chromium extension API - written as part of course in Open Software Development at Reykjavik Univer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Second round of fixes from review Created 7 years, 5 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'browser/extensions/webstore_installer.h', 761 'browser/extensions/webstore_installer.h',
762 'browser/extensions/webstore_standalone_installer.cc', 762 'browser/extensions/webstore_standalone_installer.cc',
763 'browser/extensions/webstore_standalone_installer.h', 763 'browser/extensions/webstore_standalone_installer.h',
764 'browser/extensions/webstore_startup_installer.cc', 764 'browser/extensions/webstore_startup_installer.cc',
765 'browser/extensions/webstore_startup_installer.h', 765 'browser/extensions/webstore_startup_installer.h',
766 'browser/extensions/window_controller.cc', 766 'browser/extensions/window_controller.cc',
767 'browser/extensions/window_controller.h', 767 'browser/extensions/window_controller.h',
768 'browser/extensions/window_controller_list.cc', 768 'browser/extensions/window_controller_list.cc',
769 'browser/extensions/window_controller_list.h', 769 'browser/extensions/window_controller_list.h',
770 'browser/extensions/window_controller_list_observer.h', 770 'browser/extensions/window_controller_list_observer.h',
771 'browser/extensions/api/time/time_api.h',
772 'browser/extensions/api/time/time_api.cc',
771 ], 773 ],
772 'conditions': [ 774 'conditions': [
773 ['chromeos==1', { 775 ['chromeos==1', {
774 'dependencies': [ 776 'dependencies': [
775 '../build/linux/system.gyp:dbus', 777 '../build/linux/system.gyp:dbus',
776 '../chromeos/ime/input_method.gyp:gencode', 778 '../chromeos/ime/input_method.gyp:gencode',
777 '../third_party/libevent/libevent.gyp:libevent', 779 '../third_party/libevent/libevent.gyp:libevent',
778 'contacts_proto', 780 'contacts_proto',
779 ], 781 ],
780 'sources!': [ 782 'sources!': [
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'variables': { 978 'variables': {
977 'proto_in_dir': 'browser/chromeos/contacts', 979 'proto_in_dir': 'browser/chromeos/contacts',
978 'proto_out_dir': 'chrome/browser/chromeos/contacts', 980 'proto_out_dir': 'chrome/browser/chromeos/contacts',
979 }, 981 },
980 'includes': [ '../build/protoc.gypi' ] 982 'includes': [ '../build/protoc.gypi' ]
981 }, 983 },
982 ], 984 ],
983 },], # 'chromeos=1' 985 },], # 'chromeos=1'
984 ], # 'conditions' 986 ], # 'conditions'
985 } 987 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698