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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1237 'browser/first_run/first_run_win.cc', | 1237 'browser/first_run/first_run_win.cc', |
1238 'browser/first_run/try_chrome_dialog_view.cc', | 1238 'browser/first_run/try_chrome_dialog_view.cc', |
1239 'browser/first_run/try_chrome_dialog_view.h', | 1239 'browser/first_run/try_chrome_dialog_view.h', |
1240 'browser/first_run/upgrade_util.cc', | 1240 'browser/first_run/upgrade_util.cc', |
1241 'browser/first_run/upgrade_util.h', | 1241 'browser/first_run/upgrade_util.h', |
1242 'browser/first_run/upgrade_util_linux.cc', | 1242 'browser/first_run/upgrade_util_linux.cc', |
1243 'browser/first_run/upgrade_util_linux.h', | 1243 'browser/first_run/upgrade_util_linux.h', |
1244 'browser/first_run/upgrade_util_mac.cc', | 1244 'browser/first_run/upgrade_util_mac.cc', |
1245 'browser/first_run/upgrade_util_win.cc', | 1245 'browser/first_run/upgrade_util_win.cc', |
1246 'browser/first_run/upgrade_util_win.h', | 1246 'browser/first_run/upgrade_util_win.h', |
| 1247 'browser/fragmentation_checker_win.cc', |
| 1248 'browser/fragmentation_checker_win.h', |
1247 'browser/fullscreen.h', | 1249 'browser/fullscreen.h', |
1248 'browser/fullscreen_aura.cc', | 1250 'browser/fullscreen_aura.cc', |
1249 'browser/fullscreen_gtk.cc', | 1251 'browser/fullscreen_gtk.cc', |
1250 'browser/fullscreen_mac.mm', | 1252 'browser/fullscreen_mac.mm', |
1251 'browser/fullscreen_win.cc', | 1253 'browser/fullscreen_win.cc', |
1252 'browser/geolocation/chrome_access_token_store.cc', | 1254 'browser/geolocation/chrome_access_token_store.cc', |
1253 'browser/geolocation/chrome_access_token_store.h', | 1255 'browser/geolocation/chrome_access_token_store.h', |
1254 'browser/geolocation/chrome_geolocation_permission_context.cc', | 1256 'browser/geolocation/chrome_geolocation_permission_context.cc', |
1255 'browser/geolocation/chrome_geolocation_permission_context.h', | 1257 'browser/geolocation/chrome_geolocation_permission_context.h', |
1256 'browser/geolocation/geolocation_prefs.cc', | 1258 'browser/geolocation/geolocation_prefs.cc', |
(...skipping 3796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5053 'type': 'static_library', | 5055 'type': 'static_library', |
5054 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5056 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5055 'variables': { | 5057 'variables': { |
5056 'proto_in_dir': 'browser/history', | 5058 'proto_in_dir': 'browser/history', |
5057 'proto_out_dir': 'chrome/browser/history', | 5059 'proto_out_dir': 'chrome/browser/history', |
5058 }, | 5060 }, |
5059 'includes': [ '../build/protoc.gypi' ] | 5061 'includes': [ '../build/protoc.gypi' ] |
5060 }, | 5062 }, |
5061 ], | 5063 ], |
5062 } | 5064 } |
OLD | NEW |