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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1033103002: Plugin Power Saver: Overhaul plugin-power-saver flags. Show in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gypi i hope Created 5 years, 8 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 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 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 '../cc/cc.gyp:cc', 3041 '../cc/cc.gyp:cc',
3042 '../components/components.gyp:autofill_content_browser', 3042 '../components/components.gyp:autofill_content_browser',
3043 '../components/components.gyp:data_reduction_proxy_content_browser', 3043 '../components/components.gyp:data_reduction_proxy_content_browser',
3044 '../components/components.gyp:dom_distiller_content', 3044 '../components/components.gyp:dom_distiller_content',
3045 '../components/components.gyp:favicon_content', 3045 '../components/components.gyp:favicon_content',
3046 '../components/components.gyp:history_content_browser', 3046 '../components/components.gyp:history_content_browser',
3047 '../components/components.gyp:keyed_service_content', 3047 '../components/components.gyp:keyed_service_content',
3048 '../components/components.gyp:navigation_interception', 3048 '../components/components.gyp:navigation_interception',
3049 '../components/components.gyp:packed_ct_ev_whitelist', 3049 '../components/components.gyp:packed_ct_ev_whitelist',
3050 '../components/components.gyp:password_manager_content_browser', 3050 '../components/components.gyp:password_manager_content_browser',
3051 '../components/components.gyp:plugins_common',
3051 '../components/components.gyp:power', 3052 '../components/components.gyp:power',
3052 '../components/components.gyp:precache_content', 3053 '../components/components.gyp:precache_content',
3053 '../components/components.gyp:sessions_content', 3054 '../components/components.gyp:sessions_content',
3054 '../components/components.gyp:storage_monitor', 3055 '../components/components.gyp:storage_monitor',
3055 '../components/components.gyp:translate_content_browser', 3056 '../components/components.gyp:translate_content_browser',
3056 '../components/components.gyp:url_matcher', 3057 '../components/components.gyp:url_matcher',
3057 '../components/components.gyp:visitedlink_browser', 3058 '../components/components.gyp:visitedlink_browser',
3058 '../components/components.gyp:visitedlink_common', 3059 '../components/components.gyp:visitedlink_common',
3059 '../components/components.gyp:web_cache_browser', 3060 '../components/components.gyp:web_cache_browser',
3060 '../components/components.gyp:web_modal', 3061 '../components/components.gyp:web_modal',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'variables': { 3782 'variables': {
3782 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3783 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3783 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3784 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3784 }, 3785 },
3785 'includes': [ '../build/protoc.gypi' ] 3786 'includes': [ '../build/protoc.gypi' ]
3786 }, 3787 },
3787 ], 3788 ],
3788 },], 3789 },],
3789 ], 3790 ],
3790 } 3791 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698