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 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2411 'browser/tab_contents/tab_util.h', | 2411 'browser/tab_contents/tab_util.h', |
2412 'browser/tab_contents/thumbnail_generator.cc', | 2412 'browser/tab_contents/thumbnail_generator.cc', |
2413 'browser/tab_contents/thumbnail_generator.h', | 2413 'browser/tab_contents/thumbnail_generator.h', |
2414 'browser/tab_contents/spellchecker_submenu_observer.h', | 2414 'browser/tab_contents/spellchecker_submenu_observer.h', |
2415 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', | 2415 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', |
2416 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', | 2416 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', |
2417 'browser/tab_contents/spelling_bubble_model.cc', | 2417 'browser/tab_contents/spelling_bubble_model.cc', |
2418 'browser/tab_contents/spelling_bubble_model.h', | 2418 'browser/tab_contents/spelling_bubble_model.h', |
2419 'browser/tab_contents/spelling_menu_observer.cc', | 2419 'browser/tab_contents/spelling_menu_observer.cc', |
2420 'browser/tab_contents/spelling_menu_observer.h', | 2420 'browser/tab_contents/spelling_menu_observer.h', |
| 2421 'browser/tab_contents/web_contents_user_data.h', |
2421 'browser/tab_contents/web_drag_bookmark_handler_aura.cc', | 2422 'browser/tab_contents/web_drag_bookmark_handler_aura.cc', |
2422 'browser/tab_contents/web_drag_bookmark_handler_aura.h', | 2423 'browser/tab_contents/web_drag_bookmark_handler_aura.h', |
2423 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', | 2424 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
2424 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', | 2425 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
2425 'browser/tab_contents/web_drag_bookmark_handler_mac.h', | 2426 'browser/tab_contents/web_drag_bookmark_handler_mac.h', |
2426 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', | 2427 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', |
2427 'browser/tab_contents/web_drag_bookmark_handler_win.cc', | 2428 'browser/tab_contents/web_drag_bookmark_handler_win.cc', |
2428 'browser/tab_contents/web_drag_bookmark_handler_win.h', | 2429 'browser/tab_contents/web_drag_bookmark_handler_win.h', |
2429 'browser/task_manager/task_manager.cc', | 2430 'browser/task_manager/task_manager.cc', |
2430 'browser/task_manager/task_manager.h', | 2431 'browser/task_manager/task_manager.h', |
(...skipping 3220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5651 'includes': [ '../build/jni_generator.gypi' ], | 5652 'includes': [ '../build/jni_generator.gypi' ], |
5652 'dependencies': [ | 5653 'dependencies': [ |
5653 'android_jar_jni_headers', | 5654 'android_jar_jni_headers', |
5654 ], | 5655 ], |
5655 }, | 5656 }, |
5656 ], | 5657 ], |
5657 }, | 5658 }, |
5658 ], | 5659 ], |
5659 ], | 5660 ], |
5660 } | 5661 } |
OLD | NEW |