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 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |