| 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 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1324 'browser/low_memory_observer.cc', | 1324 'browser/low_memory_observer.cc', |
| 1325 'browser/low_memory_observer.h', | 1325 'browser/low_memory_observer.h', |
| 1326 'browser/mac/dock.h', | 1326 'browser/mac/dock.h', |
| 1327 'browser/mac/dock.mm', | 1327 'browser/mac/dock.mm', |
| 1328 'browser/mac/install_from_dmg.h', | 1328 'browser/mac/install_from_dmg.h', |
| 1329 'browser/mac/install_from_dmg.mm', | 1329 'browser/mac/install_from_dmg.mm', |
| 1330 'browser/mac/keystone_glue.h', | 1330 'browser/mac/keystone_glue.h', |
| 1331 'browser/mac/keystone_glue.mm', | 1331 'browser/mac/keystone_glue.mm', |
| 1332 'browser/mac/keystone_registration.h', | 1332 'browser/mac/keystone_registration.h', |
| 1333 'browser/mac/keystone_registration.mm', | 1333 'browser/mac/keystone_registration.mm', |
| 1334 'browser/mac/launchd.cc', | |
| 1335 'browser/mac/launchd.h', | |
| 1336 'browser/mac/master_prefs.h', | 1334 'browser/mac/master_prefs.h', |
| 1337 'browser/mac/master_prefs.mm', | 1335 'browser/mac/master_prefs.mm', |
| 1338 'browser/mac/relauncher.cc', | 1336 'browser/mac/relauncher.cc', |
| 1339 'browser/mac/relauncher.h', | 1337 'browser/mac/relauncher.h', |
| 1340 'browser/mac/scoped_launch_data.h', | |
| 1341 'browser/managed_mode.cc', | 1338 'browser/managed_mode.cc', |
| 1342 'browser/managed_mode.h', | 1339 'browser/managed_mode.h', |
| 1343 'browser/media/media_internals.cc', | 1340 'browser/media/media_internals.cc', |
| 1344 'browser/media/media_internals.h', | 1341 'browser/media/media_internals.h', |
| 1345 'browser/media/media_stream_devices_menu_model.cc', | 1342 'browser/media/media_stream_devices_menu_model.cc', |
| 1346 'browser/media/media_stream_devices_menu_model.h', | 1343 'browser/media/media_stream_devices_menu_model.h', |
| 1347 'browser/media_gallery/media_gallery_database.cc', | 1344 'browser/media_gallery/media_gallery_database.cc', |
| 1348 'browser/media_gallery/media_gallery_database.h', | 1345 'browser/media_gallery/media_gallery_database.h', |
| 1349 'browser/media_gallery/media_gallery_database_types.cc', | 1346 'browser/media_gallery/media_gallery_database_types.cc', |
| 1350 'browser/media_gallery/media_gallery_database_types.h', | 1347 'browser/media_gallery/media_gallery_database_types.h', |
| (...skipping 3848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5199 'variables': { | 5196 'variables': { |
| 5200 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5197 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5201 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5198 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5202 }, | 5199 }, |
| 5203 'includes': ['../build/protoc.gypi'], | 5200 'includes': ['../build/protoc.gypi'], |
| 5204 }], | 5201 }], |
| 5205 ], | 5202 ], |
| 5206 }, | 5203 }, |
| 5207 ], | 5204 ], |
| 5208 } | 5205 } |
| OLD | NEW |