| 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 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1312 'browser/memory_details_android.cc', | 1312 'browser/memory_details_android.cc', |
| 1313 'browser/memory_details_linux.cc', | 1313 'browser/memory_details_linux.cc', |
| 1314 'browser/memory_details_mac.cc', | 1314 'browser/memory_details_mac.cc', |
| 1315 'browser/memory_details_win.cc', | 1315 'browser/memory_details_win.cc', |
| 1316 'browser/memory_purger.cc', | 1316 'browser/memory_purger.cc', |
| 1317 'browser/memory_purger.h', | 1317 'browser/memory_purger.h', |
| 1318 'browser/metrics/field_trial_synchronizer.cc', | 1318 'browser/metrics/field_trial_synchronizer.cc', |
| 1319 'browser/metrics/field_trial_synchronizer.h', | 1319 'browser/metrics/field_trial_synchronizer.h', |
| 1320 'browser/metrics/histogram_synchronizer.cc', | 1320 'browser/metrics/histogram_synchronizer.cc', |
| 1321 'browser/metrics/histogram_synchronizer.h', | 1321 'browser/metrics/histogram_synchronizer.h', |
| 1322 'browser/metrics/tracking_synchronizer.cc', | |
| 1323 'browser/metrics/tracking_synchronizer.h', | |
| 1324 'browser/metrics/metric_event_duration_details.h', | 1322 'browser/metrics/metric_event_duration_details.h', |
| 1325 'browser/metrics/metrics_log.cc', | 1323 'browser/metrics/metrics_log.cc', |
| 1326 'browser/metrics/metrics_log.h', | 1324 'browser/metrics/metrics_log.h', |
| 1327 'browser/metrics/metrics_log_serializer.cc', | 1325 'browser/metrics/metrics_log_serializer.cc', |
| 1328 'browser/metrics/metrics_log_serializer.h', | 1326 'browser/metrics/metrics_log_serializer.h', |
| 1329 'browser/metrics/metrics_reporting_scheduler.cc', | 1327 'browser/metrics/metrics_reporting_scheduler.cc', |
| 1330 'browser/metrics/metrics_reporting_scheduler.h', | 1328 'browser/metrics/metrics_reporting_scheduler.h', |
| 1331 'browser/metrics/metrics_response.cc', | 1329 'browser/metrics/metrics_response.cc', |
| 1332 'browser/metrics/metrics_response.h', | 1330 'browser/metrics/metrics_response.h', |
| 1333 'browser/metrics/metrics_service.cc', | 1331 'browser/metrics/metrics_service.cc', |
| 1334 'browser/metrics/metrics_service.h', | 1332 'browser/metrics/metrics_service.h', |
| 1335 'browser/metrics/thread_watcher.cc', | 1333 'browser/metrics/thread_watcher.cc', |
| 1336 'browser/metrics/thread_watcher.h', | 1334 'browser/metrics/thread_watcher.h', |
| 1335 'browser/metrics/tracking_synchronizer.cc', |
| 1336 'browser/metrics/tracking_synchronizer.h', |
| 1337 'browser/metrics/tracking_synchronizer_observer.h', |
| 1337 'browser/native_window_notification_source.h', | 1338 'browser/native_window_notification_source.h', |
| 1338 'browser/net/browser_url_util.cc', | 1339 'browser/net/browser_url_util.cc', |
| 1339 'browser/net/browser_url_util.h', | 1340 'browser/net/browser_url_util.h', |
| 1340 'browser/net/chrome_cookie_notification_details.h', | 1341 'browser/net/chrome_cookie_notification_details.h', |
| 1341 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1342 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1342 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1343 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1343 'browser/net/chrome_net_log.cc', | 1344 'browser/net/chrome_net_log.cc', |
| 1344 'browser/net/chrome_net_log.h', | 1345 'browser/net/chrome_net_log.h', |
| 1345 'browser/net/chrome_network_delegate.cc', | 1346 'browser/net/chrome_network_delegate.cc', |
| 1346 'browser/net/chrome_network_delegate.h', | 1347 'browser/net/chrome_network_delegate.h', |
| (...skipping 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5221 'type': 'static_library', | 5222 'type': 'static_library', |
| 5222 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5223 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5223 'variables': { | 5224 'variables': { |
| 5224 'proto_in_dir': 'browser/chromeos/gdata', | 5225 'proto_in_dir': 'browser/chromeos/gdata', |
| 5225 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5226 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5226 }, | 5227 }, |
| 5227 'includes': [ '../build/protoc.gypi' ] | 5228 'includes': [ '../build/protoc.gypi' ] |
| 5228 }, | 5229 }, |
| 5229 ], | 5230 ], |
| 5230 } | 5231 } |
| OLD | NEW |