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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6873100: Moving slideshow to the filebrowser. (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 3330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3341 'browser/ui/webui/print_preview_ui_html_source.cc', 3341 'browser/ui/webui/print_preview_ui_html_source.cc',
3342 'browser/ui/webui/print_preview_ui_html_source.h', 3342 'browser/ui/webui/print_preview_ui_html_source.h',
3343 'browser/ui/webui/remoting_ui.cc', 3343 'browser/ui/webui/remoting_ui.cc',
3344 'browser/ui/webui/remoting_ui.h', 3344 'browser/ui/webui/remoting_ui.h',
3345 'browser/ui/webui/screenshot_source.cc', 3345 'browser/ui/webui/screenshot_source.cc',
3346 'browser/ui/webui/screenshot_source.h', 3346 'browser/ui/webui/screenshot_source.h',
3347 'browser/ui/webui/shared_resources_data_source.cc', 3347 'browser/ui/webui/shared_resources_data_source.cc',
3348 'browser/ui/webui/shared_resources_data_source.h', 3348 'browser/ui/webui/shared_resources_data_source.h',
3349 'browser/ui/webui/shown_sections_handler.cc', 3349 'browser/ui/webui/shown_sections_handler.cc',
3350 'browser/ui/webui/shown_sections_handler.h', 3350 'browser/ui/webui/shown_sections_handler.h',
3351 'browser/ui/webui/slideshow_ui.cc',
3352 'browser/ui/webui/slideshow_ui.h',
3353 'browser/ui/webui/sync_internals_html_source.cc', 3351 'browser/ui/webui/sync_internals_html_source.cc',
3354 'browser/ui/webui/sync_internals_html_source.h', 3352 'browser/ui/webui/sync_internals_html_source.h',
3355 'browser/ui/webui/sync_internals_ui.cc', 3353 'browser/ui/webui/sync_internals_ui.cc',
3356 'browser/ui/webui/sync_internals_ui.h', 3354 'browser/ui/webui/sync_internals_ui.h',
3357 'browser/ui/webui/textfields_ui.cc', 3355 'browser/ui/webui/textfields_ui.cc',
3358 'browser/ui/webui/textfields_ui.h', 3356 'browser/ui/webui/textfields_ui.h',
3359 'browser/ui/webui/theme_source.cc', 3357 'browser/ui/webui/theme_source.cc',
3360 'browser/ui/webui/theme_source.h', 3358 'browser/ui/webui/theme_source.h',
3361 'browser/ui/webui/thumbnail_source.cc', 3359 'browser/ui/webui/thumbnail_source.cc',
3362 'browser/ui/webui/thumbnail_source.h', 3360 'browser/ui/webui/thumbnail_source.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3451 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 3449 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3452 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3450 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3453 ['exclude', 'browser/ui/login/login_prompt_ui.cc'], 3451 ['exclude', 'browser/ui/login/login_prompt_ui.cc'],
3454 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], 3452 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
3455 ['exclude', 'browser/ui/webui/chrome_about_ui.cc'], 3453 ['exclude', 'browser/ui/webui/chrome_about_ui.cc'],
3456 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], 3454 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
3457 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], 3455 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
3458 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], 3456 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3459 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], 3457 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
3460 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], 3458 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'],
3461 ['exclude', 'browser/ui/webui/slideshow_ui.cc'],
3462 ['exclude', 'browser/extensions/extension_file_browser_private_api.c c'], 3459 ['exclude', 'browser/extensions/extension_file_browser_private_api.c c'],
3463 ['exclude', 'browser/extensions/extension_file_browser_private_api.h '], 3460 ['exclude', 'browser/extensions/extension_file_browser_private_api.h '],
3464 ], 3461 ],
3465 }], 3462 }],
3466 ['chromeos==1', { 3463 ['chromeos==1', {
3467 'sources!': [ 3464 'sources!': [
3468 'browser/background_mode_manager_linux.cc', 3465 'browser/background_mode_manager_linux.cc',
3469 'browser/first_run/upgrade_util.cc', 3466 'browser/first_run/upgrade_util.cc',
3470 'browser/first_run/upgrade_util.h', 3467 'browser/first_run/upgrade_util.h',
3471 'browser/first_run/upgrade_util_linux.cc', 3468 'browser/first_run/upgrade_util_linux.cc',
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
4457 'hard_dependency': 1, 4454 'hard_dependency': 1,
4458 }, 4455 },
4459 ], 4456 ],
4460 } 4457 }
4461 4458
4462 # Local Variables: 4459 # Local Variables:
4463 # tab-width:2 4460 # tab-width:2
4464 # indent-tabs-mode:nil 4461 # indent-tabs-mode:nil
4465 # End: 4462 # End:
4466 # vim: set expandtab tabstop=2 shiftwidth=2: 4463 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698