| 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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 'browser/memory_details_android.cc', | 1336 'browser/memory_details_android.cc', |
| 1337 'browser/memory_details_linux.cc', | 1337 'browser/memory_details_linux.cc', |
| 1338 'browser/memory_details_mac.cc', | 1338 'browser/memory_details_mac.cc', |
| 1339 'browser/memory_details_win.cc', | 1339 'browser/memory_details_win.cc', |
| 1340 'browser/memory_purger.cc', | 1340 'browser/memory_purger.cc', |
| 1341 'browser/memory_purger.h', | 1341 'browser/memory_purger.h', |
| 1342 'browser/metrics/field_trial_synchronizer.cc', | 1342 'browser/metrics/field_trial_synchronizer.cc', |
| 1343 'browser/metrics/field_trial_synchronizer.h', | 1343 'browser/metrics/field_trial_synchronizer.h', |
| 1344 'browser/metrics/histogram_synchronizer.cc', | 1344 'browser/metrics/histogram_synchronizer.cc', |
| 1345 'browser/metrics/histogram_synchronizer.h', | 1345 'browser/metrics/histogram_synchronizer.h', |
| 1346 'browser/metrics/tracking_synchronizer.cc', | |
| 1347 'browser/metrics/tracking_synchronizer.h', | |
| 1348 'browser/metrics/metric_event_duration_details.h', | 1346 'browser/metrics/metric_event_duration_details.h', |
| 1349 'browser/metrics/metrics_log.cc', | 1347 'browser/metrics/metrics_log.cc', |
| 1350 'browser/metrics/metrics_log.h', | 1348 'browser/metrics/metrics_log.h', |
| 1351 'browser/metrics/metrics_log_serializer.cc', | 1349 'browser/metrics/metrics_log_serializer.cc', |
| 1352 'browser/metrics/metrics_log_serializer.h', | 1350 'browser/metrics/metrics_log_serializer.h', |
| 1353 'browser/metrics/metrics_reporting_scheduler.cc', | 1351 'browser/metrics/metrics_reporting_scheduler.cc', |
| 1354 'browser/metrics/metrics_reporting_scheduler.h', | 1352 'browser/metrics/metrics_reporting_scheduler.h', |
| 1355 'browser/metrics/metrics_response.cc', | 1353 'browser/metrics/metrics_response.cc', |
| 1356 'browser/metrics/metrics_response.h', | 1354 'browser/metrics/metrics_response.h', |
| 1357 'browser/metrics/metrics_service.cc', | 1355 'browser/metrics/metrics_service.cc', |
| 1358 'browser/metrics/metrics_service.h', | 1356 'browser/metrics/metrics_service.h', |
| 1359 'browser/metrics/thread_watcher.cc', | 1357 'browser/metrics/thread_watcher.cc', |
| 1360 'browser/metrics/thread_watcher.h', | 1358 'browser/metrics/thread_watcher.h', |
| 1359 'browser/metrics/tracking_synchronizer.cc', |
| 1360 'browser/metrics/tracking_synchronizer.h', |
| 1361 'browser/metrics/tracking_synchronizer_observer.h', |
| 1361 'browser/mock_keychain_mac.cc', | 1362 'browser/mock_keychain_mac.cc', |
| 1362 'browser/mock_keychain_mac.h', | 1363 'browser/mock_keychain_mac.h', |
| 1363 'browser/native_window_notification_source.h', | 1364 'browser/native_window_notification_source.h', |
| 1364 'browser/net/browser_url_util.cc', | 1365 'browser/net/browser_url_util.cc', |
| 1365 'browser/net/browser_url_util.h', | 1366 'browser/net/browser_url_util.h', |
| 1366 'browser/net/chrome_cookie_notification_details.h', | 1367 'browser/net/chrome_cookie_notification_details.h', |
| 1367 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1368 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1368 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1369 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1369 'browser/net/chrome_net_log.cc', | 1370 'browser/net/chrome_net_log.cc', |
| 1370 'browser/net/chrome_net_log.h', | 1371 'browser/net/chrome_net_log.h', |
| (...skipping 3952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5323 'variables': { | 5324 'variables': { |
| 5324 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5325 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5325 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5326 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5326 }, | 5327 }, |
| 5327 'includes': ['../build/protoc.gypi'], | 5328 'includes': ['../build/protoc.gypi'], |
| 5328 }], | 5329 }], |
| 5329 ], | 5330 ], |
| 5330 }, | 5331 }, |
| 5331 ], | 5332 ], |
| 5332 } | 5333 } |
| OLD | NEW |