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

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: Addressing comments Created 6 years 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 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2977 ], 2977 ],
2978 'conditions': [ 2978 'conditions': [
2979 ['OS != "ios"', { 2979 ['OS != "ios"', {
2980 'dependencies': [ 2980 'dependencies': [
2981 'apps', 2981 'apps',
2982 'debugger', 2982 'debugger',
2983 'installer_util', 2983 'installer_util',
2984 '../third_party/re2/re2.gyp:re2', 2984 '../third_party/re2/re2.gyp:re2',
2985 '../cc/cc.gyp:cc', 2985 '../cc/cc.gyp:cc',
2986 '../components/components.gyp:autofill_content_browser', 2986 '../components/components.gyp:autofill_content_browser',
2987 '../components/components.gyp:data_reduction_proxy_content',
2987 '../components/components.gyp:dom_distiller_content', 2988 '../components/components.gyp:dom_distiller_content',
2988 '../components/components.gyp:keyed_service_content', 2989 '../components/components.gyp:keyed_service_content',
2989 '../components/components.gyp:navigation_interception', 2990 '../components/components.gyp:navigation_interception',
2990 '../components/components.gyp:password_manager_content_browser', 2991 '../components/components.gyp:password_manager_content_browser',
2991 '../components/components.gyp:power', 2992 '../components/components.gyp:power',
2992 '../components/components.gyp:precache_content', 2993 '../components/components.gyp:precache_content',
2993 '../components/components.gyp:sessions_content', 2994 '../components/components.gyp:sessions_content',
2994 '../components/components.gyp:storage_monitor', 2995 '../components/components.gyp:storage_monitor',
2995 '../components/components.gyp:translate_content_browser', 2996 '../components/components.gyp:translate_content_browser',
2996 '../components/components.gyp:url_matcher', 2997 '../components/components.gyp:url_matcher',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
3706 'variables': { 3707 'variables': {
3707 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3708 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3708 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3709 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3709 }, 3710 },
3710 'includes': [ '../build/protoc.gypi' ] 3711 'includes': [ '../build/protoc.gypi' ]
3711 }, 3712 },
3712 ], 3713 ],
3713 },], 3714 },],
3714 ], 3715 ],
3715 } 3716 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698