| 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 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2050 'browser/themes/browser_theme_pack.cc', | 2050 'browser/themes/browser_theme_pack.cc', |
| 2051 'browser/themes/browser_theme_pack.h', | 2051 'browser/themes/browser_theme_pack.h', |
| 2052 'browser/themes/theme_service.cc', | 2052 'browser/themes/theme_service.cc', |
| 2053 'browser/themes/theme_service_factory.cc', | 2053 'browser/themes/theme_service_factory.cc', |
| 2054 'browser/themes/theme_service_factory.h', | 2054 'browser/themes/theme_service_factory.h', |
| 2055 'browser/themes/theme_service.h', | 2055 'browser/themes/theme_service.h', |
| 2056 'browser/themes/theme_service_gtk.cc', | 2056 'browser/themes/theme_service_gtk.cc', |
| 2057 'browser/themes/theme_service_mac.mm', | 2057 'browser/themes/theme_service_mac.mm', |
| 2058 'browser/themes/theme_syncable_service.cc', | 2058 'browser/themes/theme_syncable_service.cc', |
| 2059 'browser/themes/theme_syncable_service.h', | 2059 'browser/themes/theme_syncable_service.h', |
| 2060 'browser/three_d_api_observer.cc', |
| 2061 'browser/three_d_api_observer.h', |
| 2060 'browser/thumbnails/render_widget_snapshot_taker.cc', | 2062 'browser/thumbnails/render_widget_snapshot_taker.cc', |
| 2061 'browser/thumbnails/render_widget_snapshot_taker.h', | 2063 'browser/thumbnails/render_widget_snapshot_taker.h', |
| 2062 'browser/thumbnails/thumbnail_service.h', | 2064 'browser/thumbnails/thumbnail_service.h', |
| 2063 'browser/thumbnails/thumbnail_service_factory.cc', | 2065 'browser/thumbnails/thumbnail_service_factory.cc', |
| 2064 'browser/thumbnails/thumbnail_service_factory.h', | 2066 'browser/thumbnails/thumbnail_service_factory.h', |
| 2065 'browser/thumbnails/thumbnail_service_impl.cc', | 2067 'browser/thumbnails/thumbnail_service_impl.cc', |
| 2066 'browser/thumbnails/thumbnail_service_impl.h', | 2068 'browser/thumbnails/thumbnail_service_impl.h', |
| 2067 'browser/thumbnails/thumbnail_tab_helper.cc', | 2069 'browser/thumbnails/thumbnail_tab_helper.cc', |
| 2068 'browser/thumbnails/thumbnail_tab_helper.h', | 2070 'browser/thumbnails/thumbnail_tab_helper.h', |
| 2069 'browser/toolkit_extra_parts.h', | 2071 'browser/toolkit_extra_parts.h', |
| (...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3052 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3054 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3053 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3055 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3054 }, | 3056 }, |
| 3055 'includes': ['../build/protoc.gypi'], | 3057 'includes': ['../build/protoc.gypi'], |
| 3056 }, | 3058 }, |
| 3057 ], | 3059 ], |
| 3058 }, | 3060 }, |
| 3059 ], | 3061 ], |
| 3060 ], | 3062 ], |
| 3061 } | 3063 } |
| OLD | NEW |