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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'browser/chrome_content_browser_client.cc', | 368 'browser/chrome_content_browser_client.cc', |
369 'browser/chrome_content_browser_client.h', | 369 'browser/chrome_content_browser_client.h', |
370 'browser/chrome_page_zoom.cc', | 370 'browser/chrome_page_zoom.cc', |
371 'browser/chrome_page_zoom.h', | 371 'browser/chrome_page_zoom.h', |
372 'browser/chrome_plugin_message_filter.cc', | 372 'browser/chrome_plugin_message_filter.cc', |
373 'browser/chrome_plugin_message_filter.h', | 373 'browser/chrome_plugin_message_filter.h', |
374 'browser/chrome_plugin_service_filter.cc', | 374 'browser/chrome_plugin_service_filter.cc', |
375 'browser/chrome_plugin_service_filter.h', | 375 'browser/chrome_plugin_service_filter.h', |
376 'browser/chrome_quota_permission_context.cc', | 376 'browser/chrome_quota_permission_context.cc', |
377 'browser/chrome_quota_permission_context.h', | 377 'browser/chrome_quota_permission_context.h', |
378 'browser/chromeos/accessibility_util.cc', | |
379 'browser/chromeos/accessibility_util.h', | |
380 'browser/chromeos/accessibility/system_event_observer.cc', | 378 'browser/chromeos/accessibility/system_event_observer.cc', |
381 'browser/chromeos/accessibility/system_event_observer.h', | 379 'browser/chromeos/accessibility/system_event_observer.h', |
| 380 'browser/chromeos/accessibility/accessibility_util.cc', |
| 381 'browser/chromeos/accessibility/accessibility_util.h', |
382 'browser/chromeos/audio_handler.cc', | 382 'browser/chromeos/audio_handler.cc', |
383 'browser/chromeos/audio_handler.h', | 383 'browser/chromeos/audio_handler.h', |
384 'browser/chromeos/audio_mixer.h', | 384 'browser/chromeos/audio_mixer.h', |
385 'browser/chromeos/audio_mixer_alsa.cc', | 385 'browser/chromeos/audio_mixer_alsa.cc', |
386 'browser/chromeos/audio_mixer_alsa.h', | 386 'browser/chromeos/audio_mixer_alsa.h', |
387 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 387 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
388 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 388 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
389 'browser/chromeos/bluetooth/bluetooth_device.cc', | 389 'browser/chromeos/bluetooth/bluetooth_device.cc', |
390 'browser/chromeos/bluetooth/bluetooth_device.h', | 390 'browser/chromeos/bluetooth/bluetooth_device.h', |
391 'browser/chromeos/bluetooth/bluetooth_manager.cc', | 391 'browser/chromeos/bluetooth/bluetooth_manager.cc', |
(...skipping 4903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5295 'type': 'static_library', | 5295 'type': 'static_library', |
5296 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5296 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5297 'variables': { | 5297 'variables': { |
5298 'proto_in_dir': 'browser/history', | 5298 'proto_in_dir': 'browser/history', |
5299 'proto_out_dir': 'chrome/browser/history', | 5299 'proto_out_dir': 'chrome/browser/history', |
5300 }, | 5300 }, |
5301 'includes': [ '../build/protoc.gypi' ] | 5301 'includes': [ '../build/protoc.gypi' ] |
5302 }, | 5302 }, |
5303 ], | 5303 ], |
5304 } | 5304 } |
OLD | NEW |