| 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 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4169 'browser/ui/webui/web_dialog_web_contents_delegate.h', | 4169 'browser/ui/webui/web_dialog_web_contents_delegate.h', |
| 4170 'browser/ui/webui/web_ui_util.cc', | 4170 'browser/ui/webui/web_ui_util.cc', |
| 4171 'browser/ui/webui/web_ui_util.h', | 4171 'browser/ui/webui/web_ui_util.h', |
| 4172 'browser/ui/window_sizer/window_sizer.cc', | 4172 'browser/ui/window_sizer/window_sizer.cc', |
| 4173 'browser/ui/window_sizer/window_sizer.h', | 4173 'browser/ui/window_sizer/window_sizer.h', |
| 4174 'browser/ui/window_sizer/window_sizer_ash.cc', | 4174 'browser/ui/window_sizer/window_sizer_ash.cc', |
| 4175 'browser/ui/window_sizer/window_sizer_aura.cc', | 4175 'browser/ui/window_sizer/window_sizer_aura.cc', |
| 4176 'browser/ui/window_sizer/window_sizer_gtk.cc', | 4176 'browser/ui/window_sizer/window_sizer_gtk.cc', |
| 4177 'browser/ui/window_sizer/window_sizer_mac.mm', | 4177 'browser/ui/window_sizer/window_sizer_mac.mm', |
| 4178 'browser/ui/window_sizer/window_sizer_win.cc', | 4178 'browser/ui/window_sizer/window_sizer_win.cc', |
| 4179 'browser/ui/window_snapshot/window_snapshot.cc', |
| 4179 'browser/ui/window_snapshot/window_snapshot.h', | 4180 'browser/ui/window_snapshot/window_snapshot.h', |
| 4180 'browser/ui/window_snapshot/window_snapshot_aura.cc', | 4181 'browser/ui/window_snapshot/window_snapshot_aura.cc', |
| 4181 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | 4182 'browser/ui/window_snapshot/window_snapshot_gtk.cc', |
| 4182 'browser/ui/window_snapshot/window_snapshot_mac.mm', | 4183 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 4183 'browser/ui/window_snapshot/window_snapshot_win.cc', | 4184 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 4184 'browser/ui/zoom/zoom_controller.cc', | 4185 'browser/ui/zoom/zoom_controller.cc', |
| 4185 'browser/ui/zoom/zoom_controller.h', | 4186 'browser/ui/zoom/zoom_controller.h', |
| 4186 'browser/ui/zoom/zoom_observer.h', | 4187 'browser/ui/zoom/zoom_observer.h', |
| 4187 'browser/upgrade_detector.cc', | 4188 'browser/upgrade_detector.cc', |
| 4188 'browser/upgrade_detector.h', | 4189 'browser/upgrade_detector.h', |
| (...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5370 'browser/metrics/proto/study.proto', | 5371 'browser/metrics/proto/study.proto', |
| 5371 ], | 5372 ], |
| 5372 'variables': { | 5373 'variables': { |
| 5373 'proto_in_dir': 'browser/metrics/proto', | 5374 'proto_in_dir': 'browser/metrics/proto', |
| 5374 'proto_out_dir': 'chrome/browser/metrics/proto', | 5375 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5375 }, | 5376 }, |
| 5376 'includes': [ '../build/protoc.gypi' ] | 5377 'includes': [ '../build/protoc.gypi' ] |
| 5377 }, | 5378 }, |
| 5378 ], | 5379 ], |
| 5379 } | 5380 } |
| OLD | NEW |