| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1295 'browser/mac/master_prefs.h', | 1295 'browser/mac/master_prefs.h', |
| 1296 'browser/mac/master_prefs.mm', | 1296 'browser/mac/master_prefs.mm', |
| 1297 'browser/mac/relauncher.cc', | 1297 'browser/mac/relauncher.cc', |
| 1298 'browser/mac/relauncher.h', | 1298 'browser/mac/relauncher.h', |
| 1299 'browser/managed_mode.cc', | 1299 'browser/managed_mode.cc', |
| 1300 'browser/managed_mode.h', | 1300 'browser/managed_mode.h', |
| 1301 'browser/media/media_internals.cc', | 1301 'browser/media/media_internals.cc', |
| 1302 'browser/media/media_internals.h', | 1302 'browser/media/media_internals.h', |
| 1303 'browser/media/media_stream_devices_menu_model.cc', | 1303 'browser/media/media_stream_devices_menu_model.cc', |
| 1304 'browser/media/media_stream_devices_menu_model.h', | 1304 'browser/media/media_stream_devices_menu_model.h', |
| 1305 'browser/media_gallery/media_device_notifications_linux.cc', |
| 1306 'browser/media_gallery/media_device_notifications_linux.h', |
| 1305 'browser/media_gallery/media_gallery_database.cc', | 1307 'browser/media_gallery/media_gallery_database.cc', |
| 1306 'browser/media_gallery/media_gallery_database.h', | 1308 'browser/media_gallery/media_gallery_database.h', |
| 1307 'browser/media_gallery/media_gallery_database_types.cc', | 1309 'browser/media_gallery/media_gallery_database_types.cc', |
| 1308 'browser/media_gallery/media_gallery_database_types.h', | 1310 'browser/media_gallery/media_gallery_database_types.h', |
| 1309 'browser/memory_details.cc', | 1311 'browser/memory_details.cc', |
| 1310 'browser/memory_details.h', | 1312 'browser/memory_details.h', |
| 1311 'browser/memory_details_android.cc', | 1313 'browser/memory_details_android.cc', |
| 1312 'browser/memory_details_linux.cc', | 1314 'browser/memory_details_linux.cc', |
| 1313 'browser/memory_details_mac.cc', | 1315 'browser/memory_details_mac.cc', |
| 1314 'browser/memory_details_win.cc', | 1316 'browser/memory_details_win.cc', |
| (...skipping 3889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5204 'type': 'static_library', | 5206 'type': 'static_library', |
| 5205 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5207 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5206 'variables': { | 5208 'variables': { |
| 5207 'proto_in_dir': 'browser/history', | 5209 'proto_in_dir': 'browser/history', |
| 5208 'proto_out_dir': 'chrome/browser/history', | 5210 'proto_out_dir': 'chrome/browser/history', |
| 5209 }, | 5211 }, |
| 5210 'includes': [ '../build/protoc.gypi' ] | 5212 'includes': [ '../build/protoc.gypi' ] |
| 5211 }, | 5213 }, |
| 5212 ], | 5214 ], |
| 5213 } | 5215 } |
| OLD | NEW |