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 3182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3193 'browser/ui/toolbar/bookmark_sub_menu_model.h', | 3193 'browser/ui/toolbar/bookmark_sub_menu_model.h', |
3194 'browser/ui/toolbar/encoding_menu_controller.cc', | 3194 'browser/ui/toolbar/encoding_menu_controller.cc', |
3195 'browser/ui/toolbar/encoding_menu_controller.h', | 3195 'browser/ui/toolbar/encoding_menu_controller.h', |
3196 'browser/ui/toolbar/toolbar_model.cc', | 3196 'browser/ui/toolbar/toolbar_model.cc', |
3197 'browser/ui/toolbar/toolbar_model.h', | 3197 'browser/ui/toolbar/toolbar_model.h', |
3198 'browser/ui/toolbar/wrench_menu_model.cc', | 3198 'browser/ui/toolbar/wrench_menu_model.cc', |
3199 'browser/ui/toolbar/wrench_menu_model.h', | 3199 'browser/ui/toolbar/wrench_menu_model.h', |
3200 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3200 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
3201 'browser/ui/touch/animation/screen_rotation.cc', | 3201 'browser/ui/touch/animation/screen_rotation.cc', |
3202 'browser/ui/touch/animation/screen_rotation.h', | 3202 'browser/ui/touch/animation/screen_rotation.h', |
3203 'browser/ui/touch/animation/screen_rotation_setter.cc', | 3203 'browser/ui/touch/animation/screen_rotation_animator.cc', |
3204 'browser/ui/touch/animation/screen_rotation_setter.h', | 3204 'browser/ui/touch/animation/screen_rotation_animator.h', |
3205 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3205 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
3206 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3206 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
3207 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3207 'browser/ui/touch/frame/touch_browser_frame_view.h', |
3208 'browser/ui/touch/status_bubble_touch.cc', | 3208 'browser/ui/touch/status_bubble_touch.cc', |
3209 'browser/ui/touch/status_bubble_touch.h', | 3209 'browser/ui/touch/status_bubble_touch.h', |
3210 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3210 'browser/ui/touch/tabs/tab_strip_factory.cc', |
3211 'browser/ui/touch/tabs/touch_tab.cc', | 3211 'browser/ui/touch/tabs/touch_tab.cc', |
3212 'browser/ui/touch/tabs/touch_tab.h', | 3212 'browser/ui/touch/tabs/touch_tab.h', |
3213 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3213 'browser/ui/touch/tabs/touch_tab_strip.cc', |
3214 'browser/ui/touch/tabs/touch_tab_strip.h', | 3214 'browser/ui/touch/tabs/touch_tab_strip.h', |
(...skipping 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5186 'type': 'static_library', | 5186 'type': 'static_library', |
5187 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5187 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5188 'variables': { | 5188 'variables': { |
5189 'proto_in_dir': 'browser/history', | 5189 'proto_in_dir': 'browser/history', |
5190 'proto_out_dir': 'chrome/browser/history', | 5190 'proto_out_dir': 'chrome/browser/history', |
5191 }, | 5191 }, |
5192 'includes': [ '../build/protoc.gypi' ] | 5192 'includes': [ '../build/protoc.gypi' ] |
5193 }, | 5193 }, |
5194 ], | 5194 ], |
5195 } | 5195 } |
OLD | NEW |