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

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: Merge to trunk. 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'browser/chromeos/extensions/file_browser_notifications.cc', 456 'browser/chromeos/extensions/file_browser_notifications.cc',
457 'browser/chromeos/extensions/file_browser_notifications.h', 457 'browser/chromeos/extensions/file_browser_notifications.h',
458 'browser/chromeos/extensions/input_method_event_router.cc', 458 'browser/chromeos/extensions/input_method_event_router.cc',
459 'browser/chromeos/extensions/input_method_event_router.h', 459 'browser/chromeos/extensions/input_method_event_router.h',
460 'browser/chromeos/extensions/media_player_event_router.cc', 460 'browser/chromeos/extensions/media_player_event_router.cc',
461 'browser/chromeos/extensions/media_player_event_router.h', 461 'browser/chromeos/extensions/media_player_event_router.h',
462 'browser/chromeos/external_metrics.cc', 462 'browser/chromeos/external_metrics.cc',
463 'browser/chromeos/external_metrics.h', 463 'browser/chromeos/external_metrics.h',
464 'browser/chromeos/external_protocol_dialog.cc', 464 'browser/chromeos/external_protocol_dialog.cc',
465 'browser/chromeos/external_protocol_dialog.h', 465 'browser/chromeos/external_protocol_dialog.h',
466 'browser/chromeos/frame/browser_frame_view_chromeos.cc',
467 'browser/chromeos/frame/browser_frame_view_chromeos.h',
flackr 2011/11/15 02:09:18 Did you mean to remove these files?
bshe 2011/11/15 16:05:33 I dont mean to remvoe these files. I thought someo
468 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c c', 466 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c c',
469 'browser/chromeos/frame/browser_view.cc', 467 'browser/chromeos/frame/browser_view.cc',
470 'browser/chromeos/frame/browser_view.h', 468 'browser/chromeos/frame/browser_view.h',
471 'browser/chromeos/frame/bubble_frame_view.cc', 469 'browser/chromeos/frame/bubble_frame_view.cc',
472 'browser/chromeos/frame/bubble_frame_view.h', 470 'browser/chromeos/frame/bubble_frame_view.h',
473 'browser/chromeos/frame/bubble_window.h', 471 'browser/chromeos/frame/bubble_window.h',
474 'browser/chromeos/frame/bubble_window_gtk.cc', 472 'browser/chromeos/frame/bubble_window_gtk.cc',
475 'browser/chromeos/frame/bubble_window_style.cc', 473 'browser/chromeos/frame/bubble_window_style.cc',
476 'browser/chromeos/frame/bubble_window_style.h', 474 'browser/chromeos/frame/bubble_window_style.h',
477 'browser/chromeos/frame/layout_mode_button.cc', 475 'browser/chromeos/frame/layout_mode_button.cc',
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 'browser/ui/content_settings/content_setting_image_model.h', 2871 'browser/ui/content_settings/content_setting_image_model.h',
2874 'browser/ui/constrained_window.cc', 2872 'browser/ui/constrained_window.cc',
2875 'browser/ui/constrained_window.h', 2873 'browser/ui/constrained_window.h',
2876 'browser/ui/constrained_window_tab_helper.cc', 2874 'browser/ui/constrained_window_tab_helper.cc',
2877 'browser/ui/constrained_window_tab_helper.h', 2875 'browser/ui/constrained_window_tab_helper.h',
2878 'browser/ui/constrained_window_tab_helper_delegate.cc', 2876 'browser/ui/constrained_window_tab_helper_delegate.cc',
2879 'browser/ui/constrained_window_tab_helper_delegate.h', 2877 'browser/ui/constrained_window_tab_helper_delegate.h',
2880 'browser/ui/crypto_module_password_dialog.h', 2878 'browser/ui/crypto_module_password_dialog.h',
2881 'browser/ui/crypto_module_password_dialog_nss.cc', 2879 'browser/ui/crypto_module_password_dialog_nss.cc',
2882 'browser/ui/crypto_module_password_dialog_openssl.cc', 2880 'browser/ui/crypto_module_password_dialog_openssl.cc',
2881 'browser/ui/dialog_style.h',
2883 'browser/ui/find_bar/find_bar.h', 2882 'browser/ui/find_bar/find_bar.h',
2884 'browser/ui/find_bar/find_bar_controller.cc', 2883 'browser/ui/find_bar/find_bar_controller.cc',
2885 'browser/ui/find_bar/find_bar_controller.h', 2884 'browser/ui/find_bar/find_bar_controller.h',
2886 'browser/ui/find_bar/find_bar_state.cc', 2885 'browser/ui/find_bar/find_bar_state.cc',
2887 'browser/ui/find_bar/find_bar_state.h', 2886 'browser/ui/find_bar/find_bar_state.h',
2888 'browser/ui/find_bar/find_notification_details.h', 2887 'browser/ui/find_bar/find_notification_details.h',
2889 'browser/ui/find_bar/find_tab_helper.cc', 2888 'browser/ui/find_bar/find_tab_helper.cc',
2890 'browser/ui/find_bar/find_tab_helper.h', 2889 'browser/ui/find_bar/find_tab_helper.h',
2891 'browser/ui/fullscreen_exit_bubble.cc', 2890 'browser/ui/fullscreen_exit_bubble.cc',
2892 'browser/ui/fullscreen_exit_bubble.h', 2891 'browser/ui/fullscreen_exit_bubble.h',
(...skipping 2373 matching lines...) Expand 10 before | Expand all | Expand 10 after
5266 'type': 'static_library', 5265 'type': 'static_library',
5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5266 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5268 'variables': { 5267 'variables': {
5269 'proto_in_dir': 'browser/history', 5268 'proto_in_dir': 'browser/history',
5270 'proto_out_dir': 'chrome/browser/history', 5269 'proto_out_dir': 'chrome/browser/history',
5271 }, 5270 },
5272 'includes': [ '../build/protoc.gypi' ] 5271 'includes': [ '../build/protoc.gypi' ]
5273 }, 5272 },
5274 ], 5273 ],
5275 } 5274 }
OLDNEW
« chrome/browser/ui/dialog_style.h ('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