| 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 4210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4221 'browser/ui/webui/uber/uber_ui.h', | 4221 'browser/ui/webui/uber/uber_ui.h', |
| 4222 'browser/ui/webui/web_ui_util.cc', | 4222 'browser/ui/webui/web_ui_util.cc', |
| 4223 'browser/ui/webui/web_ui_util.h', | 4223 'browser/ui/webui/web_ui_util.h', |
| 4224 'browser/ui/window_sizer/window_sizer.cc', | 4224 'browser/ui/window_sizer/window_sizer.cc', |
| 4225 'browser/ui/window_sizer/window_sizer.h', | 4225 'browser/ui/window_sizer/window_sizer.h', |
| 4226 'browser/ui/window_sizer/window_sizer_ash.cc', | 4226 'browser/ui/window_sizer/window_sizer_ash.cc', |
| 4227 'browser/ui/window_sizer/window_sizer_aura.cc', | 4227 'browser/ui/window_sizer/window_sizer_aura.cc', |
| 4228 'browser/ui/window_sizer/window_sizer_gtk.cc', | 4228 'browser/ui/window_sizer/window_sizer_gtk.cc', |
| 4229 'browser/ui/window_sizer/window_sizer_mac.mm', | 4229 'browser/ui/window_sizer/window_sizer_mac.mm', |
| 4230 'browser/ui/window_sizer/window_sizer_win.cc', | 4230 'browser/ui/window_sizer/window_sizer_win.cc', |
| 4231 'browser/ui/window_snapshot/window_snapshot.cc', |
| 4231 'browser/ui/window_snapshot/window_snapshot.h', | 4232 'browser/ui/window_snapshot/window_snapshot.h', |
| 4232 'browser/ui/window_snapshot/window_snapshot_aura.cc', | 4233 'browser/ui/window_snapshot/window_snapshot_aura.cc', |
| 4233 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | 4234 'browser/ui/window_snapshot/window_snapshot_gtk.cc', |
| 4234 'browser/ui/window_snapshot/window_snapshot_mac.mm', | 4235 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 4235 'browser/ui/window_snapshot/window_snapshot_win.cc', | 4236 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 4236 'browser/ui/zoom/zoom_controller.cc', | 4237 'browser/ui/zoom/zoom_controller.cc', |
| 4237 'browser/ui/zoom/zoom_controller.h', | 4238 'browser/ui/zoom/zoom_controller.h', |
| 4238 'browser/ui/zoom/zoom_observer.h', | 4239 'browser/ui/zoom/zoom_observer.h', |
| 4239 'browser/upgrade_detector.cc', | 4240 'browser/upgrade_detector.cc', |
| 4240 'browser/upgrade_detector.h', | 4241 'browser/upgrade_detector.h', |
| (...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5467 'variables': { | 5468 'variables': { |
| 5468 'jni_gen_dir': 'chrome', | 5469 'jni_gen_dir': 'chrome', |
| 5469 }, | 5470 }, |
| 5470 'includes': [ '../build/jni_generator.gypi' ], | 5471 'includes': [ '../build/jni_generator.gypi' ], |
| 5471 }, | 5472 }, |
| 5472 ], | 5473 ], |
| 5473 }, | 5474 }, |
| 5474 ], | 5475 ], |
| 5475 ], | 5476 ], |
| 5476 } | 5477 } |
| OLD | NEW |