| 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 3988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3999 'browser/ui/window_sizer_ash.cc', | 3999 'browser/ui/window_sizer_ash.cc', |
| 4000 'browser/ui/window_sizer_aura.cc', | 4000 'browser/ui/window_sizer_aura.cc', |
| 4001 'browser/ui/window_sizer_gtk.cc', | 4001 'browser/ui/window_sizer_gtk.cc', |
| 4002 'browser/ui/window_sizer_mac.mm', | 4002 'browser/ui/window_sizer_mac.mm', |
| 4003 'browser/ui/window_sizer_win.cc', | 4003 'browser/ui/window_sizer_win.cc', |
| 4004 'browser/ui/window_snapshot/window_snapshot.h', | 4004 'browser/ui/window_snapshot/window_snapshot.h', |
| 4005 'browser/ui/window_snapshot/window_snapshot_aura.cc', | 4005 'browser/ui/window_snapshot/window_snapshot_aura.cc', |
| 4006 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | 4006 'browser/ui/window_snapshot/window_snapshot_gtk.cc', |
| 4007 'browser/ui/window_snapshot/window_snapshot_mac.mm', | 4007 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 4008 'browser/ui/window_snapshot/window_snapshot_win.cc', | 4008 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 4009 'browser/ui/zoom/zoom_controller.cc', |
| 4010 'browser/ui/zoom/zoom_controller.h', |
| 4011 'browser/ui/zoom/zoom_observer.h', |
| 4009 'browser/upgrade_detector.cc', | 4012 'browser/upgrade_detector.cc', |
| 4010 'browser/upgrade_detector.h', | 4013 'browser/upgrade_detector.h', |
| 4011 'browser/upgrade_detector_impl.cc', | 4014 'browser/upgrade_detector_impl.cc', |
| 4012 'browser/upgrade_detector_impl.h', | 4015 'browser/upgrade_detector_impl.h', |
| 4013 'browser/usb/usb_device.cc', | 4016 'browser/usb/usb_device.cc', |
| 4014 'browser/usb/usb_device.h', | 4017 'browser/usb/usb_device.h', |
| 4015 'browser/usb/usb_service.cc', | 4018 'browser/usb/usb_service.cc', |
| 4016 'browser/usb/usb_service.h', | 4019 'browser/usb/usb_service.h', |
| 4017 'browser/usb/usb_service_factory.cc', | 4020 'browser/usb/usb_service_factory.cc', |
| 4018 'browser/usb/usb_service_factory.h', | 4021 'browser/usb/usb_service_factory.h', |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5143 'browser/metrics/proto/study.proto', | 5146 'browser/metrics/proto/study.proto', |
| 5144 ], | 5147 ], |
| 5145 'variables': { | 5148 'variables': { |
| 5146 'proto_in_dir': 'browser/metrics/proto', | 5149 'proto_in_dir': 'browser/metrics/proto', |
| 5147 'proto_out_dir': 'chrome/browser/metrics/proto', | 5150 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5148 }, | 5151 }, |
| 5149 'includes': [ '../build/protoc.gypi' ] | 5152 'includes': [ '../build/protoc.gypi' ] |
| 5150 }, | 5153 }, |
| 5151 ], | 5154 ], |
| 5152 } | 5155 } |
| OLD | NEW |