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

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: Change base url and merge 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
« no previous file with comments | « chrome/browser/ui/views/window.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 'browser/ui/content_settings/content_setting_image_model.h', 2880 'browser/ui/content_settings/content_setting_image_model.h',
2881 'browser/ui/constrained_window.cc', 2881 'browser/ui/constrained_window.cc',
2882 'browser/ui/constrained_window.h', 2882 'browser/ui/constrained_window.h',
2883 'browser/ui/constrained_window_tab_helper.cc', 2883 'browser/ui/constrained_window_tab_helper.cc',
2884 'browser/ui/constrained_window_tab_helper.h', 2884 'browser/ui/constrained_window_tab_helper.h',
2885 'browser/ui/constrained_window_tab_helper_delegate.cc', 2885 'browser/ui/constrained_window_tab_helper_delegate.cc',
2886 'browser/ui/constrained_window_tab_helper_delegate.h', 2886 'browser/ui/constrained_window_tab_helper_delegate.h',
2887 'browser/ui/crypto_module_password_dialog.h', 2887 'browser/ui/crypto_module_password_dialog.h',
2888 'browser/ui/crypto_module_password_dialog_nss.cc', 2888 'browser/ui/crypto_module_password_dialog_nss.cc',
2889 'browser/ui/crypto_module_password_dialog_openssl.cc', 2889 'browser/ui/crypto_module_password_dialog_openssl.cc',
2890 'browser/ui/dialog_style.h',
2890 'browser/ui/find_bar/find_bar.h', 2891 'browser/ui/find_bar/find_bar.h',
2891 'browser/ui/find_bar/find_bar_controller.cc', 2892 'browser/ui/find_bar/find_bar_controller.cc',
2892 'browser/ui/find_bar/find_bar_controller.h', 2893 'browser/ui/find_bar/find_bar_controller.h',
2893 'browser/ui/find_bar/find_bar_state.cc', 2894 'browser/ui/find_bar/find_bar_state.cc',
2894 'browser/ui/find_bar/find_bar_state.h', 2895 'browser/ui/find_bar/find_bar_state.h',
2895 'browser/ui/find_bar/find_notification_details.h', 2896 'browser/ui/find_bar/find_notification_details.h',
2896 'browser/ui/find_bar/find_tab_helper.cc', 2897 'browser/ui/find_bar/find_tab_helper.cc',
2897 'browser/ui/find_bar/find_tab_helper.h', 2898 'browser/ui/find_bar/find_tab_helper.h',
2898 'browser/ui/fullscreen_exit_bubble.cc', 2899 'browser/ui/fullscreen_exit_bubble.cc',
2899 'browser/ui/fullscreen_exit_bubble.h', 2900 'browser/ui/fullscreen_exit_bubble.h',
(...skipping 2382 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 'type': 'static_library', 5283 'type': 'static_library',
5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5284 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5284 'variables': { 5285 'variables': {
5285 'proto_in_dir': 'browser/history', 5286 'proto_in_dir': 'browser/history',
5286 'proto_out_dir': 'chrome/browser/history', 5287 'proto_out_dir': 'chrome/browser/history',
5287 }, 5288 },
5288 'includes': [ '../build/protoc.gypi' ] 5289 'includes': [ '../build/protoc.gypi' ]
5289 }, 5290 },
5290 ], 5291 ],
5291 } 5292 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698