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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'browser/chrome_quota_permission_context.h', | 362 'browser/chrome_quota_permission_context.h', |
363 'browser/chrome_worker_message_filter.cc', | 363 'browser/chrome_worker_message_filter.cc', |
364 'browser/chrome_worker_message_filter.h', | 364 'browser/chrome_worker_message_filter.h', |
365 'browser/chromeos/accessibility_util.cc', | 365 'browser/chromeos/accessibility_util.cc', |
366 'browser/chromeos/accessibility_util.h', | 366 'browser/chromeos/accessibility_util.h', |
367 'browser/chromeos/audio_handler.cc', | 367 'browser/chromeos/audio_handler.cc', |
368 'browser/chromeos/audio_handler.h', | 368 'browser/chromeos/audio_handler.h', |
369 'browser/chromeos/audio_mixer.h', | 369 'browser/chromeos/audio_mixer.h', |
370 'browser/chromeos/audio_mixer_alsa.cc', | 370 'browser/chromeos/audio_mixer_alsa.cc', |
371 'browser/chromeos/audio_mixer_alsa.h', | 371 'browser/chromeos/audio_mixer_alsa.h', |
| 372 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
| 373 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
| 374 'browser/chromeos/bluetooth/bluetooth_device.cc', |
| 375 'browser/chromeos/bluetooth/bluetooth_device.h', |
| 376 'browser/chromeos/bluetooth/bluetooth_manager.cc', |
| 377 'browser/chromeos/bluetooth/bluetooth_manager.h', |
372 'browser/chromeos/boot_times_loader.cc', | 378 'browser/chromeos/boot_times_loader.cc', |
373 'browser/chromeos/boot_times_loader.h', | 379 'browser/chromeos/boot_times_loader.h', |
374 'browser/chromeos/brightness_bubble.cc', | 380 'browser/chromeos/brightness_bubble.cc', |
375 'browser/chromeos/brightness_bubble.h', | 381 'browser/chromeos/brightness_bubble.h', |
376 'browser/chromeos/brightness_observer.cc', | 382 'browser/chromeos/brightness_observer.cc', |
377 'browser/chromeos/brightness_observer.h', | 383 'browser/chromeos/brightness_observer.h', |
378 'browser/chromeos/choose_mobile_network_dialog.cc', | 384 'browser/chromeos/choose_mobile_network_dialog.cc', |
379 'browser/chromeos/choose_mobile_network_dialog.h', | 385 'browser/chromeos/choose_mobile_network_dialog.h', |
380 'browser/chromeos/chrome_browser_main_chromeos.cc', | 386 'browser/chromeos/chrome_browser_main_chromeos.cc', |
381 'browser/chromeos/chrome_browser_main_chromeos.h', | 387 'browser/chromeos/chrome_browser_main_chromeos.h', |
(...skipping 4823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5205 'type': 'static_library', | 5211 'type': 'static_library', |
5206 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5212 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5207 'variables': { | 5213 'variables': { |
5208 'proto_in_dir': 'browser/history', | 5214 'proto_in_dir': 'browser/history', |
5209 'proto_out_dir': 'chrome/browser/history', | 5215 'proto_out_dir': 'chrome/browser/history', |
5210 }, | 5216 }, |
5211 'includes': [ '../build/protoc.gypi' ] | 5217 'includes': [ '../build/protoc.gypi' ] |
5212 }, | 5218 }, |
5213 ], | 5219 ], |
5214 } | 5220 } |
OLD | NEW |