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 3191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3202 'browser/ui/toolbar/back_forward_menu_model.h', | 3202 'browser/ui/toolbar/back_forward_menu_model.h', |
3203 'browser/ui/toolbar/bookmark_sub_menu_model.cc', | 3203 'browser/ui/toolbar/bookmark_sub_menu_model.cc', |
3204 'browser/ui/toolbar/bookmark_sub_menu_model.h', | 3204 'browser/ui/toolbar/bookmark_sub_menu_model.h', |
3205 'browser/ui/toolbar/encoding_menu_controller.cc', | 3205 'browser/ui/toolbar/encoding_menu_controller.cc', |
3206 'browser/ui/toolbar/encoding_menu_controller.h', | 3206 'browser/ui/toolbar/encoding_menu_controller.h', |
3207 'browser/ui/toolbar/toolbar_model.cc', | 3207 'browser/ui/toolbar/toolbar_model.cc', |
3208 'browser/ui/toolbar/toolbar_model.h', | 3208 'browser/ui/toolbar/toolbar_model.h', |
3209 'browser/ui/toolbar/wrench_menu_model.cc', | 3209 'browser/ui/toolbar/wrench_menu_model.cc', |
3210 'browser/ui/toolbar/wrench_menu_model.h', | 3210 'browser/ui/toolbar/wrench_menu_model.h', |
3211 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3211 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
3212 'browser/ui/touch/animation/screen_rotation.cc', | |
3213 'browser/ui/touch/animation/screen_rotation.h', | |
3214 'browser/ui/touch/animation/screen_rotation_setter.cc', | |
3215 'browser/ui/touch/animation/screen_rotation_setter.h', | |
3216 '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', |
3217 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3213 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
3218 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3214 'browser/ui/touch/frame/touch_browser_frame_view.h', |
3219 'browser/ui/touch/status_bubble_touch.cc', | 3215 'browser/ui/touch/status_bubble_touch.cc', |
3220 'browser/ui/touch/status_bubble_touch.h', | 3216 'browser/ui/touch/status_bubble_touch.h', |
3221 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3217 'browser/ui/touch/tabs/tab_strip_factory.cc', |
3222 'browser/ui/touch/tabs/touch_tab.cc', | 3218 'browser/ui/touch/tabs/touch_tab.cc', |
3223 'browser/ui/touch/tabs/touch_tab.h', | 3219 'browser/ui/touch/tabs/touch_tab.h', |
3224 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3220 'browser/ui/touch/tabs/touch_tab_strip.cc', |
3225 'browser/ui/touch/tabs/touch_tab_strip.h', | 3221 'browser/ui/touch/tabs/touch_tab_strip.h', |
(...skipping 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5208 'type': 'static_library', | 5204 'type': 'static_library', |
5209 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5205 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5210 'variables': { | 5206 'variables': { |
5211 'proto_in_dir': 'browser/history', | 5207 'proto_in_dir': 'browser/history', |
5212 'proto_out_dir': 'chrome/browser/history', | 5208 'proto_out_dir': 'chrome/browser/history', |
5213 }, | 5209 }, |
5214 'includes': [ '../build/protoc.gypi' ] | 5210 'includes': [ '../build/protoc.gypi' ] |
5215 }, | 5211 }, |
5216 ], | 5212 ], |
5217 } | 5213 } |
OLD | NEW |