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 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3161 'browser/ui/toolbar/back_forward_menu_model.h', | 3161 'browser/ui/toolbar/back_forward_menu_model.h', |
3162 'browser/ui/toolbar/encoding_menu_controller.cc', | 3162 'browser/ui/toolbar/encoding_menu_controller.cc', |
3163 'browser/ui/toolbar/encoding_menu_controller.h', | 3163 'browser/ui/toolbar/encoding_menu_controller.h', |
3164 'browser/ui/toolbar/toolbar_model.cc', | 3164 'browser/ui/toolbar/toolbar_model.cc', |
3165 'browser/ui/toolbar/toolbar_model.h', | 3165 'browser/ui/toolbar/toolbar_model.h', |
3166 'browser/ui/toolbar/wrench_menu_model.cc', | 3166 'browser/ui/toolbar/wrench_menu_model.cc', |
3167 'browser/ui/toolbar/wrench_menu_model.h', | 3167 'browser/ui/toolbar/wrench_menu_model.h', |
3168 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3168 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
3169 'browser/ui/touch/animation/screen_rotation.cc', | 3169 'browser/ui/touch/animation/screen_rotation.cc', |
3170 'browser/ui/touch/animation/screen_rotation.h', | 3170 'browser/ui/touch/animation/screen_rotation.h', |
3171 'browser/ui/touch/animation/screen_rotation_setter.cc', | 3171 'browser/ui/touch/animation/screen_rotation_animator.cc', |
3172 'browser/ui/touch/animation/screen_rotation_setter.h', | 3172 'browser/ui/touch/animation/screen_rotation_animator.h', |
3173 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3173 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
3174 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3174 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
3175 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3175 'browser/ui/touch/frame/touch_browser_frame_view.h', |
3176 'browser/ui/touch/status_bubble_touch.cc', | 3176 'browser/ui/touch/status_bubble_touch.cc', |
3177 'browser/ui/touch/status_bubble_touch.h', | 3177 'browser/ui/touch/status_bubble_touch.h', |
3178 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3178 'browser/ui/touch/tabs/tab_strip_factory.cc', |
3179 'browser/ui/touch/tabs/touch_tab.cc', | 3179 'browser/ui/touch/tabs/touch_tab.cc', |
3180 'browser/ui/touch/tabs/touch_tab.h', | 3180 'browser/ui/touch/tabs/touch_tab.h', |
3181 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3181 'browser/ui/touch/tabs/touch_tab_strip.cc', |
3182 'browser/ui/touch/tabs/touch_tab_strip.h', | 3182 'browser/ui/touch/tabs/touch_tab_strip.h', |
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5094 'type': 'static_library', | 5094 'type': 'static_library', |
5095 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5095 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5096 'variables': { | 5096 'variables': { |
5097 'proto_in_dir': 'browser/history', | 5097 'proto_in_dir': 'browser/history', |
5098 'proto_out_dir': 'chrome/browser/history', | 5098 'proto_out_dir': 'chrome/browser/history', |
5099 }, | 5099 }, |
5100 'includes': [ '../build/protoc.gypi' ] | 5100 'includes': [ '../build/protoc.gypi' ] |
5101 }, | 5101 }, |
5102 ], | 5102 ], |
5103 } | 5103 } |
OLD | NEW |