| 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 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2789 'browser/ui/constrained_window.cc', | 2789 'browser/ui/constrained_window.cc', |
| 2790 'browser/ui/constrained_window.h', | 2790 'browser/ui/constrained_window.h', |
| 2791 'browser/ui/constrained_window_tab_helper.cc', | 2791 'browser/ui/constrained_window_tab_helper.cc', |
| 2792 'browser/ui/constrained_window_tab_helper.h', | 2792 'browser/ui/constrained_window_tab_helper.h', |
| 2793 'browser/ui/constrained_window_tab_helper_delegate.cc', | 2793 'browser/ui/constrained_window_tab_helper_delegate.cc', |
| 2794 'browser/ui/constrained_window_tab_helper_delegate.h', | 2794 'browser/ui/constrained_window_tab_helper_delegate.h', |
| 2795 'browser/ui/crypto_module_password_dialog.cc', | 2795 'browser/ui/crypto_module_password_dialog.cc', |
| 2796 'browser/ui/crypto_module_password_dialog.h', | 2796 'browser/ui/crypto_module_password_dialog.h', |
| 2797 'browser/ui/crypto_module_password_dialog_nss.cc', | 2797 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 2798 'browser/ui/crypto_module_password_dialog_openssl.cc', | 2798 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 2799 'browser/ui/extensions/application_launch.cc', |
| 2800 'browser/ui/extensions/application_launch.h', |
| 2799 'browser/ui/extensions/shell_window.cc', | 2801 'browser/ui/extensions/shell_window.cc', |
| 2800 'browser/ui/extensions/shell_window.h', | 2802 'browser/ui/extensions/shell_window.h', |
| 2801 'browser/ui/find_bar/find_bar.h', | 2803 'browser/ui/find_bar/find_bar.h', |
| 2802 'browser/ui/find_bar/find_bar_controller.cc', | 2804 'browser/ui/find_bar/find_bar_controller.cc', |
| 2803 'browser/ui/find_bar/find_bar_controller.h', | 2805 'browser/ui/find_bar/find_bar_controller.h', |
| 2804 'browser/ui/find_bar/find_bar_state.h', | 2806 'browser/ui/find_bar/find_bar_state.h', |
| 2805 'browser/ui/find_bar/find_bar_state_factory.cc', | 2807 'browser/ui/find_bar/find_bar_state_factory.cc', |
| 2806 'browser/ui/find_bar/find_bar_state_factory.h', | 2808 'browser/ui/find_bar/find_bar_state_factory.h', |
| 2807 'browser/ui/find_bar/find_notification_details.h', | 2809 'browser/ui/find_bar/find_notification_details.h', |
| 2808 'browser/ui/find_bar/find_tab_helper.cc', | 2810 'browser/ui/find_bar/find_tab_helper.cc', |
| (...skipping 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5077 'browser/metrics/proto/study.proto', | 5079 'browser/metrics/proto/study.proto', |
| 5078 ], | 5080 ], |
| 5079 'variables': { | 5081 'variables': { |
| 5080 'proto_in_dir': 'browser/metrics/proto', | 5082 'proto_in_dir': 'browser/metrics/proto', |
| 5081 'proto_out_dir': 'chrome/browser/metrics/proto', | 5083 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5082 }, | 5084 }, |
| 5083 'includes': [ '../build/protoc.gypi' ] | 5085 'includes': [ '../build/protoc.gypi' ] |
| 5084 }, | 5086 }, |
| 5085 ], | 5087 ], |
| 5086 } | 5088 } |
| OLD | NEW |