Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 264123002: Google Now Message Center Stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR Feedback Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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
1336 'browser/network_time/network_time_service_factory.cc', 1336 'browser/network_time/network_time_service_factory.cc',
1337 'browser/network_time/network_time_service_factory.h', 1337 'browser/network_time/network_time_service_factory.h',
1338 'browser/network_time/network_time_tracker.cc', 1338 'browser/network_time/network_time_tracker.cc',
1339 'browser/network_time/network_time_tracker.h', 1339 'browser/network_time/network_time_tracker.h',
1340 'browser/notifications/desktop_notification_service.cc', 1340 'browser/notifications/desktop_notification_service.cc',
1341 'browser/notifications/desktop_notification_service.h', 1341 'browser/notifications/desktop_notification_service.h',
1342 'browser/notifications/desktop_notification_service_factory.cc', 1342 'browser/notifications/desktop_notification_service_factory.cc',
1343 'browser/notifications/desktop_notification_service_factory.h', 1343 'browser/notifications/desktop_notification_service_factory.h',
1344 'browser/notifications/extension_welcome_notification.cc', 1344 'browser/notifications/extension_welcome_notification.cc',
1345 'browser/notifications/extension_welcome_notification.h', 1345 'browser/notifications/extension_welcome_notification.h',
1346 'browser/notifications/google_now_notification_stats_collector.cc',
1347 'browser/notifications/google_now_notification_stats_collector.h',
1346 'browser/notifications/message_center_notification_manager.cc', 1348 'browser/notifications/message_center_notification_manager.cc',
1347 'browser/notifications/message_center_notification_manager.h', 1349 'browser/notifications/message_center_notification_manager.h',
1348 'browser/notifications/message_center_notification_manager_win.cc', 1350 'browser/notifications/message_center_notification_manager_win.cc',
1349 'browser/notifications/message_center_settings_controller.cc', 1351 'browser/notifications/message_center_settings_controller.cc',
1350 'browser/notifications/message_center_settings_controller.h', 1352 'browser/notifications/message_center_settings_controller.h',
1351 'browser/notifications/message_center_stats_collector.cc', 1353 'browser/notifications/message_center_stats_collector.cc',
1352 'browser/notifications/message_center_stats_collector.h', 1354 'browser/notifications/message_center_stats_collector.h',
1353 'browser/notifications/notification.cc', 1355 'browser/notifications/notification.cc',
1354 'browser/notifications/notification.h', 1356 'browser/notifications/notification.h',
1355 'browser/notifications/screen_lock_notification_blocker.cc', 1357 'browser/notifications/screen_lock_notification_blocker.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 'browser/policy/cloud/policy_header_service_factory.h', 1489 'browser/policy/cloud/policy_header_service_factory.h',
1488 'browser/policy/cloud/policy_header_service_factory.cc', 1490 'browser/policy/cloud/policy_header_service_factory.cc',
1489 'browser/policy/cloud/user_cloud_policy_invalidator_factory.cc', 1491 'browser/policy/cloud/user_cloud_policy_invalidator_factory.cc',
1490 'browser/policy/cloud/user_cloud_policy_invalidator_factory.h', 1492 'browser/policy/cloud/user_cloud_policy_invalidator_factory.h',
1491 'browser/policy/cloud/user_cloud_policy_invalidator.cc', 1493 'browser/policy/cloud/user_cloud_policy_invalidator.cc',
1492 'browser/policy/cloud/user_cloud_policy_invalidator.h', 1494 'browser/policy/cloud/user_cloud_policy_invalidator.h',
1493 'browser/policy/cloud/user_cloud_policy_manager_factory.cc', 1495 'browser/policy/cloud/user_cloud_policy_manager_factory.cc',
1494 'browser/policy/cloud/user_cloud_policy_manager_factory.h', 1496 'browser/policy/cloud/user_cloud_policy_manager_factory.h',
1495 'browser/policy/cloud/user_policy_signin_service.cc', 1497 'browser/policy/cloud/user_policy_signin_service.cc',
1496 'browser/policy/cloud/user_policy_signin_service.h', 1498 'browser/policy/cloud/user_policy_signin_service.h',
1497 'browser/policy/cloud/user_policy_signin_service_base.cc', 1499 'browser/policy/cloud/user_policy_signin_service_base.cc',
robliao 2014/05/05 22:39:28 Sync Artifacts.
1498 'browser/policy/cloud/user_policy_signin_service_base.h', 1500 'browser/policy/cloud/user_policy_signin_service_base.h',
1499 'browser/policy/cloud/user_policy_signin_service_factory.cc', 1501 'browser/policy/cloud/user_policy_signin_service_factory.cc',
1500 'browser/policy/cloud/user_policy_signin_service_factory.h', 1502 'browser/policy/cloud/user_policy_signin_service_factory.h',
1501 'browser/policy/cloud/user_policy_signin_service_mobile.cc', 1503 'browser/policy/cloud/user_policy_signin_service_mobile.cc',
1502 'browser/policy/cloud/user_policy_signin_service_mobile.h', 1504 'browser/policy/cloud/user_policy_signin_service_mobile.h',
1503 'browser/policy/configuration_policy_handler_list_factory.cc', 1505 'browser/policy/configuration_policy_handler_list_factory.cc',
1504 'browser/policy/configuration_policy_handler_list_factory.h', 1506 'browser/policy/configuration_policy_handler_list_factory.h',
1505 'browser/policy/device_management_service_configuration.cc', 1507 'browser/policy/device_management_service_configuration.cc',
1506 'browser/policy/device_management_service_configuration.h', 1508 'browser/policy/device_management_service_configuration.h',
1507 'browser/policy/file_selection_dialogs_policy_handler.cc', 1509 'browser/policy/file_selection_dialogs_policy_handler.cc',
(...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after
3732 'package_name': 'org/chromium/chrome/browser', 3734 'package_name': 'org/chromium/chrome/browser',
3733 'template_deps': ['browser/android/tab_load_status.h'], 3735 'template_deps': ['browser/android/tab_load_status.h'],
3734 }, 3736 },
3735 'includes': [ '../build/android/java_cpp_template.gypi' ], 3737 'includes': [ '../build/android/java_cpp_template.gypi' ],
3736 }, 3738 },
3737 ], 3739 ],
3738 }, 3740 },
3739 ], 3741 ],
3740 ], 3742 ],
3741 } 3743 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698