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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6749021: Added new fileBrowserPrivate and fileHandler extension APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'browser/extensions/extension_error_reporter.cc', 880 'browser/extensions/extension_error_reporter.cc',
881 'browser/extensions/extension_error_reporter.h', 881 'browser/extensions/extension_error_reporter.h',
882 'browser/extensions/extension_event_names.cc', 882 'browser/extensions/extension_event_names.cc',
883 'browser/extensions/extension_event_names.h', 883 'browser/extensions/extension_event_names.h',
884 'browser/extensions/extension_event_router.cc', 884 'browser/extensions/extension_event_router.cc',
885 'browser/extensions/extension_event_router.h', 885 'browser/extensions/extension_event_router.h',
886 'browser/extensions/extension_event_router_forwarder.cc', 886 'browser/extensions/extension_event_router_forwarder.cc',
887 'browser/extensions/extension_event_router_forwarder.h', 887 'browser/extensions/extension_event_router_forwarder.h',
888 'browser/extensions/extension_file_browser_private_api.cc', 888 'browser/extensions/extension_file_browser_private_api.cc',
889 'browser/extensions/extension_file_browser_private_api.h', 889 'browser/extensions/extension_file_browser_private_api.h',
890 'browser/extensions/extension_file_system_api.h',
890 'browser/extensions/extension_function.cc', 891 'browser/extensions/extension_function.cc',
891 'browser/extensions/extension_function.h', 892 'browser/extensions/extension_function.h',
892 'browser/extensions/extension_function_dispatcher.cc', 893 'browser/extensions/extension_function_dispatcher.cc',
893 'browser/extensions/extension_function_dispatcher.h', 894 'browser/extensions/extension_function_dispatcher.h',
894 'browser/extensions/extension_history_api.cc', 895 'browser/extensions/extension_history_api.cc',
895 'browser/extensions/extension_history_api.h', 896 'browser/extensions/extension_history_api.h',
896 'browser/extensions/extension_history_api_constants.cc', 897 'browser/extensions/extension_history_api_constants.cc',
897 'browser/extensions/extension_history_api_constants.h', 898 'browser/extensions/extension_history_api_constants.h',
898 'browser/extensions/extension_host.cc', 899 'browser/extensions/extension_host.cc',
899 'browser/extensions/extension_host.h', 900 'browser/extensions/extension_host.h',
(...skipping 3511 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 'hard_dependency': 1, 4412 'hard_dependency': 1,
4412 }, 4413 },
4413 ], 4414 ],
4414 } 4415 }
4415 4416
4416 # Local Variables: 4417 # Local Variables:
4417 # tab-width:2 4418 # tab-width:2
4418 # indent-tabs-mode:nil 4419 # indent-tabs-mode:nil
4419 # End: 4420 # End:
4420 # vim: set expandtab tabstop=2 shiftwidth=2: 4421 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698