| 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 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1844 'browser/screensaver_window_finder_x11.cc', | 1844 'browser/screensaver_window_finder_x11.cc', |
| 1845 'browser/screensaver_window_finder_x11.h', | 1845 'browser/screensaver_window_finder_x11.h', |
| 1846 'browser/search/iframe_source.cc', | 1846 'browser/search/iframe_source.cc', |
| 1847 'browser/search/iframe_source.h', | 1847 'browser/search/iframe_source.h', |
| 1848 'browser/search/instant_io_context.cc', | 1848 'browser/search/instant_io_context.cc', |
| 1849 'browser/search/instant_io_context.h', | 1849 'browser/search/instant_io_context.h', |
| 1850 'browser/search/instant_service.cc', | 1850 'browser/search/instant_service.cc', |
| 1851 'browser/search/instant_service.h', | 1851 'browser/search/instant_service.h', |
| 1852 'browser/search/instant_service_factory.cc', | 1852 'browser/search/instant_service_factory.cc', |
| 1853 'browser/search/instant_service_factory.h', | 1853 'browser/search/instant_service_factory.h', |
| 1854 'browser/search/instant_service_observer.cc', |
| 1854 'browser/search/instant_service_observer.h', | 1855 'browser/search/instant_service_observer.h', |
| 1855 'browser/search/local_ntp_source.cc', | 1856 'browser/search/local_ntp_source.cc', |
| 1856 'browser/search/local_ntp_source.h', | 1857 'browser/search/local_ntp_source.h', |
| 1857 'browser/search/most_visited_iframe_source.cc', | 1858 'browser/search/most_visited_iframe_source.cc', |
| 1858 'browser/search/most_visited_iframe_source.h', | 1859 'browser/search/most_visited_iframe_source.h', |
| 1859 'browser/search/search.cc', | 1860 'browser/search/search.cc', |
| 1860 'browser/search/search.h', | 1861 'browser/search/search.h', |
| 1861 'browser/search/search_terms_tracker.cc', | 1862 'browser/search/search_terms_tracker.cc', |
| 1862 'browser/search/search_terms_tracker.h', | 1863 'browser/search/search_terms_tracker.h', |
| 1863 'browser/search_engines/search_engine_type.h', | 1864 'browser/search_engines/search_engine_type.h', |
| (...skipping 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3607 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3607 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3608 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3608 }, | 3609 }, |
| 3609 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3610 }, | 3611 }, |
| 3611 ], | 3612 ], |
| 3612 }, | 3613 }, |
| 3613 ], | 3614 ], |
| 3614 ], | 3615 ], |
| 3615 } | 3616 } |
| OLD | NEW |