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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'browser/chrome_content_browser_client.cc', | 365 'browser/chrome_content_browser_client.cc', |
366 'browser/chrome_content_browser_client.h', | 366 'browser/chrome_content_browser_client.h', |
367 'browser/chrome_plugin_message_filter.cc', | 367 'browser/chrome_plugin_message_filter.cc', |
368 'browser/chrome_plugin_message_filter.h', | 368 'browser/chrome_plugin_message_filter.h', |
369 'browser/chrome_plugin_service_filter.cc', | 369 'browser/chrome_plugin_service_filter.cc', |
370 'browser/chrome_plugin_service_filter.h', | 370 'browser/chrome_plugin_service_filter.h', |
371 'browser/chrome_quota_permission_context.cc', | 371 'browser/chrome_quota_permission_context.cc', |
372 'browser/chrome_quota_permission_context.h', | 372 'browser/chrome_quota_permission_context.h', |
373 'browser/chromeos/accessibility_util.cc', | 373 'browser/chromeos/accessibility_util.cc', |
374 'browser/chromeos/accessibility_util.h', | 374 'browser/chromeos/accessibility_util.h', |
| 375 'browser/chromeos/accessibility/system_event_observer.cc', |
| 376 'browser/chromeos/accessibility/system_event_observer.h', |
375 'browser/chromeos/audio_handler.cc', | 377 'browser/chromeos/audio_handler.cc', |
376 'browser/chromeos/audio_handler.h', | 378 'browser/chromeos/audio_handler.h', |
377 'browser/chromeos/audio_mixer.h', | 379 'browser/chromeos/audio_mixer.h', |
378 'browser/chromeos/audio_mixer_alsa.cc', | 380 'browser/chromeos/audio_mixer_alsa.cc', |
379 'browser/chromeos/audio_mixer_alsa.h', | 381 'browser/chromeos/audio_mixer_alsa.h', |
380 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 382 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
381 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 383 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
382 'browser/chromeos/bluetooth/bluetooth_device.cc', | 384 'browser/chromeos/bluetooth/bluetooth_device.cc', |
383 'browser/chromeos/bluetooth/bluetooth_device.h', | 385 'browser/chromeos/bluetooth/bluetooth_device.h', |
384 'browser/chromeos/bluetooth/bluetooth_manager.cc', | 386 'browser/chromeos/bluetooth/bluetooth_manager.cc', |
(...skipping 4897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5282 'type': 'static_library', | 5284 'type': 'static_library', |
5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5284 'variables': { | 5286 'variables': { |
5285 'proto_in_dir': 'browser/history', | 5287 'proto_in_dir': 'browser/history', |
5286 'proto_out_dir': 'chrome/browser/history', | 5288 'proto_out_dir': 'chrome/browser/history', |
5287 }, | 5289 }, |
5288 'includes': [ '../build/protoc.gypi' ] | 5290 'includes': [ '../build/protoc.gypi' ] |
5289 }, | 5291 }, |
5290 ], | 5292 ], |
5291 } | 5293 } |
OLD | NEW |