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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 ], 2911 ],
2912 'conditions': [ 2912 'conditions': [
2913 ['OS != "ios"', { 2913 ['OS != "ios"', {
2914 'dependencies': [ 2914 'dependencies': [
2915 'apps', 2915 'apps',
2916 'debugger', 2916 'debugger',
2917 'installer_util', 2917 'installer_util',
2918 '../third_party/re2/re2.gyp:re2', 2918 '../third_party/re2/re2.gyp:re2',
2919 '../cc/cc.gyp:cc', 2919 '../cc/cc.gyp:cc',
2920 '../components/components.gyp:autofill_content_browser', 2920 '../components/components.gyp:autofill_content_browser',
2921 '../components/components.gyp:data_reduction_proxy_content',
2921 '../components/components.gyp:dom_distiller_content', 2922 '../components/components.gyp:dom_distiller_content',
2922 '../components/components.gyp:keyed_service_content', 2923 '../components/components.gyp:keyed_service_content',
2923 '../components/components.gyp:navigation_interception', 2924 '../components/components.gyp:navigation_interception',
2924 '../components/components.gyp:password_manager_content_browser', 2925 '../components/components.gyp:password_manager_content_browser',
2925 '../components/components.gyp:power', 2926 '../components/components.gyp:power',
2926 '../components/components.gyp:precache_content', 2927 '../components/components.gyp:precache_content',
2927 '../components/components.gyp:sessions_content', 2928 '../components/components.gyp:sessions_content',
2928 '../components/components.gyp:storage_monitor', 2929 '../components/components.gyp:storage_monitor',
2929 '../components/components.gyp:translate_content_browser', 2930 '../components/components.gyp:translate_content_browser',
2930 '../components/components.gyp:url_matcher', 2931 '../components/components.gyp:url_matcher',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'variables': { 3607 'variables': {
3607 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3608 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3608 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3609 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3609 }, 3610 },
3610 'includes': [ '../build/protoc.gypi' ] 3611 'includes': [ '../build/protoc.gypi' ]
3611 }, 3612 },
3612 ], 3613 ],
3613 },], 3614 },],
3614 ], 3615 ],
3615 } 3616 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698