| 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 3229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3240 'browser/ui/toolbar/encoding_menu_controller.cc', | 3240 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 3241 'browser/ui/toolbar/encoding_menu_controller.h', | 3241 'browser/ui/toolbar/encoding_menu_controller.h', |
| 3242 'browser/ui/toolbar/toolbar_model.cc', | 3242 'browser/ui/toolbar/toolbar_model.cc', |
| 3243 'browser/ui/toolbar/toolbar_model.h', | 3243 'browser/ui/toolbar/toolbar_model.h', |
| 3244 'browser/ui/toolbar/wrench_menu_model.cc', | 3244 'browser/ui/toolbar/wrench_menu_model.cc', |
| 3245 'browser/ui/toolbar/wrench_menu_model.h', | 3245 'browser/ui/toolbar/wrench_menu_model.h', |
| 3246 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3246 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
| 3247 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3247 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 3248 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3248 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
| 3249 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3249 'browser/ui/touch/frame/touch_browser_frame_view.h', |
| 3250 'browser/ui/touch/sensors/screen_orientation_listener.cc', |
| 3251 'browser/ui/touch/sensors/screen_orientation_listener.h', |
| 3250 'browser/ui/touch/status_bubble_touch.cc', | 3252 'browser/ui/touch/status_bubble_touch.cc', |
| 3251 'browser/ui/touch/status_bubble_touch.h', | 3253 'browser/ui/touch/status_bubble_touch.h', |
| 3252 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3254 'browser/ui/touch/tabs/tab_strip_factory.cc', |
| 3253 'browser/ui/touch/tabs/touch_tab.cc', | 3255 'browser/ui/touch/tabs/touch_tab.cc', |
| 3254 'browser/ui/touch/tabs/touch_tab.h', | 3256 'browser/ui/touch/tabs/touch_tab.h', |
| 3255 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3257 'browser/ui/touch/tabs/touch_tab_strip.cc', |
| 3256 'browser/ui/touch/tabs/touch_tab_strip.h', | 3258 'browser/ui/touch/tabs/touch_tab_strip.h', |
| 3257 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', | 3259 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', |
| 3258 'browser/ui/touch/tabs/touch_tab_strip_controller.h', | 3260 'browser/ui/touch/tabs/touch_tab_strip_controller.h', |
| 3259 'browser/ui/view_ids.h', | 3261 'browser/ui/view_ids.h', |
| (...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5254 'type': 'static_library', | 5256 'type': 'static_library', |
| 5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5257 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5256 'variables': { | 5258 'variables': { |
| 5257 'proto_in_dir': 'browser/history', | 5259 'proto_in_dir': 'browser/history', |
| 5258 'proto_out_dir': 'chrome/browser/history', | 5260 'proto_out_dir': 'chrome/browser/history', |
| 5259 }, | 5261 }, |
| 5260 'includes': [ '../build/protoc.gypi' ] | 5262 'includes': [ '../build/protoc.gypi' ] |
| 5261 }, | 5263 }, |
| 5262 ], | 5264 ], |
| 5263 } | 5265 } |
| OLD | NEW |