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 3209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3220 'browser/ui/toolbar/back_forward_menu_model.h', | 3220 'browser/ui/toolbar/back_forward_menu_model.h', |
3221 'browser/ui/toolbar/bookmark_sub_menu_model.cc', | 3221 'browser/ui/toolbar/bookmark_sub_menu_model.cc', |
3222 'browser/ui/toolbar/bookmark_sub_menu_model.h', | 3222 'browser/ui/toolbar/bookmark_sub_menu_model.h', |
3223 'browser/ui/toolbar/encoding_menu_controller.cc', | 3223 'browser/ui/toolbar/encoding_menu_controller.cc', |
3224 'browser/ui/toolbar/encoding_menu_controller.h', | 3224 'browser/ui/toolbar/encoding_menu_controller.h', |
3225 'browser/ui/toolbar/toolbar_model.cc', | 3225 'browser/ui/toolbar/toolbar_model.cc', |
3226 'browser/ui/toolbar/toolbar_model.h', | 3226 'browser/ui/toolbar/toolbar_model.h', |
3227 'browser/ui/toolbar/wrench_menu_model.cc', | 3227 'browser/ui/toolbar/wrench_menu_model.cc', |
3228 'browser/ui/toolbar/wrench_menu_model.h', | 3228 'browser/ui/toolbar/wrench_menu_model.h', |
3229 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3229 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
3230 'browser/ui/touch/animation/screen_rotation.cc', | |
3231 'browser/ui/touch/animation/screen_rotation.h', | |
3232 'browser/ui/touch/animation/screen_rotation_setter.cc', | |
3233 'browser/ui/touch/animation/screen_rotation_setter.h', | |
3234 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3230 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
3235 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3231 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
3236 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3232 'browser/ui/touch/frame/touch_browser_frame_view.h', |
3237 'browser/ui/touch/status_bubble_touch.cc', | 3233 'browser/ui/touch/status_bubble_touch.cc', |
3238 'browser/ui/touch/status_bubble_touch.h', | 3234 'browser/ui/touch/status_bubble_touch.h', |
3239 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3235 'browser/ui/touch/tabs/tab_strip_factory.cc', |
3240 'browser/ui/touch/tabs/touch_tab.cc', | 3236 'browser/ui/touch/tabs/touch_tab.cc', |
3241 'browser/ui/touch/tabs/touch_tab.h', | 3237 'browser/ui/touch/tabs/touch_tab.h', |
3242 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3238 'browser/ui/touch/tabs/touch_tab_strip.cc', |
3243 'browser/ui/touch/tabs/touch_tab_strip.h', | 3239 'browser/ui/touch/tabs/touch_tab_strip.h', |
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5227 'type': 'static_library', | 5223 'type': 'static_library', |
5228 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5224 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5229 'variables': { | 5225 'variables': { |
5230 'proto_in_dir': 'browser/history', | 5226 'proto_in_dir': 'browser/history', |
5231 'proto_out_dir': 'chrome/browser/history', | 5227 'proto_out_dir': 'chrome/browser/history', |
5232 }, | 5228 }, |
5233 'includes': [ '../build/protoc.gypi' ] | 5229 'includes': [ '../build/protoc.gypi' ] |
5234 }, | 5230 }, |
5235 ], | 5231 ], |
5236 } | 5232 } |
OLD | NEW |