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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1414343007: Collect threat details for phishing and UwS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 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 # 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 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2902 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2903 'dependencies': [ 2903 'dependencies': [
2904 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2904 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2905 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2905 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2906 ], 2906 ],
2907 }], 2907 }],
2908 ['safe_browsing==1', { 2908 ['safe_browsing==1', {
2909 'dependencies': [ 2909 'dependencies': [
2910 'safe_browsing_chunk_proto', 2910 'safe_browsing_chunk_proto',
2911 'safe_browsing_proto', 2911 'safe_browsing_proto',
2912 'safe_browsing_report_proto',
2913 ], 2912 ],
2914 }], 2913 }],
2915 ['buildtype!="Official" and chromeos==1', { 2914 ['buildtype!="Official" and chromeos==1', {
2916 'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ], 2915 'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ],
2917 }], 2916 }],
2918 ['chromeos==1', { 2917 ['chromeos==1', {
2919 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2918 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2920 'dependencies': [ 2919 'dependencies': [
2921 'browser_chromeos', 2920 'browser_chromeos',
2922 '../components/components.gyp:proximity_auth_webui', 2921 '../components/components.gyp:proximity_auth_webui',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 ], 3253 ],
3255 'sources': [ 3254 'sources': [
3256 '<@(chrome_browser_ui_non_mobile_sources)', 3255 '<@(chrome_browser_ui_non_mobile_sources)',
3257 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3256 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3258 ], 3257 ],
3259 }], 3258 }],
3260 ], 3259 ],
3261 }, 3260 },
3262 ], 3261 ],
3263 } 3262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698