| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 'browser/chromeos/login/wizard_screen.cc', | 471 'browser/chromeos/login/wizard_screen.cc', |
| 472 'browser/chromeos/login/wizard_screen.h', | 472 'browser/chromeos/login/wizard_screen.h', |
| 473 'browser/chromeos/low_memory_observer.cc', | 473 'browser/chromeos/low_memory_observer.cc', |
| 474 'browser/chromeos/low_memory_observer.h', | 474 'browser/chromeos/low_memory_observer.h', |
| 475 'browser/chromeos/media/media_player.cc', | 475 'browser/chromeos/media/media_player.cc', |
| 476 'browser/chromeos/media/media_player.h', | 476 'browser/chromeos/media/media_player.h', |
| 477 'browser/chromeos/mobile/mobile_activator.cc', | 477 'browser/chromeos/mobile/mobile_activator.cc', |
| 478 'browser/chromeos/mobile/mobile_activator.h', | 478 'browser/chromeos/mobile/mobile_activator.h', |
| 479 'browser/chromeos/mobile_config.cc', | 479 'browser/chromeos/mobile_config.cc', |
| 480 'browser/chromeos/mobile_config.h', | 480 'browser/chromeos/mobile_config.h', |
| 481 'browser/chromeos/mtp/media_transfer_protocol_manager.cc', |
| 482 'browser/chromeos/mtp/media_transfer_protocol_manager.h', |
| 481 'browser/chromeos/net/cros_network_change_notifier_factory.cc', | 483 'browser/chromeos/net/cros_network_change_notifier_factory.cc', |
| 482 'browser/chromeos/net/cros_network_change_notifier_factory.h', | 484 'browser/chromeos/net/cros_network_change_notifier_factory.h', |
| 483 'browser/chromeos/net/network_change_notifier_chromeos.cc', | 485 'browser/chromeos/net/network_change_notifier_chromeos.cc', |
| 484 'browser/chromeos/net/network_change_notifier_chromeos.h', | 486 'browser/chromeos/net/network_change_notifier_chromeos.h', |
| 485 'browser/chromeos/network_login_observer.cc', | 487 'browser/chromeos/network_login_observer.cc', |
| 486 'browser/chromeos/network_login_observer.h', | 488 'browser/chromeos/network_login_observer.h', |
| 487 'browser/chromeos/network_message_observer.cc', | 489 'browser/chromeos/network_message_observer.cc', |
| 488 'browser/chromeos/network_message_observer.h', | 490 'browser/chromeos/network_message_observer.h', |
| 489 'browser/chromeos/notifications/balloon_view_host_chromeos.cc', | 491 'browser/chromeos/notifications/balloon_view_host_chromeos.cc', |
| 490 'browser/chromeos/notifications/balloon_view_host_chromeos.h', | 492 'browser/chromeos/notifications/balloon_view_host_chromeos.h', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'type': 'static_library', | 759 'type': 'static_library', |
| 758 'sources': [ 'browser/chromeos/contacts/contact.proto' ], | 760 'sources': [ 'browser/chromeos/contacts/contact.proto' ], |
| 759 'variables': { | 761 'variables': { |
| 760 'proto_in_dir': 'browser/chromeos/contacts', | 762 'proto_in_dir': 'browser/chromeos/contacts', |
| 761 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 763 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 762 }, | 764 }, |
| 763 'includes': [ '../build/protoc.gypi' ] | 765 'includes': [ '../build/protoc.gypi' ] |
| 764 }, | 766 }, |
| 765 ], | 767 ], |
| 766 } | 768 } |
| OLD | NEW |