| 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_plugin_message_filter.cc', | 370 'browser/chrome_plugin_message_filter.cc', |
| 371 'browser/chrome_plugin_message_filter.h', | 371 'browser/chrome_plugin_message_filter.h', |
| 372 'browser/chrome_plugin_service_filter.cc', | 372 'browser/chrome_plugin_service_filter.cc', |
| 373 'browser/chrome_plugin_service_filter.h', | 373 'browser/chrome_plugin_service_filter.h', |
| 374 'browser/chrome_quota_permission_context.cc', | 374 'browser/chrome_quota_permission_context.cc', |
| 375 'browser/chrome_quota_permission_context.h', | 375 'browser/chrome_quota_permission_context.h', |
| 376 'browser/chromeos/accessibility_util.cc', | 376 'browser/chromeos/accessibility_util.cc', |
| 377 'browser/chromeos/accessibility_util.h', | 377 'browser/chromeos/accessibility_util.h', |
| 378 'browser/chromeos/accessibility/system_event_observer.cc', |
| 379 'browser/chromeos/accessibility/system_event_observer.h', |
| 378 'browser/chromeos/audio_handler.cc', | 380 'browser/chromeos/audio_handler.cc', |
| 379 'browser/chromeos/audio_handler.h', | 381 'browser/chromeos/audio_handler.h', |
| 380 'browser/chromeos/audio_mixer.h', | 382 'browser/chromeos/audio_mixer.h', |
| 381 'browser/chromeos/audio_mixer_alsa.cc', | 383 'browser/chromeos/audio_mixer_alsa.cc', |
| 382 'browser/chromeos/audio_mixer_alsa.h', | 384 'browser/chromeos/audio_mixer_alsa.h', |
| 383 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 385 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
| 384 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 386 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
| 385 'browser/chromeos/bluetooth/bluetooth_device.cc', | 387 'browser/chromeos/bluetooth/bluetooth_device.cc', |
| 386 'browser/chromeos/bluetooth/bluetooth_device.h', | 388 'browser/chromeos/bluetooth/bluetooth_device.h', |
| 387 'browser/chromeos/bluetooth/bluetooth_manager.cc', | 389 'browser/chromeos/bluetooth/bluetooth_manager.cc', |
| (...skipping 4901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5289 'type': 'static_library', | 5291 'type': 'static_library', |
| 5290 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5292 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5291 'variables': { | 5293 'variables': { |
| 5292 'proto_in_dir': 'browser/history', | 5294 'proto_in_dir': 'browser/history', |
| 5293 'proto_out_dir': 'chrome/browser/history', | 5295 'proto_out_dir': 'chrome/browser/history', |
| 5294 }, | 5296 }, |
| 5295 'includes': [ '../build/protoc.gypi' ] | 5297 'includes': [ '../build/protoc.gypi' ] |
| 5296 }, | 5298 }, |
| 5297 ], | 5299 ], |
| 5298 } | 5300 } |
| OLD | NEW |