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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8469006: Promote bubble_window_style to more general dialog_style. (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Add comments. Created 9 years, 1 month 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) 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'browser/chromeos/extensions/file_browser_notifications.cc', 451 'browser/chromeos/extensions/file_browser_notifications.cc',
452 'browser/chromeos/extensions/file_browser_notifications.h', 452 'browser/chromeos/extensions/file_browser_notifications.h',
453 'browser/chromeos/extensions/input_method_event_router.cc', 453 'browser/chromeos/extensions/input_method_event_router.cc',
454 'browser/chromeos/extensions/input_method_event_router.h', 454 'browser/chromeos/extensions/input_method_event_router.h',
455 'browser/chromeos/extensions/media_player_event_router.cc', 455 'browser/chromeos/extensions/media_player_event_router.cc',
456 'browser/chromeos/extensions/media_player_event_router.h', 456 'browser/chromeos/extensions/media_player_event_router.h',
457 'browser/chromeos/external_metrics.cc', 457 'browser/chromeos/external_metrics.cc',
458 'browser/chromeos/external_metrics.h', 458 'browser/chromeos/external_metrics.h',
459 'browser/chromeos/external_protocol_dialog.cc', 459 'browser/chromeos/external_protocol_dialog.cc',
460 'browser/chromeos/external_protocol_dialog.h', 460 'browser/chromeos/external_protocol_dialog.h',
461 'browser/chromeos/frame/browser_frame_view_chromeos.cc',
462 'browser/chromeos/frame/browser_frame_view_chromeos.h',
463 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c c', 461 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c c',
464 'browser/chromeos/frame/browser_view.cc', 462 'browser/chromeos/frame/browser_view.cc',
465 'browser/chromeos/frame/browser_view.h', 463 'browser/chromeos/frame/browser_view.h',
466 'browser/chromeos/frame/bubble_frame_view.cc', 464 'browser/chromeos/frame/bubble_frame_view.cc',
467 'browser/chromeos/frame/bubble_frame_view.h', 465 'browser/chromeos/frame/bubble_frame_view.h',
468 'browser/chromeos/frame/bubble_window.cc', 466 'browser/chromeos/frame/bubble_window.cc',
469 'browser/chromeos/frame/bubble_window.h', 467 'browser/chromeos/frame/bubble_window.h',
470 'browser/chromeos/frame/bubble_window_style.cc', 468 'browser/chromeos/frame/bubble_window_style.cc',
471 'browser/chromeos/frame/bubble_window_style.h', 469 'browser/chromeos/frame/bubble_window_style.h',
472 'browser/chromeos/frame/bubble_window_views.cc', 470 'browser/chromeos/frame/bubble_window_views.cc',
(...skipping 2416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2889 'browser/ui/content_settings/content_setting_image_model.cc', 2887 'browser/ui/content_settings/content_setting_image_model.cc',
2890 'browser/ui/content_settings/content_setting_image_model.h', 2888 'browser/ui/content_settings/content_setting_image_model.h',
2891 'browser/ui/constrained_window.h', 2889 'browser/ui/constrained_window.h',
2892 'browser/ui/constrained_window_tab_helper.cc', 2890 'browser/ui/constrained_window_tab_helper.cc',
2893 'browser/ui/constrained_window_tab_helper.h', 2891 'browser/ui/constrained_window_tab_helper.h',
2894 'browser/ui/constrained_window_tab_helper_delegate.cc', 2892 'browser/ui/constrained_window_tab_helper_delegate.cc',
2895 'browser/ui/constrained_window_tab_helper_delegate.h', 2893 'browser/ui/constrained_window_tab_helper_delegate.h',
2896 'browser/ui/crypto_module_password_dialog.h', 2894 'browser/ui/crypto_module_password_dialog.h',
2897 'browser/ui/crypto_module_password_dialog_nss.cc', 2895 'browser/ui/crypto_module_password_dialog_nss.cc',
2898 'browser/ui/crypto_module_password_dialog_openssl.cc', 2896 'browser/ui/crypto_module_password_dialog_openssl.cc',
2897 'browser/ui/dialog_style.cc',
2898 'browser/ui/dialog_style.h',
2899 'browser/ui/find_bar/find_bar.h', 2899 'browser/ui/find_bar/find_bar.h',
2900 'browser/ui/find_bar/find_bar_controller.cc', 2900 'browser/ui/find_bar/find_bar_controller.cc',
2901 'browser/ui/find_bar/find_bar_controller.h', 2901 'browser/ui/find_bar/find_bar_controller.h',
2902 'browser/ui/find_bar/find_bar_state.cc', 2902 'browser/ui/find_bar/find_bar_state.cc',
2903 'browser/ui/find_bar/find_bar_state.h', 2903 'browser/ui/find_bar/find_bar_state.h',
2904 'browser/ui/find_bar/find_notification_details.h', 2904 'browser/ui/find_bar/find_notification_details.h',
2905 'browser/ui/find_bar/find_tab_helper.cc', 2905 'browser/ui/find_bar/find_tab_helper.cc',
2906 'browser/ui/find_bar/find_tab_helper.h', 2906 'browser/ui/find_bar/find_tab_helper.h',
2907 'browser/ui/fullscreen_exit_bubble.cc', 2907 'browser/ui/fullscreen_exit_bubble.cc',
2908 'browser/ui/fullscreen_exit_bubble.h', 2908 'browser/ui/fullscreen_exit_bubble.h',
(...skipping 2343 matching lines...) Expand 10 before | Expand all | Expand 10 after
5252 'type': 'static_library', 5252 'type': 'static_library',
5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5254 'variables': { 5254 'variables': {
5255 'proto_in_dir': 'browser/history', 5255 'proto_in_dir': 'browser/history',
5256 'proto_out_dir': 'chrome/browser/history', 5256 'proto_out_dir': 'chrome/browser/history',
5257 }, 5257 },
5258 'includes': [ '../build/protoc.gypi' ] 5258 'includes': [ '../build/protoc.gypi' ]
5259 }, 5259 },
5260 ], 5260 ],
5261 } 5261 }
OLDNEW
« chrome/browser/ui/dialog_style.cc ('K') | « chrome/browser/ui/views/window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698