| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'browser/history/select_favicon_frames.cc', | 766 'browser/history/select_favicon_frames.cc', |
| 767 'browser/history/select_favicon_frames.h', | 767 'browser/history/select_favicon_frames.h', |
| 768 'browser/history/snippet.cc', | 768 'browser/history/snippet.cc', |
| 769 'browser/history/snippet.h', | 769 'browser/history/snippet.h', |
| 770 'browser/history/shortcuts_backend.cc', | 770 'browser/history/shortcuts_backend.cc', |
| 771 'browser/history/shortcuts_backend.h', | 771 'browser/history/shortcuts_backend.h', |
| 772 'browser/history/shortcuts_backend_factory.cc', | 772 'browser/history/shortcuts_backend_factory.cc', |
| 773 'browser/history/shortcuts_backend_factory.h', | 773 'browser/history/shortcuts_backend_factory.h', |
| 774 'browser/history/shortcuts_database.cc', | 774 'browser/history/shortcuts_database.cc', |
| 775 'browser/history/shortcuts_database.h', | 775 'browser/history/shortcuts_database.h', |
| 776 'browser/history/text_database.cc', | |
| 777 'browser/history/text_database.h', | |
| 778 'browser/history/text_database_manager.cc', | |
| 779 'browser/history/text_database_manager.h', | |
| 780 'browser/history/thumbnail_database.cc', | 776 'browser/history/thumbnail_database.cc', |
| 781 'browser/history/thumbnail_database.h', | 777 'browser/history/thumbnail_database.h', |
| 782 'browser/history/top_sites.cc', | 778 'browser/history/top_sites.cc', |
| 783 'browser/history/top_sites.h', | 779 'browser/history/top_sites.h', |
| 784 'browser/history/top_sites_backend.cc', | 780 'browser/history/top_sites_backend.cc', |
| 785 'browser/history/top_sites_backend.h', | 781 'browser/history/top_sites_backend.h', |
| 786 'browser/history/top_sites_cache.cc', | 782 'browser/history/top_sites_cache.cc', |
| 787 'browser/history/top_sites_cache.h', | 783 'browser/history/top_sites_cache.h', |
| 788 'browser/history/top_sites_database.cc', | 784 'browser/history/top_sites_database.cc', |
| 789 'browser/history/top_sites_database.h', | 785 'browser/history/top_sites_database.h', |
| (...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3348 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3349 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3354 }, | 3350 }, |
| 3355 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3351 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3356 }, | 3352 }, |
| 3357 ], | 3353 ], |
| 3358 }, | 3354 }, |
| 3359 ], | 3355 ], |
| 3360 ], | 3356 ], |
| 3361 } | 3357 } |
| OLD | NEW |