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 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2041 'browser/themes/theme_service.cc', | 2041 'browser/themes/theme_service.cc', |
2042 'browser/themes/theme_service_factory.cc', | 2042 'browser/themes/theme_service_factory.cc', |
2043 'browser/themes/theme_service_factory.h', | 2043 'browser/themes/theme_service_factory.h', |
2044 'browser/themes/theme_service.h', | 2044 'browser/themes/theme_service.h', |
2045 'browser/themes/theme_service_gtk.cc', | 2045 'browser/themes/theme_service_gtk.cc', |
2046 'browser/themes/theme_service_mac.mm', | 2046 'browser/themes/theme_service_mac.mm', |
2047 'browser/themes/theme_syncable_service.cc', | 2047 'browser/themes/theme_syncable_service.cc', |
2048 'browser/themes/theme_syncable_service.h', | 2048 'browser/themes/theme_syncable_service.h', |
2049 'browser/three_d_api_observer.cc', | 2049 'browser/three_d_api_observer.cc', |
2050 'browser/three_d_api_observer.h', | 2050 'browser/three_d_api_observer.h', |
| 2051 'browser/thumbnails/content_analysis.cc', |
| 2052 'browser/thumbnails/content_analysis.h', |
2051 'browser/thumbnails/simple_thumbnail_crop.cc', | 2053 'browser/thumbnails/simple_thumbnail_crop.cc', |
2052 'browser/thumbnails/simple_thumbnail_crop.h', | 2054 'browser/thumbnails/simple_thumbnail_crop.h', |
2053 'browser/thumbnails/render_widget_snapshot_taker.cc', | 2055 'browser/thumbnails/render_widget_snapshot_taker.cc', |
2054 'browser/thumbnails/render_widget_snapshot_taker.h', | 2056 'browser/thumbnails/render_widget_snapshot_taker.h', |
2055 'browser/thumbnails/thumbnail_service.h', | 2057 'browser/thumbnails/thumbnail_service.h', |
2056 'browser/thumbnails/thumbnail_service_factory.cc', | 2058 'browser/thumbnails/thumbnail_service_factory.cc', |
2057 'browser/thumbnails/thumbnail_service_factory.h', | 2059 'browser/thumbnails/thumbnail_service_factory.h', |
2058 'browser/thumbnails/thumbnail_service_impl.cc', | 2060 'browser/thumbnails/thumbnail_service_impl.cc', |
2059 'browser/thumbnails/thumbnail_service_impl.h', | 2061 'browser/thumbnails/thumbnail_service_impl.h', |
2060 'browser/thumbnails/thumbnail_tab_helper.cc', | 2062 'browser/thumbnails/thumbnail_tab_helper.cc', |
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3033 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3035 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3034 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3036 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3035 }, | 3037 }, |
3036 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3038 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3037 }, | 3039 }, |
3038 ], | 3040 ], |
3039 }, | 3041 }, |
3040 ], | 3042 ], |
3041 ], | 3043 ], |
3042 } | 3044 } |
OLD | NEW |