| 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', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 3958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3969 'browser/usb/usb_device.cc', | 3969 'browser/usb/usb_device.cc', |
| 3970 'browser/usb/usb_device.h', | 3970 'browser/usb/usb_device.h', |
| 3971 'browser/usb/usb_service.cc', | 3971 'browser/usb/usb_service.cc', |
| 3972 'browser/usb/usb_service.h', | 3972 'browser/usb/usb_service.h', |
| 3973 'browser/usb/usb_service_factory.cc', | 3973 'browser/usb/usb_service_factory.cc', |
| 3974 'browser/usb/usb_service_factory.h', | 3974 'browser/usb/usb_service_factory.h', |
| 3975 'browser/user_style_sheet_watcher.cc', | 3975 'browser/user_style_sheet_watcher.cc', |
| 3976 'browser/user_style_sheet_watcher.h', | 3976 'browser/user_style_sheet_watcher.h', |
| 3977 'browser/user_style_sheet_watcher_factory.cc', | 3977 'browser/user_style_sheet_watcher_factory.cc', |
| 3978 'browser/user_style_sheet_watcher_factory.h', | 3978 'browser/user_style_sheet_watcher_factory.h', |
| 3979 'browser/view_type_utils.cc', |
| 3980 'browser/view_type_utils.h', |
| 3979 'browser/visitedlink/visitedlink_event_listener.cc', | 3981 'browser/visitedlink/visitedlink_event_listener.cc', |
| 3980 'browser/visitedlink/visitedlink_event_listener.h', | 3982 'browser/visitedlink/visitedlink_event_listener.h', |
| 3981 'browser/visitedlink/visitedlink_master.cc', | 3983 'browser/visitedlink/visitedlink_master.cc', |
| 3982 'browser/visitedlink/visitedlink_master.h', | 3984 'browser/visitedlink/visitedlink_master.h', |
| 3983 'browser/web_applications/web_app.cc', | 3985 'browser/web_applications/web_app.cc', |
| 3984 'browser/web_applications/web_app.h', | 3986 'browser/web_applications/web_app.h', |
| 3985 'browser/web_applications/web_app_linux.cc', | 3987 'browser/web_applications/web_app_linux.cc', |
| 3986 'browser/web_applications/web_app_mac.h', | 3988 'browser/web_applications/web_app_mac.h', |
| 3987 'browser/web_applications/web_app_mac.mm', | 3989 'browser/web_applications/web_app_mac.mm', |
| 3988 'browser/web_applications/web_app_win.cc', | 3990 'browser/web_applications/web_app_win.cc', |
| (...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5070 'browser/metrics/proto/study.proto', | 5072 'browser/metrics/proto/study.proto', |
| 5071 ], | 5073 ], |
| 5072 'variables': { | 5074 'variables': { |
| 5073 'proto_in_dir': 'browser/metrics/proto', | 5075 'proto_in_dir': 'browser/metrics/proto', |
| 5074 'proto_out_dir': 'chrome/browser/metrics/proto', | 5076 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5075 }, | 5077 }, |
| 5076 'includes': [ '../build/protoc.gypi' ] | 5078 'includes': [ '../build/protoc.gypi' ] |
| 5077 }, | 5079 }, |
| 5078 ], | 5080 ], |
| 5079 } | 5081 } |
| OLD | NEW |