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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1081403002: Refactor safe-browsing build-config definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename INTERNAL/EXTERNAL to LOCAL/REMOTE 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2831 ], 2831 ],
2832 }], 2832 }],
2833 ['enable_plugins==1', { 2833 ['enable_plugins==1', {
2834 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2834 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2835 'dependencies': [ 2835 'dependencies': [
2836 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2836 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2837 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2837 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2838 ], 2838 ],
2839 }], 2839 }],
2840 ['safe_browsing==1', { 2840 ['safe_browsing==1', {
2841 'defines': [
2842 'FULL_SAFE_BROWSING',
2843 ],
2844 'dependencies': [ 2841 'dependencies': [
2845 'safe_browsing_chunk_proto', 2842 'safe_browsing_chunk_proto',
2846 'safe_browsing_proto', 2843 'safe_browsing_proto',
2847 'safe_browsing_report_proto', 2844 'safe_browsing_report_proto',
2848 ], 2845 ],
2849 }], 2846 }],
2850 ['chromeos==1', { 2847 ['chromeos==1', {
2851 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2848 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2852 'dependencies': [ 2849 'dependencies': [
2853 'browser_chromeos', 2850 'browser_chromeos',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 ], 3161 ],
3165 'sources': [ 3162 'sources': [
3166 '<@(chrome_browser_ui_non_mobile_sources)', 3163 '<@(chrome_browser_ui_non_mobile_sources)',
3167 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3164 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3168 ], 3165 ],
3169 }], 3166 }],
3170 ], 3167 ],
3171 }, 3168 },
3172 ], 3169 ],
3173 } 3170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698