| 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 3018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3029 'browser/ui/tabs/tab_menu_model.cc', | 3029 'browser/ui/tabs/tab_menu_model.cc', |
| 3030 'browser/ui/tabs/tab_menu_model.h', | 3030 'browser/ui/tabs/tab_menu_model.h', |
| 3031 'browser/ui/toolbar/back_forward_menu_model.cc', | 3031 'browser/ui/toolbar/back_forward_menu_model.cc', |
| 3032 'browser/ui/toolbar/back_forward_menu_model.h', | 3032 'browser/ui/toolbar/back_forward_menu_model.h', |
| 3033 'browser/ui/toolbar/encoding_menu_controller.cc', | 3033 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 3034 'browser/ui/toolbar/encoding_menu_controller.h', | 3034 'browser/ui/toolbar/encoding_menu_controller.h', |
| 3035 'browser/ui/toolbar/toolbar_model.cc', | 3035 'browser/ui/toolbar/toolbar_model.cc', |
| 3036 'browser/ui/toolbar/toolbar_model.h', | 3036 'browser/ui/toolbar/toolbar_model.h', |
| 3037 'browser/ui/toolbar/wrench_menu_model.cc', | 3037 'browser/ui/toolbar/wrench_menu_model.cc', |
| 3038 'browser/ui/toolbar/wrench_menu_model.h', | 3038 'browser/ui/toolbar/wrench_menu_model.h', |
| 3039 'browser/ui/touch/animation/screen_rotation.cc', |
| 3040 'browser/ui/touch/animation/screen_rotation.h', |
| 3041 'browser/ui/touch/animation/screen_rotation_setter.cc', |
| 3042 'browser/ui/touch/animation/screen_rotation_setter.h', |
| 3039 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3043 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 3040 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3044 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
| 3041 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3045 'browser/ui/touch/frame/touch_browser_frame_view.h', |
| 3042 'browser/ui/touch/keyboard/keyboard_manager.cc', | 3046 'browser/ui/touch/keyboard/keyboard_manager.cc', |
| 3043 'browser/ui/touch/keyboard/keyboard_manager.h', | 3047 'browser/ui/touch/keyboard/keyboard_manager.h', |
| 3044 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3048 'browser/ui/touch/tabs/tab_strip_factory.cc', |
| 3045 'browser/ui/touch/tabs/touch_tab.cc', | 3049 'browser/ui/touch/tabs/touch_tab.cc', |
| 3046 'browser/ui/touch/tabs/touch_tab.h', | 3050 'browser/ui/touch/tabs/touch_tab.h', |
| 3047 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3051 'browser/ui/touch/tabs/touch_tab_strip.cc', |
| 3048 'browser/ui/touch/tabs/touch_tab_strip.h', | 3052 'browser/ui/touch/tabs/touch_tab_strip.h', |
| (...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4895 # weak imports in dependents, who still must #include | 4899 # weak imports in dependents, who still must #include |
| 4896 # closure_blocks_leopard_compat.h to get weak imports. | 4900 # closure_blocks_leopard_compat.h to get weak imports. |
| 4897 'type': 'none', | 4901 'type': 'none', |
| 4898 }], | 4902 }], |
| 4899 ], | 4903 ], |
| 4900 }, | 4904 }, |
| 4901 ], | 4905 ], |
| 4902 }], | 4906 }], |
| 4903 ], | 4907 ], |
| 4904 } | 4908 } |
| OLD | NEW |