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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10917120: Activate the VariationsService for ChromeOS and ensure that it does not ping the server until the E… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: unit tests refactored Created 8 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 'browser/renderer_host/plugin_info_message_filter.cc', 1552 'browser/renderer_host/plugin_info_message_filter.cc',
1553 'browser/renderer_host/plugin_info_message_filter.h', 1553 'browser/renderer_host/plugin_info_message_filter.h',
1554 'browser/renderer_host/safe_browsing_resource_throttle.cc', 1554 'browser/renderer_host/safe_browsing_resource_throttle.cc',
1555 'browser/renderer_host/safe_browsing_resource_throttle.h', 1555 'browser/renderer_host/safe_browsing_resource_throttle.h',
1556 'browser/renderer_host/web_cache_manager.cc', 1556 'browser/renderer_host/web_cache_manager.cc',
1557 'browser/renderer_host/web_cache_manager.h', 1557 'browser/renderer_host/web_cache_manager.h',
1558 'browser/renderer_preferences_util.cc', 1558 'browser/renderer_preferences_util.cc',
1559 'browser/renderer_preferences_util.h', 1559 'browser/renderer_preferences_util.h',
1560 'browser/repost_form_warning_controller.cc', 1560 'browser/repost_form_warning_controller.cc',
1561 'browser/repost_form_warning_controller.h', 1561 'browser/repost_form_warning_controller.h',
1562 'browser/resource_request_allowed_notifier.cc',
1563 'browser/resource_request_allowed_notifier.h',
1562 'browser/resources_util.cc', 1564 'browser/resources_util.cc',
1563 'browser/resources_util.h', 1565 'browser/resources_util.h',
1564 'browser/rlz/rlz.cc', 1566 'browser/rlz/rlz.cc',
1565 'browser/rlz/rlz.h', 1567 'browser/rlz/rlz.h',
1566 'browser/safe_browsing/bloom_filter.cc', 1568 'browser/safe_browsing/bloom_filter.cc',
1567 'browser/safe_browsing/bloom_filter.h', 1569 'browser/safe_browsing/bloom_filter.h',
1568 'browser/safe_browsing/browser_feature_extractor.cc', 1570 'browser/safe_browsing/browser_feature_extractor.cc',
1569 'browser/safe_browsing/browser_feature_extractor.h', 1571 'browser/safe_browsing/browser_feature_extractor.h',
1570 'browser/safe_browsing/browser_features.cc', 1572 'browser/safe_browsing/browser_features.cc',
1571 'browser/safe_browsing/browser_features.h', 1573 'browser/safe_browsing/browser_features.h',
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 'includes': [ '../build/jni_generator.gypi' ], 2775 'includes': [ '../build/jni_generator.gypi' ],
2774 'dependencies': [ 2776 'dependencies': [
2775 'android_jar_jni_headers', 2777 'android_jar_jni_headers',
2776 ], 2778 ],
2777 }, 2779 },
2778 ], 2780 ],
2779 }, 2781 },
2780 ], 2782 ],
2781 ], 2783 ],
2782 } 2784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698