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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'browser/chrome_browser_parts_views.cc', | 360 'browser/chrome_browser_parts_views.cc', |
361 'browser/chrome_browser_parts_views.h', | 361 'browser/chrome_browser_parts_views.h', |
362 'browser/chrome_content_browser_client.cc', | 362 'browser/chrome_content_browser_client.cc', |
363 'browser/chrome_content_browser_client.h', | 363 'browser/chrome_content_browser_client.h', |
364 'browser/chrome_plugin_message_filter.cc', | 364 'browser/chrome_plugin_message_filter.cc', |
365 'browser/chrome_plugin_message_filter.h', | 365 'browser/chrome_plugin_message_filter.h', |
366 'browser/chrome_plugin_service_filter.cc', | 366 'browser/chrome_plugin_service_filter.cc', |
367 'browser/chrome_plugin_service_filter.h', | 367 'browser/chrome_plugin_service_filter.h', |
368 'browser/chrome_quota_permission_context.cc', | 368 'browser/chrome_quota_permission_context.cc', |
369 'browser/chrome_quota_permission_context.h', | 369 'browser/chrome_quota_permission_context.h', |
370 'browser/chrome_worker_message_filter.cc', | |
371 'browser/chrome_worker_message_filter.h', | |
372 'browser/chromeos/accessibility_util.cc', | 370 'browser/chromeos/accessibility_util.cc', |
373 'browser/chromeos/accessibility_util.h', | 371 'browser/chromeos/accessibility_util.h', |
374 'browser/chromeos/audio_handler.cc', | 372 'browser/chromeos/audio_handler.cc', |
375 'browser/chromeos/audio_handler.h', | 373 'browser/chromeos/audio_handler.h', |
376 'browser/chromeos/audio_mixer.h', | 374 'browser/chromeos/audio_mixer.h', |
377 'browser/chromeos/audio_mixer_alsa.cc', | 375 'browser/chromeos/audio_mixer_alsa.cc', |
378 'browser/chromeos/audio_mixer_alsa.h', | 376 'browser/chromeos/audio_mixer_alsa.h', |
379 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 377 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
380 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 378 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
381 'browser/chromeos/bluetooth/bluetooth_device.cc', | 379 'browser/chromeos/bluetooth/bluetooth_device.cc', |
(...skipping 4863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5245 'type': 'static_library', | 5243 'type': 'static_library', |
5246 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5247 'variables': { | 5245 'variables': { |
5248 'proto_in_dir': 'browser/history', | 5246 'proto_in_dir': 'browser/history', |
5249 'proto_out_dir': 'chrome/browser/history', | 5247 'proto_out_dir': 'chrome/browser/history', |
5250 }, | 5248 }, |
5251 'includes': [ '../build/protoc.gypi' ] | 5249 'includes': [ '../build/protoc.gypi' ] |
5252 }, | 5250 }, |
5253 ], | 5251 ], |
5254 } | 5252 } |
OLD | NEW |