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 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2786 'browser/ui/constrained_window.cc', | 2786 'browser/ui/constrained_window.cc', |
2787 'browser/ui/constrained_window.h', | 2787 'browser/ui/constrained_window.h', |
2788 'browser/ui/constrained_window_tab_helper.cc', | 2788 'browser/ui/constrained_window_tab_helper.cc', |
2789 'browser/ui/constrained_window_tab_helper.h', | 2789 'browser/ui/constrained_window_tab_helper.h', |
2790 'browser/ui/constrained_window_tab_helper_delegate.cc', | 2790 'browser/ui/constrained_window_tab_helper_delegate.cc', |
2791 'browser/ui/constrained_window_tab_helper_delegate.h', | 2791 'browser/ui/constrained_window_tab_helper_delegate.h', |
2792 'browser/ui/crypto_module_password_dialog.cc', | 2792 'browser/ui/crypto_module_password_dialog.cc', |
2793 'browser/ui/crypto_module_password_dialog.h', | 2793 'browser/ui/crypto_module_password_dialog.h', |
2794 'browser/ui/crypto_module_password_dialog_nss.cc', | 2794 'browser/ui/crypto_module_password_dialog_nss.cc', |
2795 'browser/ui/crypto_module_password_dialog_openssl.cc', | 2795 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 2796 'browser/ui/extensions/application_launch.cc', |
| 2797 'browser/ui/extensions/application_launch.h', |
2796 'browser/ui/extensions/shell_window.cc', | 2798 'browser/ui/extensions/shell_window.cc', |
2797 'browser/ui/extensions/shell_window.h', | 2799 'browser/ui/extensions/shell_window.h', |
2798 'browser/ui/extensions/web_auth_flow_window.cc', | 2800 'browser/ui/extensions/web_auth_flow_window.cc', |
2799 'browser/ui/extensions/web_auth_flow_window.h', | 2801 'browser/ui/extensions/web_auth_flow_window.h', |
2800 'browser/ui/find_bar/find_bar.h', | 2802 'browser/ui/find_bar/find_bar.h', |
2801 'browser/ui/find_bar/find_bar_controller.cc', | 2803 'browser/ui/find_bar/find_bar_controller.cc', |
2802 'browser/ui/find_bar/find_bar_controller.h', | 2804 'browser/ui/find_bar/find_bar_controller.h', |
2803 'browser/ui/find_bar/find_bar_state.h', | 2805 'browser/ui/find_bar/find_bar_state.h', |
2804 'browser/ui/find_bar/find_bar_state_factory.cc', | 2806 'browser/ui/find_bar/find_bar_state_factory.cc', |
2805 'browser/ui/find_bar/find_bar_state_factory.h', | 2807 'browser/ui/find_bar/find_bar_state_factory.h', |
(...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5068 'browser/metrics/proto/study.proto', | 5070 'browser/metrics/proto/study.proto', |
5069 ], | 5071 ], |
5070 'variables': { | 5072 'variables': { |
5071 'proto_in_dir': 'browser/metrics/proto', | 5073 'proto_in_dir': 'browser/metrics/proto', |
5072 'proto_out_dir': 'chrome/browser/metrics/proto', | 5074 'proto_out_dir': 'chrome/browser/metrics/proto', |
5073 }, | 5075 }, |
5074 'includes': [ '../build/protoc.gypi' ] | 5076 'includes': [ '../build/protoc.gypi' ] |
5075 }, | 5077 }, |
5076 ], | 5078 ], |
5077 } | 5079 } |
OLD | NEW |