| 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 3126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3137 'browser/ui/panels/panel_mouse_watcher_observer.h', | 3137 'browser/ui/panels/panel_mouse_watcher_observer.h', |
| 3138 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 3138 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
| 3139 'browser/ui/panels/panel_strip.cc', | 3139 'browser/ui/panels/panel_strip.cc', |
| 3140 'browser/ui/panels/panel_strip.h', | 3140 'browser/ui/panels/panel_strip.h', |
| 3141 'browser/ui/panels/panel_titlebar_view_cocoa.h', | 3141 'browser/ui/panels/panel_titlebar_view_cocoa.h', |
| 3142 'browser/ui/panels/panel_titlebar_view_cocoa.mm', | 3142 'browser/ui/panels/panel_titlebar_view_cocoa.mm', |
| 3143 'browser/ui/panels/panel_utils_cocoa.h', | 3143 'browser/ui/panels/panel_utils_cocoa.h', |
| 3144 'browser/ui/panels/panel_utils_cocoa.mm', | 3144 'browser/ui/panels/panel_utils_cocoa.mm', |
| 3145 'browser/ui/panels/panel_window_controller_cocoa.h', | 3145 'browser/ui/panels/panel_window_controller_cocoa.h', |
| 3146 'browser/ui/panels/panel_window_controller_cocoa.mm', | 3146 'browser/ui/panels/panel_window_controller_cocoa.mm', |
| 3147 'browser/ui/panels/taskbar_window_thumbnailer_win.cc', |
| 3148 'browser/ui/panels/taskbar_window_thumbnailer_win.h', |
| 3147 'browser/ui/pdf/pdf_tab_observer.cc', | 3149 'browser/ui/pdf/pdf_tab_observer.cc', |
| 3148 'browser/ui/pdf/pdf_tab_observer.h', | 3150 'browser/ui/pdf/pdf_tab_observer.h', |
| 3149 'browser/ui/pdf/pdf_unsupported_feature.cc', | 3151 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 3150 'browser/ui/pdf/pdf_unsupported_feature.h', | 3152 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 3151 'browser/ui/prefs/prefs_tab_helper.cc', | 3153 'browser/ui/prefs/prefs_tab_helper.cc', |
| 3152 'browser/ui/prefs/prefs_tab_helper.h', | 3154 'browser/ui/prefs/prefs_tab_helper.h', |
| 3153 'browser/ui/profile_error_dialog.cc', | 3155 'browser/ui/profile_error_dialog.cc', |
| 3154 'browser/ui/profile_error_dialog.h', | 3156 'browser/ui/profile_error_dialog.h', |
| 3155 'browser/ui/sad_tab_helper.cc', | 3157 'browser/ui/sad_tab_helper.cc', |
| 3156 'browser/ui/sad_tab_helper.h', | 3158 'browser/ui/sad_tab_helper.h', |
| (...skipping 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5084 'browser/metrics/proto/study.proto', | 5086 'browser/metrics/proto/study.proto', |
| 5085 ], | 5087 ], |
| 5086 'variables': { | 5088 'variables': { |
| 5087 'proto_in_dir': 'browser/metrics/proto', | 5089 'proto_in_dir': 'browser/metrics/proto', |
| 5088 'proto_out_dir': 'chrome/browser/metrics/proto', | 5090 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5089 }, | 5091 }, |
| 5090 'includes': [ '../build/protoc.gypi' ] | 5092 'includes': [ '../build/protoc.gypi' ] |
| 5091 }, | 5093 }, |
| 5092 ], | 5094 ], |
| 5093 } | 5095 } |
| OLD | NEW |