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