OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3036 'browser/ui/constrained_window_tab_helper.cc', | 3036 'browser/ui/constrained_window_tab_helper.cc', |
3037 'browser/ui/constrained_window_tab_helper.h', | 3037 'browser/ui/constrained_window_tab_helper.h', |
3038 'browser/ui/constrained_window_tab_helper_delegate.cc', | 3038 'browser/ui/constrained_window_tab_helper_delegate.cc', |
3039 'browser/ui/constrained_window_tab_helper_delegate.h', | 3039 'browser/ui/constrained_window_tab_helper_delegate.h', |
3040 'browser/ui/crypto_module_password_dialog.cc', | 3040 'browser/ui/crypto_module_password_dialog.cc', |
3041 'browser/ui/crypto_module_password_dialog.h', | 3041 'browser/ui/crypto_module_password_dialog.h', |
3042 'browser/ui/crypto_module_password_dialog_nss.cc', | 3042 'browser/ui/crypto_module_password_dialog_nss.cc', |
3043 'browser/ui/crypto_module_password_dialog_openssl.cc', | 3043 'browser/ui/crypto_module_password_dialog_openssl.cc', |
3044 'browser/ui/extensions/application_launch.cc', | 3044 'browser/ui/extensions/application_launch.cc', |
3045 'browser/ui/extensions/application_launch.h', | 3045 'browser/ui/extensions/application_launch.h', |
| 3046 'browser/ui/extensions/native_shell_window.h', |
3046 'browser/ui/extensions/shell_window.cc', | 3047 'browser/ui/extensions/shell_window.cc', |
3047 'browser/ui/extensions/shell_window.h', | 3048 'browser/ui/extensions/shell_window.h', |
3048 'browser/ui/find_bar/find_bar.h', | 3049 'browser/ui/find_bar/find_bar.h', |
3049 'browser/ui/find_bar/find_bar_controller.cc', | 3050 'browser/ui/find_bar/find_bar_controller.cc', |
3050 'browser/ui/find_bar/find_bar_controller.h', | 3051 'browser/ui/find_bar/find_bar_controller.h', |
3051 'browser/ui/find_bar/find_bar_state.h', | 3052 'browser/ui/find_bar/find_bar_state.h', |
3052 'browser/ui/find_bar/find_bar_state_factory.cc', | 3053 'browser/ui/find_bar/find_bar_state_factory.cc', |
3053 'browser/ui/find_bar/find_bar_state_factory.h', | 3054 'browser/ui/find_bar/find_bar_state_factory.h', |
3054 'browser/ui/find_bar/find_notification_details.h', | 3055 'browser/ui/find_bar/find_notification_details.h', |
3055 'browser/ui/find_bar/find_tab_helper.cc', | 3056 'browser/ui/find_bar/find_tab_helper.cc', |
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5567 'includes': [ '../build/jni_generator.gypi' ], | 5568 'includes': [ '../build/jni_generator.gypi' ], |
5568 'dependencies': [ | 5569 'dependencies': [ |
5569 'android_jar_jni_headers', | 5570 'android_jar_jni_headers', |
5570 ], | 5571 ], |
5571 }, | 5572 }, |
5572 ], | 5573 ], |
5573 }, | 5574 }, |
5574 ], | 5575 ], |
5575 ], | 5576 ], |
5576 } | 5577 } |
OLD | NEW |