OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |