Chromium Code Reviews| 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 348 'browser/chrome_browser_main_posix.cc', | 348 'browser/chrome_browser_main_posix.cc', |
| 349 'browser/chrome_browser_main_posix.h', | 349 'browser/chrome_browser_main_posix.h', |
| 350 'browser/chrome_browser_main_win.cc', | 350 'browser/chrome_browser_main_win.cc', |
| 351 'browser/chrome_browser_main_win.h', | 351 'browser/chrome_browser_main_win.h', |
| 352 'browser/chrome_browser_main_x11.cc', | 352 'browser/chrome_browser_main_x11.cc', |
| 353 'browser/chrome_browser_main_x11.h', | 353 'browser/chrome_browser_main_x11.h', |
| 354 'browser/chrome_browser_parts_aura.cc', | 354 'browser/chrome_browser_parts_aura.cc', |
| 355 'browser/chrome_browser_parts_aura.h', | 355 'browser/chrome_browser_parts_aura.h', |
| 356 'browser/chrome_browser_parts_gtk.cc', | 356 'browser/chrome_browser_parts_gtk.cc', |
| 357 'browser/chrome_browser_parts_gtk.h', | 357 'browser/chrome_browser_parts_gtk.h', |
| 358 'browser/chrome_browser_parts_touch.cc', | |
|
sky
2011/11/04 04:15:29
I think you'll need to exclude these for non-touch
| |
| 359 'browser/chrome_browser_parts_touch.h', | |
| 358 'browser/chrome_content_browser_client.cc', | 360 'browser/chrome_content_browser_client.cc', |
| 359 'browser/chrome_content_browser_client.h', | 361 'browser/chrome_content_browser_client.h', |
| 360 'browser/chrome_plugin_message_filter.cc', | 362 'browser/chrome_plugin_message_filter.cc', |
| 361 'browser/chrome_plugin_message_filter.h', | 363 'browser/chrome_plugin_message_filter.h', |
| 362 'browser/chrome_plugin_service_filter.cc', | 364 'browser/chrome_plugin_service_filter.cc', |
| 363 'browser/chrome_plugin_service_filter.h', | 365 'browser/chrome_plugin_service_filter.h', |
| 364 'browser/chrome_quota_permission_context.cc', | 366 'browser/chrome_quota_permission_context.cc', |
| 365 'browser/chrome_quota_permission_context.h', | 367 'browser/chrome_quota_permission_context.h', |
| 366 'browser/chrome_worker_message_filter.cc', | 368 'browser/chrome_worker_message_filter.cc', |
| 367 'browser/chrome_worker_message_filter.h', | 369 'browser/chrome_worker_message_filter.h', |
| (...skipping 2872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3240 'browser/ui/toolbar/encoding_menu_controller.cc', | 3242 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 3241 'browser/ui/toolbar/encoding_menu_controller.h', | 3243 'browser/ui/toolbar/encoding_menu_controller.h', |
| 3242 'browser/ui/toolbar/toolbar_model.cc', | 3244 'browser/ui/toolbar/toolbar_model.cc', |
| 3243 'browser/ui/toolbar/toolbar_model.h', | 3245 'browser/ui/toolbar/toolbar_model.h', |
| 3244 'browser/ui/toolbar/wrench_menu_model.cc', | 3246 'browser/ui/toolbar/wrench_menu_model.cc', |
| 3245 'browser/ui/toolbar/wrench_menu_model.h', | 3247 'browser/ui/toolbar/wrench_menu_model.h', |
| 3246 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', | 3248 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', |
| 3247 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3249 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 3248 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3250 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
| 3249 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3251 'browser/ui/touch/frame/touch_browser_frame_view.h', |
| 3252 'browser/ui/touch/sensors/screen_orientation_listener.cc', | |
| 3253 'browser/ui/touch/sensors/screen_orientation_listener.h', | |
| 3250 'browser/ui/touch/status_bubble_touch.cc', | 3254 'browser/ui/touch/status_bubble_touch.cc', |
| 3251 'browser/ui/touch/status_bubble_touch.h', | 3255 'browser/ui/touch/status_bubble_touch.h', |
| 3252 'browser/ui/touch/tabs/tab_strip_factory.cc', | 3256 'browser/ui/touch/tabs/tab_strip_factory.cc', |
| 3253 'browser/ui/touch/tabs/touch_tab.cc', | 3257 'browser/ui/touch/tabs/touch_tab.cc', |
| 3254 'browser/ui/touch/tabs/touch_tab.h', | 3258 'browser/ui/touch/tabs/touch_tab.h', |
| 3255 'browser/ui/touch/tabs/touch_tab_strip.cc', | 3259 'browser/ui/touch/tabs/touch_tab_strip.cc', |
| 3256 'browser/ui/touch/tabs/touch_tab_strip.h', | 3260 'browser/ui/touch/tabs/touch_tab_strip.h', |
| 3257 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', | 3261 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', |
| 3258 'browser/ui/touch/tabs/touch_tab_strip_controller.h', | 3262 'browser/ui/touch/tabs/touch_tab_strip_controller.h', |
| 3259 'browser/ui/view_ids.h', | 3263 'browser/ui/view_ids.h', |
| (...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5254 'type': 'static_library', | 5258 'type': 'static_library', |
| 5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5259 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5256 'variables': { | 5260 'variables': { |
| 5257 'proto_in_dir': 'browser/history', | 5261 'proto_in_dir': 'browser/history', |
| 5258 'proto_out_dir': 'chrome/browser/history', | 5262 'proto_out_dir': 'chrome/browser/history', |
| 5259 }, | 5263 }, |
| 5260 'includes': [ '../build/protoc.gypi' ] | 5264 'includes': [ '../build/protoc.gypi' ] |
| 5261 }, | 5265 }, |
| 5262 ], | 5266 ], |
| 5263 } | 5267 } |
| OLD | NEW |