| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 3955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3966 'browser/ui/window_sizer_win.cc', | 3966 'browser/ui/window_sizer_win.cc', |
| 3967 'browser/ui/window_snapshot/window_snapshot.h', | 3967 'browser/ui/window_snapshot/window_snapshot.h', |
| 3968 'browser/ui/window_snapshot/window_snapshot_aura.cc', | 3968 'browser/ui/window_snapshot/window_snapshot_aura.cc', |
| 3969 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | 3969 'browser/ui/window_snapshot/window_snapshot_gtk.cc', |
| 3970 'browser/ui/window_snapshot/window_snapshot_mac.mm', | 3970 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 3971 'browser/ui/window_snapshot/window_snapshot_win.cc', | 3971 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 3972 'browser/upgrade_detector.cc', | 3972 'browser/upgrade_detector.cc', |
| 3973 'browser/upgrade_detector.h', | 3973 'browser/upgrade_detector.h', |
| 3974 'browser/upgrade_detector_impl.cc', | 3974 'browser/upgrade_detector_impl.cc', |
| 3975 'browser/upgrade_detector_impl.h', | 3975 'browser/upgrade_detector_impl.h', |
| 3976 'browser/gaia_userinfo/image_decoder.cc', |
| 3977 'browser/gaia_userinfo/profile_image_downloader.cc', |
| 3976 'browser/user_style_sheet_watcher.cc', | 3978 'browser/user_style_sheet_watcher.cc', |
| 3977 'browser/user_style_sheet_watcher.h', | 3979 'browser/user_style_sheet_watcher.h', |
| 3978 'browser/visitedlink/visitedlink_event_listener.cc', | 3980 'browser/visitedlink/visitedlink_event_listener.cc', |
| 3979 'browser/visitedlink/visitedlink_event_listener.h', | 3981 'browser/visitedlink/visitedlink_event_listener.h', |
| 3980 'browser/visitedlink/visitedlink_master.cc', | 3982 'browser/visitedlink/visitedlink_master.cc', |
| 3981 'browser/visitedlink/visitedlink_master.h', | 3983 'browser/visitedlink/visitedlink_master.h', |
| 3982 'browser/web_applications/web_app.cc', | 3984 'browser/web_applications/web_app.cc', |
| 3983 'browser/web_applications/web_app.h', | 3985 'browser/web_applications/web_app.h', |
| 3984 'browser/web_resource/gpu_blacklist_updater.cc', | 3986 'browser/web_resource/gpu_blacklist_updater.cc', |
| 3985 'browser/web_resource/gpu_blacklist_updater.h', | 3987 'browser/web_resource/gpu_blacklist_updater.h', |
| (...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5290 'type': 'static_library', | 5292 'type': 'static_library', |
| 5291 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5293 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5292 'variables': { | 5294 'variables': { |
| 5293 'proto_in_dir': 'browser/history', | 5295 'proto_in_dir': 'browser/history', |
| 5294 'proto_out_dir': 'chrome/browser/history', | 5296 'proto_out_dir': 'chrome/browser/history', |
| 5295 }, | 5297 }, |
| 5296 'includes': [ '../build/protoc.gypi' ] | 5298 'includes': [ '../build/protoc.gypi' ] |
| 5297 }, | 5299 }, |
| 5298 ], | 5300 ], |
| 5299 } | 5301 } |
| OLD | NEW |