| 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 4222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4233 'browser/ui/webui/web_ui_util.h', | 4233 'browser/ui/webui/web_ui_util.h', |
| 4234 'browser/ui/window_sizer/window_sizer.cc', | 4234 'browser/ui/window_sizer/window_sizer.cc', |
| 4235 'browser/ui/window_sizer/window_sizer.h', | 4235 'browser/ui/window_sizer/window_sizer.h', |
| 4236 'browser/ui/window_sizer/window_sizer_ash.cc', | 4236 'browser/ui/window_sizer/window_sizer_ash.cc', |
| 4237 'browser/ui/window_sizer/window_sizer_aura.cc', | 4237 'browser/ui/window_sizer/window_sizer_aura.cc', |
| 4238 'browser/ui/window_sizer/window_sizer_gtk.cc', | 4238 'browser/ui/window_sizer/window_sizer_gtk.cc', |
| 4239 'browser/ui/window_sizer/window_sizer_mac.mm', | 4239 'browser/ui/window_sizer/window_sizer_mac.mm', |
| 4240 'browser/ui/window_sizer/window_sizer_win.cc', | 4240 'browser/ui/window_sizer/window_sizer_win.cc', |
| 4241 'browser/ui/window_snapshot/window_snapshot.cc', | 4241 'browser/ui/window_snapshot/window_snapshot.cc', |
| 4242 'browser/ui/window_snapshot/window_snapshot.h', | 4242 'browser/ui/window_snapshot/window_snapshot.h', |
| 4243 'browser/ui/window_snapshot/window_snapshot_aura.cc', | |
| 4244 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | |
| 4245 'browser/ui/window_snapshot/window_snapshot_mac.mm', | |
| 4246 'browser/ui/window_snapshot/window_snapshot_win.cc', | |
| 4247 'browser/ui/zoom/zoom_controller.cc', | 4243 'browser/ui/zoom/zoom_controller.cc', |
| 4248 'browser/ui/zoom/zoom_controller.h', | 4244 'browser/ui/zoom/zoom_controller.h', |
| 4249 'browser/ui/zoom/zoom_observer.h', | 4245 'browser/ui/zoom/zoom_observer.h', |
| 4250 'browser/upgrade_detector.cc', | 4246 'browser/upgrade_detector.cc', |
| 4251 'browser/upgrade_detector.h', | 4247 'browser/upgrade_detector.h', |
| 4252 'browser/upgrade_detector_impl.cc', | 4248 'browser/upgrade_detector_impl.cc', |
| 4253 'browser/upgrade_detector_impl.h', | 4249 'browser/upgrade_detector_impl.h', |
| 4254 'browser/usb/usb_device.cc', | 4250 'browser/usb/usb_device.cc', |
| 4255 'browser/usb/usb_device.h', | 4251 'browser/usb/usb_device.h', |
| 4256 'browser/usb/usb_service.cc', | 4252 'browser/usb/usb_service.cc', |
| (...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5486 'variables': { | 5482 'variables': { |
| 5487 'jni_gen_dir': 'chrome', | 5483 'jni_gen_dir': 'chrome', |
| 5488 }, | 5484 }, |
| 5489 'includes': [ '../build/jni_generator.gypi' ], | 5485 'includes': [ '../build/jni_generator.gypi' ], |
| 5490 }, | 5486 }, |
| 5491 ], | 5487 ], |
| 5492 }, | 5488 }, |
| 5493 ], | 5489 ], |
| 5494 ], | 5490 ], |
| 5495 } | 5491 } |
| OLD | NEW |