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

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 3421 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3432 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3433 ['exclude', 'browser/ui/login/login_prompt_ui.cc'], 3433 ['exclude', 'browser/ui/login/login_prompt_ui.cc'],
3434 ['exclude', 'browser/ui/webui/chrome_about_ui.cc'], 3434 ['exclude', 'browser/ui/webui/chrome_about_ui.cc'],
3435 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], 3435 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
3436 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], 3436 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
3437 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], 3437 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3438 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], 3438 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
3439 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], 3439 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'],
3440 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], 3440 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'],
3441 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], 3441 ['exclude', 'browser/ui/webui/slideshow_ui.cc'],
3442 ['exclude', 'browser/extensions/extension_file_browser_private_api.c c'],
3443 ['exclude', 'browser/extensions/extension_file_browser_private_api.h '],
3442 ], 3444 ],
3443 }], 3445 }],
3444 ['chromeos==1', { 3446 ['chromeos==1', {
3445 'sources!': [ 3447 'sources!': [
3446 'browser/background_mode_manager_linux.cc', 3448 'browser/background_mode_manager_linux.cc',
3447 'browser/first_run/upgrade_util.cc', 3449 'browser/first_run/upgrade_util.cc',
3448 'browser/first_run/upgrade_util.h', 3450 'browser/first_run/upgrade_util.h',
3449 'browser/first_run/upgrade_util_linux.cc', 3451 'browser/first_run/upgrade_util_linux.cc',
3450 'browser/password_manager/native_backend_gnome_x.cc', 3452 'browser/password_manager/native_backend_gnome_x.cc',
3451 'browser/password_manager/native_backend_gnome_x.h', 3453 'browser/password_manager/native_backend_gnome_x.h',
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
4433 'hard_dependency': 1, 4435 'hard_dependency': 1,
4434 }, 4436 },
4435 ], 4437 ],
4436 } 4438 }
4437 4439
4438 # Local Variables: 4440 # Local Variables:
4439 # tab-width:2 4441 # tab-width:2
4440 # indent-tabs-mode:nil 4442 # indent-tabs-mode:nil
4441 # End: 4443 # End:
4442 # vim: set expandtab tabstop=2 shiftwidth=2: 4444 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_local_filesystem_apitest.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698