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

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: Address reviews. 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 2862 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 'browser/ui/content_settings/content_setting_image_model.h', 2873 'browser/ui/content_settings/content_setting_image_model.h',
2874 'browser/ui/constrained_window.cc', 2874 'browser/ui/constrained_window.cc',
2875 'browser/ui/constrained_window.h', 2875 'browser/ui/constrained_window.h',
2876 'browser/ui/constrained_window_tab_helper.cc', 2876 'browser/ui/constrained_window_tab_helper.cc',
2877 'browser/ui/constrained_window_tab_helper.h', 2877 'browser/ui/constrained_window_tab_helper.h',
2878 'browser/ui/constrained_window_tab_helper_delegate.cc', 2878 'browser/ui/constrained_window_tab_helper_delegate.cc',
2879 'browser/ui/constrained_window_tab_helper_delegate.h', 2879 'browser/ui/constrained_window_tab_helper_delegate.h',
2880 'browser/ui/crypto_module_password_dialog.h', 2880 'browser/ui/crypto_module_password_dialog.h',
2881 'browser/ui/crypto_module_password_dialog_nss.cc', 2881 'browser/ui/crypto_module_password_dialog_nss.cc',
2882 'browser/ui/crypto_module_password_dialog_openssl.cc', 2882 'browser/ui/crypto_module_password_dialog_openssl.cc',
2883 'browser/ui/dialog_style.h',
2883 'browser/ui/find_bar/find_bar.h', 2884 'browser/ui/find_bar/find_bar.h',
2884 'browser/ui/find_bar/find_bar_controller.cc', 2885 'browser/ui/find_bar/find_bar_controller.cc',
2885 'browser/ui/find_bar/find_bar_controller.h', 2886 'browser/ui/find_bar/find_bar_controller.h',
2886 'browser/ui/find_bar/find_bar_state.cc', 2887 'browser/ui/find_bar/find_bar_state.cc',
2887 'browser/ui/find_bar/find_bar_state.h', 2888 'browser/ui/find_bar/find_bar_state.h',
2888 'browser/ui/find_bar/find_notification_details.h', 2889 'browser/ui/find_bar/find_notification_details.h',
2889 'browser/ui/find_bar/find_tab_helper.cc', 2890 'browser/ui/find_bar/find_tab_helper.cc',
2890 'browser/ui/find_bar/find_tab_helper.h', 2891 'browser/ui/find_bar/find_tab_helper.h',
2891 'browser/ui/fullscreen_exit_bubble.cc', 2892 'browser/ui/fullscreen_exit_bubble.cc',
2892 'browser/ui/fullscreen_exit_bubble.h', 2893 'browser/ui/fullscreen_exit_bubble.h',
(...skipping 2373 matching lines...) Expand 10 before | Expand all | Expand 10 after
5266 'type': 'static_library', 5267 'type': 'static_library',
5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5268 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5268 'variables': { 5269 'variables': {
5269 'proto_in_dir': 'browser/history', 5270 'proto_in_dir': 'browser/history',
5270 'proto_out_dir': 'chrome/browser/history', 5271 'proto_out_dir': 'chrome/browser/history',
5271 }, 5272 },
5272 'includes': [ '../build/protoc.gypi' ] 5273 'includes': [ '../build/protoc.gypi' ]
5273 }, 5274 },
5274 ], 5275 ],
5275 } 5276 }
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