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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'browser/chromeos/views/copy_background.cc', | 796 'browser/chromeos/views/copy_background.cc', |
797 'browser/chromeos/views/copy_background.h', | 797 'browser/chromeos/views/copy_background.h', |
798 'browser/chromeos/views/dropdown_button.cc', | 798 'browser/chromeos/views/dropdown_button.cc', |
799 'browser/chromeos/views/dropdown_button.h', | 799 'browser/chromeos/views/dropdown_button.h', |
800 'browser/chromeos/volume_bubble.cc', | 800 'browser/chromeos/volume_bubble.cc', |
801 'browser/chromeos/volume_bubble.h', | 801 'browser/chromeos/volume_bubble.h', |
802 'browser/chromeos/web_socket_proxy.cc', | 802 'browser/chromeos/web_socket_proxy.cc', |
803 'browser/chromeos/web_socket_proxy.h', | 803 'browser/chromeos/web_socket_proxy.h', |
804 'browser/chromeos/web_socket_proxy_controller.cc', | 804 'browser/chromeos/web_socket_proxy_controller.cc', |
805 'browser/chromeos/web_socket_proxy_controller.h', | 805 'browser/chromeos/web_socket_proxy_controller.h', |
| 806 'browser/chromeos/web_socket_proxy_helper.cc', |
| 807 'browser/chromeos/web_socket_proxy_helper.h', |
806 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', | 808 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', |
807 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', | 809 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', |
808 'browser/command_updater.cc', | 810 'browser/command_updater.cc', |
809 'browser/command_updater.h', | 811 'browser/command_updater.h', |
810 'browser/component_updater/component_updater_configurator.cc', | 812 'browser/component_updater/component_updater_configurator.cc', |
811 'browser/component_updater/component_updater_configurator.h', | 813 'browser/component_updater/component_updater_configurator.h', |
812 'browser/component_updater/component_unpacker.cc', | 814 'browser/component_updater/component_unpacker.cc', |
813 'browser/component_updater/component_unpacker.h', | 815 'browser/component_updater/component_unpacker.h', |
814 'browser/component_updater/component_updater_service.cc', | 816 'browser/component_updater/component_updater_service.cc', |
815 'browser/component_updater/component_updater_service.h', | 817 'browser/component_updater/component_updater_service.h', |
(...skipping 4468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5284 'type': 'static_library', | 5286 'type': 'static_library', |
5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5286 'variables': { | 5288 'variables': { |
5287 'proto_in_dir': 'browser/history', | 5289 'proto_in_dir': 'browser/history', |
5288 'proto_out_dir': 'chrome/browser/history', | 5290 'proto_out_dir': 'chrome/browser/history', |
5289 }, | 5291 }, |
5290 'includes': [ '../build/protoc.gypi' ] | 5292 'includes': [ '../build/protoc.gypi' ] |
5291 }, | 5293 }, |
5292 ], | 5294 ], |
5293 } | 5295 } |
OLD | NEW |