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 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 'browser/mac/relauncher.h', | 1346 'browser/mac/relauncher.h', |
1347 'browser/mac/scoped_authorizationref.h', | 1347 'browser/mac/scoped_authorizationref.h', |
1348 'browser/mac/scoped_ioobject.h', | 1348 'browser/mac/scoped_ioobject.h', |
1349 'browser/mac/scoped_launch_data.h', | 1349 'browser/mac/scoped_launch_data.h', |
1350 'browser/managed_mode.cc', | 1350 'browser/managed_mode.cc', |
1351 'browser/managed_mode.h', | 1351 'browser/managed_mode.h', |
1352 'browser/media/media_internals.cc', | 1352 'browser/media/media_internals.cc', |
1353 'browser/media/media_internals.h', | 1353 'browser/media/media_internals.h', |
1354 'browser/media/media_stream_devices_menu_model.cc', | 1354 'browser/media/media_stream_devices_menu_model.cc', |
1355 'browser/media/media_stream_devices_menu_model.h', | 1355 'browser/media/media_stream_devices_menu_model.h', |
| 1356 'browser/media_gallery/media_gallery_database.cc', |
| 1357 'browser/media_gallery/media_gallery_database.h', |
| 1358 'browser/media_gallery/media_gallery_database_types.cc', |
| 1359 'browser/media_gallery/media_gallery_database_types.h', |
1356 'browser/memory_details.cc', | 1360 'browser/memory_details.cc', |
1357 'browser/memory_details.h', | 1361 'browser/memory_details.h', |
1358 'browser/memory_details_android.cc', | 1362 'browser/memory_details_android.cc', |
1359 'browser/memory_details_linux.cc', | 1363 'browser/memory_details_linux.cc', |
1360 'browser/memory_details_mac.cc', | 1364 'browser/memory_details_mac.cc', |
1361 'browser/memory_details_win.cc', | 1365 'browser/memory_details_win.cc', |
1362 'browser/memory_purger.cc', | 1366 'browser/memory_purger.cc', |
1363 'browser/memory_purger.h', | 1367 'browser/memory_purger.h', |
1364 'browser/metrics/field_trial_synchronizer.cc', | 1368 'browser/metrics/field_trial_synchronizer.cc', |
1365 'browser/metrics/field_trial_synchronizer.h', | 1369 'browser/metrics/field_trial_synchronizer.h', |
(...skipping 3997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5363 'variables': { | 5367 'variables': { |
5364 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5368 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5365 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5369 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5366 }, | 5370 }, |
5367 'includes': ['../build/protoc.gypi'], | 5371 'includes': ['../build/protoc.gypi'], |
5368 }], | 5372 }], |
5369 ], | 5373 ], |
5370 }, | 5374 }, |
5371 ], | 5375 ], |
5372 } | 5376 } |
OLD | NEW |