| 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 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1353 'browser/memory_details_android.cc', | 1353 'browser/memory_details_android.cc', |
| 1354 'browser/memory_details_linux.cc', | 1354 'browser/memory_details_linux.cc', |
| 1355 'browser/memory_details_mac.cc', | 1355 'browser/memory_details_mac.cc', |
| 1356 'browser/memory_details_win.cc', | 1356 'browser/memory_details_win.cc', |
| 1357 'browser/memory_purger.cc', | 1357 'browser/memory_purger.cc', |
| 1358 'browser/memory_purger.h', | 1358 'browser/memory_purger.h', |
| 1359 'browser/metrics/field_trial_synchronizer.cc', | 1359 'browser/metrics/field_trial_synchronizer.cc', |
| 1360 'browser/metrics/field_trial_synchronizer.h', | 1360 'browser/metrics/field_trial_synchronizer.h', |
| 1361 'browser/metrics/histogram_synchronizer.cc', | 1361 'browser/metrics/histogram_synchronizer.cc', |
| 1362 'browser/metrics/histogram_synchronizer.h', | 1362 'browser/metrics/histogram_synchronizer.h', |
| 1363 'browser/metrics/tracking_synchronizer.cc', | |
| 1364 'browser/metrics/tracking_synchronizer.h', | |
| 1365 'browser/metrics/metric_event_duration_details.h', | 1363 'browser/metrics/metric_event_duration_details.h', |
| 1366 'browser/metrics/metrics_log.cc', | 1364 'browser/metrics/metrics_log.cc', |
| 1367 'browser/metrics/metrics_log.h', | 1365 'browser/metrics/metrics_log.h', |
| 1368 'browser/metrics/metrics_log_serializer.cc', | 1366 'browser/metrics/metrics_log_serializer.cc', |
| 1369 'browser/metrics/metrics_log_serializer.h', | 1367 'browser/metrics/metrics_log_serializer.h', |
| 1370 'browser/metrics/metrics_reporting_scheduler.cc', | 1368 'browser/metrics/metrics_reporting_scheduler.cc', |
| 1371 'browser/metrics/metrics_reporting_scheduler.h', | 1369 'browser/metrics/metrics_reporting_scheduler.h', |
| 1372 'browser/metrics/metrics_response.cc', | 1370 'browser/metrics/metrics_response.cc', |
| 1373 'browser/metrics/metrics_response.h', | 1371 'browser/metrics/metrics_response.h', |
| 1374 'browser/metrics/metrics_service.cc', | 1372 'browser/metrics/metrics_service.cc', |
| 1375 'browser/metrics/metrics_service.h', | 1373 'browser/metrics/metrics_service.h', |
| 1376 'browser/metrics/thread_watcher.cc', | 1374 'browser/metrics/thread_watcher.cc', |
| 1377 'browser/metrics/thread_watcher.h', | 1375 'browser/metrics/thread_watcher.h', |
| 1376 'browser/metrics/tracking_synchronizer.cc', |
| 1377 'browser/metrics/tracking_synchronizer.h', |
| 1378 'browser/metrics/tracking_synchronizer_observer.h', |
| 1378 'browser/mock_keychain_mac.cc', | 1379 'browser/mock_keychain_mac.cc', |
| 1379 'browser/mock_keychain_mac.h', | 1380 'browser/mock_keychain_mac.h', |
| 1380 'browser/native_window_notification_source.h', | 1381 'browser/native_window_notification_source.h', |
| 1381 'browser/net/browser_url_util.cc', | 1382 'browser/net/browser_url_util.cc', |
| 1382 'browser/net/browser_url_util.h', | 1383 'browser/net/browser_url_util.h', |
| 1383 'browser/net/chrome_cookie_notification_details.h', | 1384 'browser/net/chrome_cookie_notification_details.h', |
| 1384 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1385 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1385 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1386 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1386 'browser/net/chrome_net_log.cc', | 1387 'browser/net/chrome_net_log.cc', |
| 1387 'browser/net/chrome_net_log.h', | 1388 'browser/net/chrome_net_log.h', |
| (...skipping 3991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5379 'variables': { | 5380 'variables': { |
| 5380 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5381 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5381 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5382 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5382 }, | 5383 }, |
| 5383 'includes': ['../build/protoc.gypi'], | 5384 'includes': ['../build/protoc.gypi'], |
| 5384 }], | 5385 }], |
| 5385 ], | 5386 ], |
| 5386 }, | 5387 }, |
| 5387 ], | 5388 ], |
| 5388 } | 5389 } |
| OLD | NEW |