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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1339 'browser/low_memory_observer.cc', | 1339 'browser/low_memory_observer.cc', |
1340 'browser/low_memory_observer.h', | 1340 'browser/low_memory_observer.h', |
1341 'browser/mac/dock.h', | 1341 'browser/mac/dock.h', |
1342 'browser/mac/dock.mm', | 1342 'browser/mac/dock.mm', |
1343 'browser/mac/install_from_dmg.h', | 1343 'browser/mac/install_from_dmg.h', |
1344 'browser/mac/install_from_dmg.mm', | 1344 'browser/mac/install_from_dmg.mm', |
1345 'browser/mac/keystone_glue.h', | 1345 'browser/mac/keystone_glue.h', |
1346 'browser/mac/keystone_glue.mm', | 1346 'browser/mac/keystone_glue.mm', |
1347 'browser/mac/keystone_registration.h', | 1347 'browser/mac/keystone_registration.h', |
1348 'browser/mac/keystone_registration.mm', | 1348 'browser/mac/keystone_registration.mm', |
1349 'browser/mac/launchd.cc', | |
1350 'browser/mac/launchd.h', | |
1351 'browser/mac/master_prefs.h', | 1349 'browser/mac/master_prefs.h', |
1352 'browser/mac/master_prefs.mm', | 1350 'browser/mac/master_prefs.mm', |
1353 'browser/mac/relauncher.cc', | 1351 'browser/mac/relauncher.cc', |
1354 'browser/mac/relauncher.h', | 1352 'browser/mac/relauncher.h', |
1355 'browser/mac/scoped_launch_data.h', | |
1356 'browser/managed_mode.cc', | 1353 'browser/managed_mode.cc', |
1357 'browser/managed_mode.h', | 1354 'browser/managed_mode.h', |
1358 'browser/media/media_internals.cc', | 1355 'browser/media/media_internals.cc', |
1359 'browser/media/media_internals.h', | 1356 'browser/media/media_internals.h', |
1360 'browser/media/media_stream_devices_menu_model.cc', | 1357 'browser/media/media_stream_devices_menu_model.cc', |
1361 'browser/media/media_stream_devices_menu_model.h', | 1358 'browser/media/media_stream_devices_menu_model.h', |
1362 'browser/media_gallery/media_gallery_database.cc', | 1359 'browser/media_gallery/media_gallery_database.cc', |
1363 'browser/media_gallery/media_gallery_database.h', | 1360 'browser/media_gallery/media_gallery_database.h', |
1364 'browser/media_gallery/media_gallery_database_types.cc', | 1361 'browser/media_gallery/media_gallery_database_types.cc', |
1365 'browser/media_gallery/media_gallery_database_types.h', | 1362 'browser/media_gallery/media_gallery_database_types.h', |
(...skipping 3868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5234 'variables': { | 5231 'variables': { |
5235 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5232 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5236 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5233 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5237 }, | 5234 }, |
5238 'includes': ['../build/protoc.gypi'], | 5235 'includes': ['../build/protoc.gypi'], |
5239 }], | 5236 }], |
5240 ], | 5237 ], |
5241 }, | 5238 }, |
5242 ], | 5239 ], |
5243 } | 5240 } |
OLD | NEW |