OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2186 'browser/tab_contents/tab_util.h', | 2186 'browser/tab_contents/tab_util.h', |
2187 'browser/tab_contents/thumbnail_generator.cc', | 2187 'browser/tab_contents/thumbnail_generator.cc', |
2188 'browser/tab_contents/thumbnail_generator.h', | 2188 'browser/tab_contents/thumbnail_generator.h', |
2189 'browser/tab_contents/spellchecker_submenu_observer.h', | 2189 'browser/tab_contents/spellchecker_submenu_observer.h', |
2190 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', | 2190 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', |
2191 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', | 2191 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', |
2192 'browser/tab_contents/spelling_bubble_model.cc', | 2192 'browser/tab_contents/spelling_bubble_model.cc', |
2193 'browser/tab_contents/spelling_bubble_model.h', | 2193 'browser/tab_contents/spelling_bubble_model.h', |
2194 'browser/tab_contents/spelling_menu_observer.cc', | 2194 'browser/tab_contents/spelling_menu_observer.cc', |
2195 'browser/tab_contents/spelling_menu_observer.h', | 2195 'browser/tab_contents/spelling_menu_observer.h', |
| 2196 'browser/tab_contents/web_drag_bookmark_handler_aura.cc', |
| 2197 'browser/tab_contents/web_drag_bookmark_handler_aura.h', |
2196 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', | 2198 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
2197 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', | 2199 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
2198 'browser/tab_contents/web_drag_bookmark_handler_mac.h', | 2200 'browser/tab_contents/web_drag_bookmark_handler_mac.h', |
2199 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', | 2201 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', |
2200 'browser/tab_contents/web_drag_bookmark_handler_win.cc', | 2202 'browser/tab_contents/web_drag_bookmark_handler_win.cc', |
2201 'browser/tab_contents/web_drag_bookmark_handler_win.h', | 2203 'browser/tab_contents/web_drag_bookmark_handler_win.h', |
2202 'browser/tab_render_watcher.cc', | 2204 'browser/tab_render_watcher.cc', |
2203 'browser/tab_render_watcher.h', | 2205 'browser/tab_render_watcher.h', |
2204 'browser/tabs/default_tab_handler.cc', | 2206 'browser/tabs/default_tab_handler.cc', |
2205 'browser/tabs/default_tab_handler.h', | 2207 'browser/tabs/default_tab_handler.h', |
(...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5287 'variables': { | 5289 'variables': { |
5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5290 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5291 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5290 }, | 5292 }, |
5291 'includes': ['../build/protoc.gypi'], | 5293 'includes': ['../build/protoc.gypi'], |
5292 }], | 5294 }], |
5293 ], | 5295 ], |
5294 }, | 5296 }, |
5295 ], | 5297 ], |
5296 } | 5298 } |
OLD | NEW |